HomeSort by relevance Sort by last modified time
    Searched refs:InsertAll (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/sync/notifier/
single_object_invalidation_set.h 36 void InsertAll(const SingleObjectInvalidationSet& other);
single_object_invalidation_set.cc 20 void SingleObjectInvalidationSet::InsertAll(
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate.cc 166 out_apps->InsertAll(*service->extensions());
167 out_apps->InsertAll(*service->disabled_extensions());
168 out_apps->InsertAll(*service->terminated_extensions());
  /external/chromium_org/chrome/common/extensions/
extension_set_unittest.cc 135 ASSERT_TRUE(extensions.InsertAll(*to_add));
138 ASSERT_FALSE(extensions.InsertAll(*to_add)); // Re-adding same set no-ops.
extension_set.h 84 bool InsertAll(const ExtensionSet& extensions);
extension_set.cc 55 bool ExtensionSet::InsertAll(const ExtensionSet& extensions) {
  /external/chromium_org/chrome/browser/extensions/
extension_service.cc 461 installed_extensions->InsertAll(extensions_);
462 installed_extensions->InsertAll(disabled_extensions_);
463 installed_extensions->InsertAll(terminated_extensions_);
464 installed_extensions->InsertAll(blacklisted_extensions_);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 536 items.InsertAll(*service->extensions());
539 items.InsertAll(*service->disabled_extensions());
543 items.InsertAll(*service->terminated_extensions());
    [all...]

Completed in 115 milliseconds