Searched defs:minimized (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ash/
H A Droot_window_controller_unittest.cc157 views::Widget* minimized = CreateTestWidget(gfx::Rect(800, 10, 100, 100)); local
158 minimized->Minimize();
159 EXPECT_EQ(root_windows[1], minimized->GetNativeView()->GetRootWindow());
161 minimized->GetWindowBoundsInScreen().ToString());
229 EXPECT_EQ(root_windows[0], minimized->GetNativeView()->GetRootWindow());
231 minimized->GetWindowBoundsInScreen().ToString());
451 // Only w2 remains, if minimized GetWindowForFullscreenMode should return
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysevents.c267 BOOL active, minimized; local
270 minimized = HIWORD(wParam);
271 active = (LOWORD(wParam) != WA_INACTIVE) && !minimized;
299 if ( minimized ) {
326 WIN_Activate(this, active, minimized);
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.c104 static void GAPI_Activate(_THIS, BOOL active, BOOL minimized);
1216 static void GAPI_Activate(_THIS, BOOL active, BOOL minimized) argument
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibvideo.c113 static void DIB_Activate(_THIS, BOOL active, BOOL minimized);
1279 static void DIB_Activate(_THIS, BOOL active, BOOL minimized) argument
1285 } else if ( !minimized ) {
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5video.c446 static void DX5_Activate(_THIS, BOOL active, BOOL minimized);
2450 void DX5_Activate(_THIS, BOOL active, BOOL minimized) argument
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc1000 bool minimized) {
1002 const bool active = activation_state != WA_INACTIVE && !minimized;
1546 // "If the window is minimized when this message is received, the application
1549 // is minimized or restored. To handle this, w_param's high word should be
1636 // We might end up here if the window was previously minimized and the
1640 // (left,top) would probably be (-32000,-32000) like all minimized
999 PostProcessActivateMessage(int activation_state, bool minimized) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 739 milliseconds