Home
last modified time | relevance | path

Searched defs:is_main_frame (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/libcef/browser/net/
Dthrottle_handler.cc28 bool is_main_frame, in NavigationOnUIThread()
91 const bool is_main_frame = navigation_handle->IsInMainFrame(); in CreateThrottlesForNavigation() local
/third_party/cef/libcef/browser/
Dbrowser_context.cc287 bool is_main_frame, in OnRenderFrameCreated()
306 bool is_main_frame, in OnRenderFrameDeleted()
Drequest_context_impl.cc563 bool is_main_frame, in OnRenderFrameCreated()
571 bool is_main_frame, in OnRenderFrameDeleted()
Dbrowser_info.cc87 const bool is_main_frame = (host->GetParent() == nullptr); in MaybeCreateFrame() local
Dbrowser_contents_delegate.cc376 const bool is_main_frame = navigation_handle->IsInMainFrame(); in DidFinishNavigation() local
/third_party/cef/libcef/browser/chrome/
Dchrome_content_browser_client_cef.cc254 bool is_main_frame, in HandleExternalProtocol()
/third_party/cef/libcef/common/
Drequest_impl.cc523 bool is_main_frame) { in Set()
/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.cc1368 bool is_main_frame, in HandleExternalProtocol()
/third_party/cef/tests/ceftests/
Dmessage_router_unittest.cc1428 bool is_main_frame; member