Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/wrapper/
Dcef_message_router.cc663 const int context_id = GetIDForContext(context); in Execute()
682 const int context_id = GetIDForContext(context); in Execute()
696 int GetIDForContext(CefRefPtr<CefV8Context> context) { in GetIDForContext() function in __anon8aeebdc30111::CefMessageRouterRendererSideImpl::V8HandlerImpl
730 const int context_id = GetIDForContext(context, false); in GetPendingCount()
805 const int context_id = GetIDForContext(context, true); in OnContextReleased()
1061 DCHECK_EQ(GetIDForContext(context, false), kReservedId); in CreateIDForContext()
1070 int GetIDForContext(CefRefPtr<CefV8Context> context, bool remove) { in GetIDForContext() function in __anon8aeebdc30111::CefMessageRouterRendererSideImpl