Searched refs:GetIDForContext (Results 1 – 1 of 1) sorted by relevance
663 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::V8HandlerImpl730 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