Home
last modified time | relevance | path

Searched refs:always_on_top_ (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef/browser/native/
Dwindow_delegate_view.cc21 always_on_top_(always_on_top), in CefWindowDelegateView()
55 params.z_order = always_on_top_ ? ui::ZOrderLevel::kFloatingWindow in Init()
Dwindow_delegate_view.h51 bool always_on_top_; variable
/third_party/cef/tests/cefclient/browser/
Droot_window_win.h115 bool always_on_top_; variable
Droot_window_gtk.cc84 always_on_top_(false), in RootWindowGtk()
118 always_on_top_ = config->always_on_top; in Init()
307 if (always_on_top_) { in CreateRootWindow()
Droot_window_gtk.h128 bool always_on_top_; variable
Droot_window_win.cc106 always_on_top_(false), in RootWindowWin()
156 always_on_top_ = config->always_on_top; in Init()
345 DWORD dwExStyle = always_on_top_ ? WS_EX_TOPMOST : 0; in CreateRootWindow()