Searched refs:ShowWindowWithState (Results 1 – 9 of 9) sorted by relevance
81 virtual void ShowWindowWithState(ui::WindowShowState show_state) = 0;
83 virtual void ShowWindowWithState(ui::WindowShowState show_state) OVERRIDE;
211 void DesktopRootWindowHostWin::ShowWindowWithState( in ShowWindowWithState() function in views::DesktopRootWindowHostWin213 message_handler_->ShowWindowWithState(show_state); in ShowWindowWithState()
57 virtual void ShowWindowWithState(ui::WindowShowState show_state) OVERRIDE;
713 desktop_root_window_host_->ShowWindowWithState(state); in ShowWithWindowState()
331 void DesktopRootWindowHostX11::ShowWindowWithState( in ShowWindowWithState() function in views::DesktopRootWindowHostX11
142 void ShowWindowWithState(ui::WindowShowState show_state);
613 ShowWindowWithState(ui::SHOW_STATE_INACTIVE); in Show()616 void HWNDMessageHandler::ShowWindowWithState(ui::WindowShowState show_state) { in ShowWindowWithState() function in views::HWNDMessageHandler
314 message_handler_->ShowWindowWithState(show_state); in ShowWithWindowState()