HomeSort by relevance Sort by last modified time
    Searched full:showwindow (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/chrome/browser/ui/cocoa/
hung_renderer_controller_unittest.mm 27 [hung_renderer_controller_ showWindow:nil];
36 [hung_renderer_controller_ showWindow:nil];
44 [hung_renderer_controller_ showWindow:nil];
confirm_quit_panel_controller.h 37 - (void)showWindow:(id)sender;
one_click_signin_bubble_controller.h 34 // The bubble is not automatically displayed; call showWindow:id to
base_bubble_controller_unittest.mm 122 [controller_ showWindow:nil];
158 [controller_ showWindow:nil];
174 [controller_ showWindow:nil];
190 [controller_ showWindow:nil];
207 [controller_ showWindow:nil];
224 [controller_ showWindow:nil];
299 [controller_ showWindow:nil]; // Show it again
confirm_quit_panel_controller_unittest.mm 35 [controller showWindow:nil];
fullscreen_exit_bubble_controller.h 52 - (void)showWindow;
base_bubble_controller.h 60 // |anchoredAt| is in screen space. You need to call -showWindow: to make the
71 // |view|'s lower left corner. You need to call -showWindow: to make the
101 // |-showWindow:| is overriden and does not call super. Noop on OSes <10.7.
global_error_bubble_controller.mm 71 [bubble showWindow:nil];
129 - (void)showWindow:(id)sender {
133 [super showWindow:sender];
  /external/chromium_org/chrome/test/base/
interactive_test_utils_win.cc 30 ::ShowWindow(hwnd, SW_HIDE);
41 ::ShowWindow(hwnd, SW_SHOW);
48 // ShowWindow does not necessarily activate the window. In particular if a
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dispdib.h 64 #define DisplayDibWindowBegin(hwnd) ::ShowWindow(hwnd,SW_SHOWNORMAL)
65 #define DisplayDibWindowEnd(hwnd) ::ShowWindow(hwnd,SW_HIDE)
70 #define DisplayDibWindowBegin(hwnd) ShowWindow(hwnd,SW_SHOWNORMAL)
71 #define DisplayDibWindowEnd(hwnd) ShowWindow(hwnd,SW_HIDE)
  /external/chromium_org/chrome/browser/ui/cocoa/media_picker/
desktop_media_picker_controller_unittest.mm 91 [controller_ showWindow:nil];
106 [controller_ showWindow:nil];
127 [controller_ showWindow:nil];
140 [controller_ showWindow:nil];
153 [controller_ showWindow:nil];
169 [controller_ showWindow:nil];
185 [controller_ showWindow:nil];
198 [controller_ showWindow:nil];
desktop_media_picker_cocoa.mm 28 [controller_ showWindow:nil];
desktop_media_picker_controller.h 53 // To show the dialog, use |NSWindowController|'s |showWindow:|.
  /external/chromium_org/ui/views/win/
scoped_fullscreen_visibility.cc 24 // ShowWindow(SW_HIDE) will automatically activate another window). This
38 ShowWindow(hwnd_, SW_SHOW);
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_bubble_controller_unittest.mm 19 [controller showWindow:nil];
autofill_bubble_controller.h 22 // -showWindow: to make the bubble visible. It will autorelease itself when the
  /external/chromium_org/content/shell/browser/
shell_platform_data_aura.h 34 void ShowWindow();
shell_aura.cc 46 platform_->ShowWindow();
  /external/chromium_org/ui/compositor/test/
test_compositor_host_win.cc 33 ShowWindow(hwnd(), SW_SHOWNORMAL);
  /external/chromium_org/ui/message_center/cocoa/
popup_controller_unittest.mm 45 [controller showWindow:nil];
  /external/chromium_org/ash/screensaver/
screensaver_view.cc 109 ShowWindow();
137 void ScreensaverView::ShowWindow() {
screensaver_view.h 67 void ShowWindow();
  /external/chromium_org/chrome/browser/ui/cocoa/passwords/
manage_passwords_bubble_controller.mm 40 - (void)showWindow:(id)sender {
42 [super showWindow:sender];
  /sdk/emulator/opengl/host/libs/libOpenglRender/
NativeWindowsSubWindow.cpp 51 ShowWindow(ret,SW_SHOW);
  /development/ide/xcode/ports/
skia_mac.cp 83 ShowWindow( window );

Completed in 1223 milliseconds

1 2 3 4 5 6 7