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 363 void DesktopWindowTreeHostX11::ShowWindowWithState(
378 ShowWindowWithState(ui::SHOW_STATE_MAXIMIZED);
555 ShowWindowWithState(ui::SHOW_STATE_NORMAL);
569 ShowWindowWithState(ui::SHOW_STATE_NORMAL);
869 ShowWindowWithState(ui::SHOW_STATE_NORMAL);
    [all...]
desktop_window_tree_host_win.cc 207 void DesktopWindowTreeHostWin::ShowWindowWithState(
209 message_handler_->ShowWindowWithState(show_state);
    [all...]
desktop_native_widget_aura.cc 776 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 5764 milliseconds