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

  /external/chromium/chrome/browser/extensions/
pending_extension_manager.h 48 bool GetById(const std::string& id,
pending_extension_manager.cc 33 bool PendingExtensionManager::GetById(
extension_service_unittest.cc     [all...]
extension_service.cc 560 bool is_pending_extension = pending_extension_manager_.GetById(
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGAliasTracker.h 80 void recordGetById(NodeIndex getById)
82 ASSERT_UNUSED(getById, m_graph[getById].op == GetById);
DFGNode.h 125 macro(GetById, NodeResultJS | NodeMustGenerate) \
241 return op == GetById || op == PutById || op == PutByIdDirect;
DFGNonSpeculativeJIT.cpp 535 case GetById: {
DFGSpeculativeJIT.cpp 712 case GetById: {
DFGByteCodeParser.cpp     [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 186 // Entry e = transaction.GetById(id);
193 enum GetById {
355 Entry(BaseTransaction* trans, GetById, const Id& id);
470 MutableEntry(WriteTransaction* trans, GetById, const Id&);
    [all...]
syncable.cc     [all...]

Completed in 81 milliseconds