Lines Matching refs:GetBrowser
284 CefRefPtr<CefBrowser> RootWindowWin::GetBrowser() const { in GetBrowser() function in client::RootWindowWin
288 return browser_window_->GetBrowser(); in GetBrowser()
435 CefRefPtr<CefBrowser> browser = self->GetBrowser(); in EditWndProc()
522 if (self->GetBrowser() && self->GetBrowser()->GetHost()) in RootWndProc()
523 self->GetBrowser()->GetHost()->SetAccessibilityState(STATE_ENABLED); in RootWndProc()
726 CefRefPtr<CefBrowser> browser = GetBrowser(); in OnMove()
752 return (GetBrowser() == nullptr); in OnEraseBkgnd()
772 if (CefRefPtr<CefBrowser> browser = GetBrowser()) in OnCommand()
776 if (CefRefPtr<CefBrowser> browser = GetBrowser()) in OnCommand()
780 if (CefRefPtr<CefBrowser> browser = GetBrowser()) in OnCommand()
784 if (CefRefPtr<CefBrowser> browser = GetBrowser()) in OnCommand()
818 CefRefPtr<CefBrowser> browser = GetBrowser(); in OnFindEvent()
964 CefRefPtr<CefBrowser> browser = GetBrowser(); in OnClose()
1033 CefRefPtr<CefBrowser> browser = GetBrowser(); in OnSetFullscreen()