Searched refs:is_always_on_top_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dtask_manager_view.cc236 bool is_always_on_top_; member in class:__anon5368::TaskManagerView
264 is_always_on_top_(false),
635 is_always_on_top_ = false;
636 if (GetSavedAlwaysOnTopState(&is_always_on_top_))
637 GetWidget()->SetAlwaysOnTop(is_always_on_top_);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.cc138 is_always_on_top_(false),
586 is_always_on_top_ = always_on_top;
593 return is_always_on_top_;
1164 is_always_on_top_ = params.keep_on_top;
1165 if (is_always_on_top_)
1292 is_always_on_top_ = HasWMSpecProperty("_NET_WM_STATE_ABOVE");
H A Ddesktop_window_tree_host_x11.h283 bool is_always_on_top_; member in class:views::DesktopWindowTreeHostX11

Completed in 98 milliseconds