Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Droot_window.cc28 return MainContext::Get()->GetRootWindowManager()->GetWindowForBrowser( in GetForBrowser()
Droot_window_manager.h64 scoped_refptr<RootWindow> GetWindowForBrowser(int browser_id) const;
Droot_window_manager.cc201 scoped_refptr<RootWindow> RootWindowManager::GetWindowForBrowser( in GetWindowForBrowser() function in client::RootWindowManager