Home
last modified time | relevance | path

Searched refs:old_browser (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/browser/
Dbrowser_info.cc63 auto old_browser = browser_; in SetBrowser() local
67 RemoveAllFrames(old_browser); in SetBrowser()
480 CefRefPtr<CefBrowserHostBase> old_browser) { in RemoveAllFrames() argument
487 DCHECK(old_browser); in RemoveAllFrames()
496 MaybeNotifyFrameDetached(old_browser, info->frame_); in RemoveAllFrames()
501 SetMainFrame(old_browser, nullptr); in RemoveAllFrames()
Dbrowser_info.h196 void RemoveAllFrames(CefRefPtr<CefBrowserHostBase> old_browser);