summaryrefslogtreecommitdiffstats
path: root/base/id_map.h
Commit message (Expand)AuthorAgeFilesLines
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Add IDMap::Clear() which removes all items.jsbell@chromium.org2012-10-291-0/+11
* Make IDMap respect C++ rule of three,phajdan.jr@chromium.org2012-10-271-3/+31
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* IDMap derives from NonThreadSafe.cbentzel@chromium.org2011-03-081-2/+22
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-061-2/+2
* Revert 40490 - Make the pepper 2D flush callback actually function as adverti...brettw@chromium.org2010-03-031-2/+2
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-031-2/+2
* Correctly recognize emptiness of IDMap.phajdan.jr@chromium.org2010-02-161-2/+2
* Refactor Pepper device APIneb@chromium.org2010-01-251-13/+49
* Move IDMap back to base/ where it is needed.phajdan.jr@chromium.org2009-08-191-0/+162
* Move IDMap from base/ to common/phajdan.jr@chromium.org2009-08-121-104/+0
* Adds some debugging code in hopes of tracking down asky@chromium.org2009-07-011-3/+14
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Define a private IDMap::iterator, and use our own iterator / const_iterator.deanm@google.com2008-08-111-5/+7
* HashTable is a dependent name, since it's based on the template parameter T. ...deanm@google.com2008-08-111-2/+2
* just some hopefully non-contentious stuff to get out of the way before doing ...darin@google.com2008-08-061-8/+2
* Add base to the repository.initial.commit2008-07-261-0/+122