Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/net/
Dthrottle_handler.cc31 const content::GlobalRenderFrameHostId& parent_global_id, in NavigationOnUIThread() argument
64 frame = browser->browser_info()->CreateTempSubFrame(parent_global_id); in NavigationOnUIThread()
96 const auto parent_global_id = in CreateThrottlesForNavigation() local
106 global_id, parent_global_id), in CreateThrottlesForNavigation()
/third_party/cef/libcef/browser/
Dbrowser_info.cc250 const content::GlobalRenderFrameHostId& parent_global_id) { in CreateTempSubFrame() argument
251 CefRefPtr<CefFrameHostImpl> parent = GetFrameForGlobalId(parent_global_id); in CreateTempSubFrame()
Dbrowser_info.h100 const content::GlobalRenderFrameHostId& parent_global_id);