Searched defs:IsAlwaysOnTop (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/test/base/
H A Dtest_browser_window.cc98 bool TestBrowserWindow::IsAlwaysOnTop() const { function in class:TestBrowserWindow
/external/chromium_org/extensions/shell/browser/
H A Dshell_native_app_window.cc130 bool ShellNativeAppWindow::IsAlwaysOnTop() const { function in class:extensions::ShellNativeAppWindow
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_native_app_window_views.cc431 bool ChromeNativeAppWindowViews::IsAlwaysOnTop() const { function in class:ChromeNativeAppWindowViews
440 return widget()->IsAlwaysOnTop();
/external/chromium_org/components/native_app_window/
H A Dnative_app_window_views.cc163 bool NativeAppWindowViews::IsAlwaysOnTop() const { function in class:native_app_window::NativeAppWindowViews
165 return widget_->IsAlwaysOnTop();
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.cc355 bool Panel::IsAlwaysOnTop() const { function in class:Panel
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.cc711 bool AppWindow::IsAlwaysOnTop() const { return cached_always_on_top_; } function in class:extensions::AppWindow
725 properties->SetBoolean("alwaysOnTop", IsAlwaysOnTop());
861 bool is_on_top = native_app_window_->IsAlwaysOnTop();
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc189 root_is_always_on_top = native_widget->IsAlwaysOnTop();
803 bool DesktopNativeWidgetAura::IsAlwaysOnTop() const { function in class:views::DesktopNativeWidgetAura
804 return content_window_ && desktop_window_tree_host_->IsAlwaysOnTop();
H A Ddesktop_window_tree_host_win.cc354 bool DesktopWindowTreeHostWin::IsAlwaysOnTop() const { function in class:views::DesktopWindowTreeHostWin
355 return message_handler_->IsAlwaysOnTop();
H A Ddesktop_window_tree_host_x11.cc592 bool DesktopWindowTreeHostX11::IsAlwaysOnTop() const { function in class:views::DesktopWindowTreeHostX11
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc537 bool NativeWidgetAura::IsAlwaysOnTop() const { function in class:views::NativeWidgetAura
H A Dwidget.cc663 bool Widget::IsAlwaysOnTop() const { function in class:views::Widget
664 return native_widget_->IsAlwaysOnTop();
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc673 bool BrowserView::IsAlwaysOnTop() const { function in class:BrowserView
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc701 bool HWNDMessageHandler::IsAlwaysOnTop() const { function in class:views::HWNDMessageHandler

Completed in 468 milliseconds