Searched refs:ContextMap (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseManager.h87 typedef WillBePersistentHeapHashMap<ExecutionContext*, RefPtrWillBeMember<DatabaseContext> > ContextMap; typedef in class:blink::DatabaseManager
88 ContextMap m_contextMap;
/external/chromium_org/components/domain_reliability/
H A Dmonitor.h118 typedef std::map<std::string, DomainReliabilityContext*> ContextMap; typedef in class:domain_reliability::DomainReliabilityMonitor
159 ContextMap contexts_;
H A Dmonitor.cc153 ContextMap::const_iterator it;
170 for (ContextMap::const_iterator it = contexts_.begin();
225 std::pair<ContextMap::iterator, bool> map_it =
298 ContextMap::const_iterator context_it;
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h396 typedef llvm::DenseMap<const Decl*, AnalysisDeclContext*> ContextMap; typedef in class:clang::AnalysisDeclContextManager
398 ContextMap Contexts;

Completed in 347 milliseconds