Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dbrowser_context.cc77 bool require_frame_match) { in GetImplFromGlobalId() argument
80 if (context->IsAssociatedContext(global_id, require_frame_match)) { in GetImplFromGlobalId()
250 bool require_frame_match) { in FromGlobalId() argument
251 return g_manager.Get().GetImplFromGlobalId(global_id, require_frame_match); in FromGlobalId()
326 bool require_frame_match) const { in GetHandler()
328 return handler_map_.GetHandler(global_id, require_frame_match); in GetHandler()
333 bool require_frame_match) const { in IsAssociatedContext()
342 if (frame_util::IsValidChildId(global_id.child_id) && !require_frame_match) { in IsAssociatedContext()
Dbrowser_context.h105 bool require_frame_match);
150 bool require_frame_match) const;
157 bool require_frame_match) const;
Drequest_context_handler_map.cc32 bool require_frame_match) const { in GetHandler()
39 if (frame_util::IsValidChildId(global_id.child_id) && !require_frame_match) { in GetHandler()
Diothread_state.cc46 bool require_frame_match) const { in GetHandler()
48 return handler_map_.GetHandler(global_id, require_frame_match); in GetHandler()
Drequest_context_handler_map.h41 bool require_frame_match) const;
Diothread_state.h41 bool require_frame_match) const;