OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddItems
(Results
1 - 4
of
4
) sorted by null
/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
...]
/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) {
instant_restricted_id_cache_unittest.cc
44
cache.
AddItems
(input1);
65
cache.
AddItems
(input2);
89
cache.
AddItems
(input3);
250
cache.
AddItems
(input3);
297
cache.
AddItems
(input2);
360
cache.
AddItems
(input1);
369
cache.
AddItems
(std::vector<TestData>());
/external/chromium_org/chrome/renderer/searchbox/
searchbox.cc
381
most_visited_items_cache_.
AddItems
(items);
Completed in 1172 milliseconds