Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/net/
Dthrottle_handler.cc64 frame = browser->browser_info()->CreateTempSubFrame(parent_global_id); in NavigationOnUIThread()
/third_party/cef/libcef/browser/
Dbrowser_info.h99 CefRefPtr<CefFrameHostImpl> CreateTempSubFrame(
Dbrowser_info.cc249 CefRefPtr<CefFrameHostImpl> CefBrowserInfo::CreateTempSubFrame( in CreateTempSubFrame() function in CefBrowserInfo
Dbrowser_contents_delegate.cc395 frame = browser_info->CreateTempSubFrame(frame_util::InvalidGlobalId()); in DidFinishNavigation()