Searched refs:GetById (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/JavaScriptCore/dfg/ |
D | DFGNode.h | 125 macro(GetById, NodeResultJS | NodeMustGenerate) \ 241 return op == GetById || op == PutById || op == PutByIdDirect; in hasIdentifier()
|
D | DFGAliasTracker.h | 82 ASSERT_UNUSED(getById, m_graph[getById].op == GetById); in recordGetById()
|
D | DFGNonSpeculativeJIT.cpp | 535 case GetById: { in compile()
|
D | DFGSpeculativeJIT.cpp | 712 case GetById: { in compile()
|
D | DFGByteCodeParser.cpp | 835 NodeIndex getById = addToGraph(GetById, OpInfo(identifier), base); in parseBlock()
|
/external/chromium/chrome/browser/extensions/ |
D | pending_extension_manager.h | 48 bool GetById(const std::string& id,
|
D | pending_extension_manager.cc | 33 bool PendingExtensionManager::GetById( in GetById() function in PendingExtensionManager
|
D | extension_service_unittest.cc | 2086 ASSERT_TRUE(service_->pending_extension_manager()->GetById( in TEST_F() 2199 ASSERT_TRUE(service_->pending_extension_manager()->GetById( in TEST_F() 2208 ASSERT_TRUE(service_->pending_extension_manager()->GetById( in TEST_F() 2221 ASSERT_TRUE(service_->pending_extension_manager()->GetById( in TEST_F() 3520 service_->pending_extension_manager()->GetById(good_crx, &info)); in TEST_F() 3585 EXPECT_TRUE(service_->pending_extension_manager()->GetById(crx_id_, &info)); in GetPendingLocation() 3592 EXPECT_TRUE(service_->pending_extension_manager()->GetById(crx_id_, &info)); in GetPendingIsFromSync()
|
D | extension_service.cc | 560 bool is_pending_extension = pending_extension_manager_.GetById( in UpdateExtension() 1722 if (pending_extension_manager()->GetById(id, &pending_extension_info)) { in OnExtensionInstalled()
|
/external/chromium/chrome/browser/sync/syncable/ |
D | syncable.h | 193 enum GetById { enum 355 Entry(BaseTransaction* trans, GetById, const Id& id); 470 MutableEntry(WriteTransaction* trans, GetById, const Id&);
|
D | syncable.cc | 1257 Entry::Entry(BaseTransaction* trans, GetById, const Id& id) in Entry() argument 1405 MutableEntry::MutableEntry(WriteTransaction* trans, GetById, const Id& id) in MutableEntry() argument
|