Searched refs:ShowWindowWithState (Results 1 – 8 of 8) sorted by relevance
78 virtual void ShowWindowWithState(ui::WindowShowState show_state) = 0;
361 void DesktopWindowTreeHostX11::ShowWindowWithState( in ShowWindowWithState() function in views::DesktopWindowTreeHostX11379 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()
99 virtual void ShowWindowWithState(ui::WindowShowState show_state) OVERRIDE;
205 void DesktopWindowTreeHostWin::ShowWindowWithState( in ShowWindowWithState() function in views::DesktopWindowTreeHostWin207 message_handler_->ShowWindowWithState(show_state); in ShowWindowWithState()
57 virtual void ShowWindowWithState(ui::WindowShowState show_state) OVERRIDE;
779 desktop_window_tree_host_->ShowWindowWithState(state); in ShowWithWindowState()
148 void ShowWindowWithState(ui::WindowShowState show_state);
580 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