Searched defs:SetAlwaysOnTop (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.cc661 void Panel::SetAlwaysOnTop(bool on_top) { function in class:Panel
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc497 void DesktopNativeWidgetAura::SetAlwaysOnTop(bool always_on_top) { function in class:views::DesktopNativeWidgetAura
498 desktop_root_window_host_->SetAlwaysOnTop(always_on_top);
H A Ddesktop_root_window_host_win.cc315 void DesktopRootWindowHostWin::SetAlwaysOnTop(bool always_on_top) { function in class:views::DesktopRootWindowHostWin
316 message_handler_->SetAlwaysOnTop(always_on_top);
H A Ddesktop_root_window_host_x11.cc429 void DesktopRootWindowHostX11::SetAlwaysOnTop(bool always_on_top) { function in class:views::DesktopRootWindowHostX11
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc133 // SetAlwaysOnTop before SetParent so that always-on-top container is used.
134 SetAlwaysOnTop(params.keep_on_top);
493 void NativeWidgetAura::SetAlwaysOnTop(bool on_top) { function in class:views::NativeWidgetAura
H A Dnative_widget_win.cc332 void NativeWidgetWin::SetAlwaysOnTop(bool on_top) { function in class:views::NativeWidgetWin
333 message_handler_->SetAlwaysOnTop(on_top);
H A Dwidget.cc629 void Widget::SetAlwaysOnTop(bool on_top) { function in class:views::Widget
630 native_widget_->SetAlwaysOnTop(on_top);
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc666 void HWNDMessageHandler::SetAlwaysOnTop(bool on_top) { function in class:views::HWNDMessageHandler
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc2680 void PepperPluginInstanceImpl::SetAlwaysOnTop(bool on_top) { function in class:content::PepperPluginInstanceImpl

Completed in 325 milliseconds