Home
last modified time | relevance | path

Searched refs:always_on_top (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/libcef/browser/native/
Dwindow_delegate_view.cc17 bool always_on_top, in CefWindowDelegateView() argument
21 always_on_top_(always_on_top), in CefWindowDelegateView()
Dwindow_delegate_view.h24 bool always_on_top,
Dbrowser_platform_delegate_native_win.cc222 bool always_on_top = in CreateHostWindow() local
226 GetBackgroundColor(), always_on_top, GetBoundsChangedCallback()); in CreateHostWindow()
/third_party/cef/tests/cefclient/browser/
Droot_window.cc15 : always_on_top(false), in RootWindowConfig()
Droot_window.h32 bool always_on_top; member
Droot_window_views.cc235 window_->SetAlwaysOnTop(config_->always_on_top); in OnViewsWindowCreated()
Droot_window_gtk.cc118 always_on_top_ = config->always_on_top; in Init()
Droot_window_win.cc156 always_on_top_ = config->always_on_top; in Init()
/third_party/cef/tests/cefclient/
Dcefclient_win.cc103 window_config->always_on_top = in RunMain()
Dcefclient_gtk.cc139 window_config->always_on_top = in RunMain()