HomeSort by relevance Sort by last modified time
    Searched defs:ContextMap (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseManager.h 105 typedef HashMap<ExecutionContext*, DatabaseContext*> ContextMap;
106 ContextMap m_contextMap;
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 36 /*package*/ class ContextMap<T> {
37 private static final String TAG = GattServiceConfig.TAG_PREFIX + "ContextMap";
  /external/clang/include/clang/Analysis/
AnalysisContext.h 401 typedef llvm::DenseMap<const Decl*, AnalysisDeclContext*> ContextMap;
403 ContextMap Contexts;
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 49 ContextMap;
50 static base::LazyInstance<ContextMap> g_all_shared_contexts =
307 ContextMap& all_contexts = g_all_shared_contexts.Get();
308 ContextMap::const_iterator it = all_contexts.find(host_.get());
381 ContextMap& all_contexts = g_all_shared_contexts.Get();
382 ContextMap::const_iterator it = all_contexts.find(host_.get());
445 ContextMap& all_contexts = g_all_shared_contexts.Get();
446 ContextMap::iterator it = std::find(
    [all...]

Completed in 461 milliseconds