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

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host.h78 virtual void ShowWindowWithState(ui::WindowShowState show_state) = 0;
H A Ddesktop_window_tree_host_x11.h99 virtual void ShowWindowWithState(ui::WindowShowState show_state) OVERRIDE;
H A Ddesktop_window_tree_host_x11.cc363 void DesktopWindowTreeHostX11::ShowWindowWithState( function in class:views::DesktopWindowTreeHostX11
378 ShowWindowWithState(ui::SHOW_STATE_MAXIMIZED);
555 ShowWindowWithState(ui::SHOW_STATE_NORMAL);
569 ShowWindowWithState(ui::SHOW_STATE_NORMAL);
869 ShowWindowWithState(ui::SHOW_STATE_NORMAL);
H A Ddesktop_window_tree_host_win.h57 virtual void ShowWindowWithState(ui::WindowShowState show_state) OVERRIDE;
H A Ddesktop_window_tree_host_win.cc207 void DesktopWindowTreeHostWin::ShowWindowWithState( function in class:views::DesktopWindowTreeHostWin
209 message_handler_->ShowWindowWithState(show_state);
H A Ddesktop_native_widget_aura.cc776 desktop_window_tree_host_->ShowWindowWithState(state);
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.h148 void ShowWindowWithState(ui::WindowShowState show_state);
H A Dhwnd_message_handler.cc580 ShowWindowWithState(ui::SHOW_STATE_NORMAL);
582 ShowWindowWithState(ui::SHOW_STATE_INACTIVE);
587 void HWNDMessageHandler::ShowWindowWithState(ui::WindowShowState show_state) { function in class:views::HWNDMessageHandler
588 TRACE_EVENT0("views", "HWNDMessageHandler::ShowWindowWithState");

Completed in 1297 milliseconds