Searched defs:ShowWindowWithState (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
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_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);
/external/chromium_org/ui/views/win/
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 181 milliseconds