HomeSort by relevance Sort by last modified time
    Searched refs:ShowWindowWithState (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host.h 78 virtual void ShowWindowWithState(ui::WindowShowState show_state) = 0;
desktop_window_tree_host_x11.h 99 virtual void ShowWindowWithState(ui::WindowShowState show_state) OVERRIDE;
desktop_window_tree_host_win.h 57 virtual void ShowWindowWithState(ui::WindowShowState show_state) OVERRIDE;
desktop_window_tree_host_x11.cc 361 void DesktopWindowTreeHostX11::ShowWindowWithState(
379 ShowWindowWithState(ui::SHOW_STATE_MAXIMIZED);
532 ShowWindowWithState(ui::SHOW_STATE_NORMAL);
545 ShowWindowWithState(ui::SHOW_STATE_NORMAL);
851 ShowWindowWithState(ui::SHOW_STATE_NORMAL);
    [all...]
desktop_window_tree_host_win.cc 205 void DesktopWindowTreeHostWin::ShowWindowWithState(
207 message_handler_->ShowWindowWithState(show_state);
    [all...]
desktop_native_widget_aura.cc 779 desktop_window_tree_host_->ShowWindowWithState(state);
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 148 void ShowWindowWithState(ui::WindowShowState show_state);
hwnd_message_handler.cc 580 ShowWindowWithState(ui::SHOW_STATE_NORMAL);
582 ShowWindowWithState(ui::SHOW_STATE_INACTIVE);
587 void HWNDMessageHandler::ShowWindowWithState(ui::WindowShowState show_state) {
588 TRACE_EVENT0("views", "HWNDMessageHandler::ShowWindowWithState");
    [all...]

Completed in 155 milliseconds