Searched refs:SetAlwaysOnTop (Results 1 – 9 of 9) sorted by relevance
124 virtual void SetAlwaysOnTop(bool on_top) = 0;
49 void SetAlwaysOnTop(bool on_top) override;
197 void CefWindowImpl::SetAlwaysOnTop(bool on_top) { in SetAlwaysOnTop() function in CefWindowImpl
46 void SetAlwaysOnTop(bool on_top) override;
178 NO_SANITIZE("cfi-icall") void CefWindowCToCpp::SetAlwaysOnTop(bool on_top) { in SetAlwaysOnTop() function in CefWindowCToCpp
117 void SetAlwaysOnTop(bool on_top);
229 void ViewsWindow::SetAlwaysOnTop(bool on_top) { in SetAlwaysOnTop() function in client::ViewsWindow232 window_->SetAlwaysOnTop(on_top); in SetAlwaysOnTop()
235 window_->SetAlwaysOnTop(config_->always_on_top); in OnViewsWindowCreated()
197 CefWindowCppToC::Get(self)->SetAlwaysOnTop(on_top ? true : false); in window_set_always_on_top()