Searched refs:swp_flags (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_host_win.cc31 DWORD swp_flags = SWP_NOOWNERZORDER; local
33 swp_flags |= SWP_NOREDRAW;
35 swp_flags |= SWP_SHOWWINDOW;
38 new_pos.width(), new_pos.height(), swp_flags);
/external/chromium/chrome/browser/ui/views/
H A Ddropdown_bar_host_win.cc38 DWORD swp_flags = SWP_NOOWNERZORDER; local
40 swp_flags |= SWP_NOSIZE;
42 swp_flags |= SWP_NOREDRAW;
44 swp_flags |= SWP_SHOWWINDOW;
47 new_pos.width(), new_pos.height(), swp_flags);
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host_win.cc89 UINT swp_flags = SWP_DEFERERASE | local
98 swp_flags = (swp_flags | SWP_SHOWWINDOW) & ~SWP_NOREDRAW;
107 swp_flags);
112 bounds.width(), bounds.height(), swp_flags);
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5video.c1197 UINT swp_flags; local
1214 swp_flags = (SWP_NOCOPYBITS | SWP_SHOWWINDOW);
1234 swp_flags |= SWP_NOMOVE;
1241 SetWindowPos(SDL_Window, top, x, y, width, height, swp_flags);
1602 UINT swp_flags; local
1619 swp_flags = SWP_NOCOPYBITS;
1636 swp_flags |= SWP_NOMOVE;
1638 SetWindowPos(SDL_Window, HWND_NOTOPMOST, x, y, width, height, swp_flags);
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibvideo.c535 UINT swp_flags; local
552 swp_flags = (SWP_NOCOPYBITS | SWP_SHOWWINDOW);
577 swp_flags |= SWP_NOMOVE;
584 SetWindowPos(SDL_Window, top, x, y, width, height, swp_flags);
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.cc316 UINT swp_flags = SWP_NOSENDCHANGING | SWP_NOOWNERZORDER | SWP_NOCOPYBITS |
325 SetWindowPos(NULL, point.x, point.y, rect.width(), rect.height(), swp_flags);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_win.cc508 UINT swp_flags = SWP_NOSENDCHANGING | SWP_NOOWNERZORDER | SWP_NOCOPYBITS |
517 SetWindowPos(NULL, point.x, point.y, rect.width(), rect.height(), swp_flags);

Completed in 209 milliseconds