Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DDatabaseManager.h104 typedef HashMap<ExecutionContext*, OwnPtr<Persistent<DatabaseContext> > > ContextMap; typedef
106 typedef HashMap<ExecutionContext*, RefPtr<DatabaseContext> > ContextMap; typedef
108 ContextMap m_contextMap;
/external/chromium_org/components/domain_reliability/
Dmonitor.h88 typedef std::map<std::string, DomainReliabilityContext*> ContextMap; typedef
121 ContextMap contexts_;
Dmonitor.cc117 ContextMap::const_iterator it; in ClearBrowsingData()
171 std::pair<ContextMap::iterator, bool> map_it = in AddContext()
192 ContextMap::iterator context_it; in OnRequestLegComplete()
/external/clang/include/clang/Analysis/
DAnalysisContext.h396 typedef llvm::DenseMap<const Decl*, AnalysisDeclContext*> ContextMap; typedef
398 ContextMap Contexts;