HomeSort by relevance Sort by last modified time
    Searched defs:IsAlwaysOnTop (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/test/base/
test_browser_window.cc 93 bool TestBrowserWindow::IsAlwaysOnTop() const {
  /external/chromium_org/apps/ui/views/
native_app_window_views.cc 144 bool NativeAppWindowViews::IsAlwaysOnTop() const {
146 return widget_->IsAlwaysOnTop();
  /external/chromium_org/chrome/browser/ui/views/apps/
chrome_native_app_window_views.cc 444 bool ChromeNativeAppWindowViews::IsAlwaysOnTop() const {
453 return widget()->IsAlwaysOnTop();
  /external/chromium_org/apps/
app_window.cc 741 bool AppWindow::IsAlwaysOnTop() const { return cached_always_on_top_; }
755 properties->SetBoolean("alwaysOnTop", IsAlwaysOnTop());
892 bool is_on_top = native_app_window_->IsAlwaysOnTop();
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 352 bool Panel::IsAlwaysOnTop() const {
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 189 root_is_always_on_top = native_widget->IsAlwaysOnTop();
806 bool DesktopNativeWidgetAura::IsAlwaysOnTop() const {
807 return content_window_ && desktop_window_tree_host_->IsAlwaysOnTop();
    [all...]
desktop_window_tree_host_win.cc 331 bool DesktopWindowTreeHostWin::IsAlwaysOnTop() const {
332 return message_handler_->IsAlwaysOnTop();
    [all...]
desktop_window_tree_host_x11.cc 568 bool DesktopWindowTreeHostX11::IsAlwaysOnTop() const {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 535 bool NativeWidgetAura::IsAlwaysOnTop() const {
    [all...]
widget.cc 663 bool Widget::IsAlwaysOnTop() const {
664 return native_widget_->IsAlwaysOnTop();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 677 bool BrowserView::IsAlwaysOnTop() const {
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 701 bool HWNDMessageHandler::IsAlwaysOnTop() const {
    [all...]

Completed in 311 milliseconds