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

  /external/chromium_org/chrome/test/base/
test_browser_window.cc 98 bool TestBrowserWindow::IsAlwaysOnTop() const {
  /external/chromium_org/extensions/shell/browser/
shell_native_app_window.cc 130 bool ShellNativeAppWindow::IsAlwaysOnTop() const {
  /external/chromium_org/chrome/browser/ui/views/apps/
chrome_native_app_window_views.cc 431 bool ChromeNativeAppWindowViews::IsAlwaysOnTop() const {
440 return widget()->IsAlwaysOnTop();
  /external/chromium_org/components/native_app_window/
native_app_window_views.cc 163 bool NativeAppWindowViews::IsAlwaysOnTop() const {
165 return widget_->IsAlwaysOnTop();
  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 355 bool Panel::IsAlwaysOnTop() const {
  /external/chromium_org/extensions/browser/app_window/
app_window.cc 711 bool AppWindow::IsAlwaysOnTop() const { return cached_always_on_top_; }
725 properties->SetBoolean("alwaysOnTop", IsAlwaysOnTop());
861 bool is_on_top = native_app_window_->IsAlwaysOnTop();
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 189 root_is_always_on_top = native_widget->IsAlwaysOnTop();
803 bool DesktopNativeWidgetAura::IsAlwaysOnTop() const {
804 return content_window_ && desktop_window_tree_host_->IsAlwaysOnTop();
    [all...]
desktop_window_tree_host_win.cc 354 bool DesktopWindowTreeHostWin::IsAlwaysOnTop() const {
355 return message_handler_->IsAlwaysOnTop();
    [all...]
desktop_window_tree_host_x11.cc 592 bool DesktopWindowTreeHostX11::IsAlwaysOnTop() const {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 537 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 673 bool BrowserView::IsAlwaysOnTop() const {
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 701 bool HWNDMessageHandler::IsAlwaysOnTop() const {
    [all...]

Completed in 1273 milliseconds