Home
last modified time | relevance | path

Searched refs:GetById (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dpending_extension_manager.cc42 const PendingExtensionInfo* PendingExtensionManager::GetById( in GetById() function in extensions::PendingExtensionManager
70 return GetById(id) != NULL; in IsIdPending()
284 if (const PendingExtensionInfo* pending = GetById(id)) { in AddExtensionImpl()
Dpending_extension_manager.h57 const PendingExtensionInfo* GetById(const std::string& id) const;
Dextension_service_unittest.cc2931 service()->pending_extension_manager()->GetById(kFakeId))); in TEST_F()
3062 service()->pending_extension_manager()->GetById(kGoodId))); in TEST_F()
3076 service()->pending_extension_manager()->GetById(kGoodId))); in TEST_F()
3093 service()->pending_extension_manager()->GetById(kGoodId))); in TEST_F()
6106 (info = service()->pending_extension_manager()->GetById(good_crx))); in TEST_F()
6557 EXPECT_TRUE((info = pending->GetById(kGoodId))); in TEST_F()
6568 EXPECT_TRUE((info = pending->GetById(kGoodId))); in TEST_F()
6579 EXPECT_TRUE((info = pending->GetById(kGoodId))); in TEST_F()
6592 EXPECT_TRUE((info = pending->GetById(kGoodId))); in TEST_F()
6605 EXPECT_TRUE((info = pending->GetById(kGoodId))); in TEST_F()
[all …]
Dextension_service.cc491 pending_extension_manager()->GetById(id); in UpdateExtension()
1581 pending_extension_manager()->GetById(id); in OnExtensionInstalled()
/external/chromium_org/sync/syncable/
Dentry.h29 enum GetById { enum
55 Entry(BaseTransaction* trans, GetById, const Id& id);
Dmutable_entry.h36 MutableEntry(WriteTransaction* trans, GetById, const Id&);
Dmodel_neutral_mutable_entry.h34 ModelNeutralMutableEntry(BaseWriteTransaction* trans, GetById, const Id&);
Dentry.cc21 Entry::Entry(BaseTransaction* trans, GetById, const Id& id) in Entry() argument
Dmutable_entry.cc84 MutableEntry::MutableEntry(WriteTransaction* trans, GetById, const Id& id) in MutableEntry() argument
Dmodel_neutral_mutable_entry.cc48 BaseWriteTransaction* trans, GetById, const Id& id) in ModelNeutralMutableEntry() argument
/external/chromium_org/chrome/browser/sync/test/integration/
Dsync_extension_helper.cc153 pending_extension_manager->GetById(id); in IsExtensionPendingInstallForSync()
177 ASSERT_TRUE((info = pending_extension_manager->GetById(*iter))); in InstallExtensionsPendingForSync()
/external/chromium_org/v8/test/webkit/
Ddfg-patchable-get-by-id-after-watchpoint-expected.txt24 This tests that a patchable GetById right after a watchpoint has the appropriate nop padding.
/external/chromium_org/chrome/browser/extensions/updater/
Dextension_updater.cc469 const PendingExtensionInfo* info = pending_extension_manager->GetById( in OnForcedUpdatesDetermined()