Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dtrace_fixture.h144 using ContextMap = std::unordered_map<uint32_t, EGLContext>; variable
145 extern ContextMap gContextMap;
Dtrace_fixture.cpp151 ContextMap gContextMap;
/third_party/cef/libcef_dll/wrapper/
Dcef_message_router.cc1073 ContextMap::iterator it = context_map_.begin(); in GetIDForContext()
1089 ContextMap::const_iterator it = context_map_.find(context_id); in GetContextByID()
1113 using ContextMap = std::map<int, CefRefPtr<CefV8Context>>; typedef in __anonf16c46260111::CefMessageRouterRendererSideImpl
1114 ContextMap context_map_;
/third_party/cef/libcef/renderer/
Dv8_impl.cc114 ContextMap::const_iterator it = context_map_.find(hash); in GetContextState()
129 ContextMap::iterator it = context_map_.find(hash); in ReleaseContext()
177 using ContextMap = std::map<int, scoped_refptr<CefV8ContextState>>; typedef in __anonf3b0d18e0111::CefV8IsolateManager
178 ContextMap context_map_;