OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddItems
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/
instant_restricted_id_cache.h
50
void
AddItems
(const ItemVector& items);
57
// Returns the last set of items added to the cache either via
AddItems
() or
97
void InstantRestrictedIDCache<T>::
AddItems
(const ItemVector& items) {
/external/chromium_org/chrome/browser/download/
download_status_updater_unittest.cc
104
void
AddItems
(int manager_index, int item_count, int in_progress_count) {
207
AddItems
(0, 0, 0);
224
AddItems
(0, 3, 2);
246
AddItems
(0, 1, 1);
260
AddItems
(0, 2, 2);
292
AddItems
(0, 2, 2);
307
AddItems
(0, 0, 0);
320
AddItems
(0, 3, 0);
322
AddItems
(1, 3, 0);
335
AddItems
(0, 3, 2)
[
all
...]
Completed in 95 milliseconds