Home
last modified time | relevance | path

Searched refs:context_map_ (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef_dll/wrapper/
Dcef_message_router.cc1064 context_map_.insert(std::make_pair(context_id, context)); in CreateIDForContext()
1073 ContextMap::iterator it = context_map_.begin(); in GetIDForContext()
1074 for (; it != context_map_.end(); ++it) { in GetIDForContext()
1078 context_map_.erase(it); in GetIDForContext()
1089 ContextMap::const_iterator it = context_map_.find(context_id); in GetContextByID()
1090 if (it != context_map_.end()) in GetContextByID()
1114 ContextMap context_map_; member in __anonf08b35e40111::CefMessageRouterRendererSideImpl
/third_party/cef/libcef/renderer/
Dv8_impl.cc98 DCHECK(context_map_.empty()); in ~CefV8IsolateManager()
114 ContextMap::const_iterator it = context_map_.find(hash); in GetContextState()
115 if (it != context_map_.end()) in GetContextState()
119 context_map_.insert(std::make_pair(hash, state)); in GetContextState()
129 ContextMap::iterator it = context_map_.find(hash); in ReleaseContext()
130 if (it != context_map_.end()) { in ReleaseContext()
132 context_map_.erase(it); in ReleaseContext()
178 ContextMap context_map_; member in __anon8cafeccc0111::CefV8IsolateManager