Searched refs:GetById (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/chrome/browser/extensions/ |
D | pending_extension_manager.cc | 42 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()
|
D | pending_extension_manager.h | 57 const PendingExtensionInfo* GetById(const std::string& id) const;
|
D | extension_service_unittest.cc | 2931 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 …]
|
D | extension_service.cc | 491 pending_extension_manager()->GetById(id); in UpdateExtension() 1581 pending_extension_manager()->GetById(id); in OnExtensionInstalled()
|
/external/chromium_org/sync/syncable/ |
D | entry.h | 29 enum GetById { enum 55 Entry(BaseTransaction* trans, GetById, const Id& id);
|
D | mutable_entry.h | 36 MutableEntry(WriteTransaction* trans, GetById, const Id&);
|
D | model_neutral_mutable_entry.h | 34 ModelNeutralMutableEntry(BaseWriteTransaction* trans, GetById, const Id&);
|
D | entry.cc | 21 Entry::Entry(BaseTransaction* trans, GetById, const Id& id) in Entry() argument
|
D | mutable_entry.cc | 84 MutableEntry::MutableEntry(WriteTransaction* trans, GetById, const Id& id) in MutableEntry() argument
|
D | model_neutral_mutable_entry.cc | 48 BaseWriteTransaction* trans, GetById, const Id& id) in ModelNeutralMutableEntry() argument
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
D | sync_extension_helper.cc | 153 pending_extension_manager->GetById(id); in IsExtensionPendingInstallForSync() 177 ASSERT_TRUE((info = pending_extension_manager->GetById(*iter))); in InstallExtensionsPendingForSync()
|
/external/chromium_org/v8/test/webkit/ |
D | dfg-patchable-get-by-id-after-watchpoint-expected.txt | 24 This tests that a patchable GetById right after a watchpoint has the appropriate nop padding.
|
/external/chromium_org/chrome/browser/extensions/updater/ |
D | extension_updater.cc | 469 const PendingExtensionInfo* info = pending_extension_manager->GetById( in OnForcedUpdatesDetermined()
|