Home
last modified time | relevance | path

Searched refs:ShowWindowWithState (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host.h78 virtual void ShowWindowWithState(ui::WindowShowState show_state) = 0;
Ddesktop_window_tree_host_x11.cc361 void DesktopWindowTreeHostX11::ShowWindowWithState( in ShowWindowWithState() function in views::DesktopWindowTreeHostX11
379 ShowWindowWithState(ui::SHOW_STATE_MAXIMIZED); in ShowMaximizedWithBounds()
532 ShowWindowWithState(ui::SHOW_STATE_NORMAL); in Maximize()
545 ShowWindowWithState(ui::SHOW_STATE_NORMAL); in Restore()
851 ShowWindowWithState(ui::SHOW_STATE_NORMAL); in Show()
Ddesktop_window_tree_host_x11.h99 virtual void ShowWindowWithState(ui::WindowShowState show_state) OVERRIDE;
Ddesktop_window_tree_host_win.cc205 void DesktopWindowTreeHostWin::ShowWindowWithState( in ShowWindowWithState() function in views::DesktopWindowTreeHostWin
207 message_handler_->ShowWindowWithState(show_state); in ShowWindowWithState()
Ddesktop_window_tree_host_win.h57 virtual void ShowWindowWithState(ui::WindowShowState show_state) OVERRIDE;
Ddesktop_native_widget_aura.cc779 desktop_window_tree_host_->ShowWindowWithState(state); in ShowWithWindowState()
/external/chromium_org/ui/views/win/
Dhwnd_message_handler.h148 void ShowWindowWithState(ui::WindowShowState show_state);
Dhwnd_message_handler.cc580 ShowWindowWithState(ui::SHOW_STATE_NORMAL); in Show()
582 ShowWindowWithState(ui::SHOW_STATE_INACTIVE); in Show()
587 void HWNDMessageHandler::ShowWindowWithState(ui::WindowShowState show_state) { in ShowWindowWithState() function in views::HWNDMessageHandler