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

  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host_win.cc 31 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/
dropdown_bar_host_win.cc 38 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/
native_view_host_win.cc 89 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/
SDL_dx5video.c 1197 UINT swp_flags; local
1602 UINT swp_flags; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 535 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);
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 316 UINT swp_flags = SWP_NOSENDCHANGING | SWP_NOOWNERZORDER | SWP_NOCOPYBITS |
325 SetWindowPos(NULL, point.x, point.y, rect.width(), rect.height(), swp_flags);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc 509 UINT swp_flags = SWP_NOSENDCHANGING | SWP_NOOWNERZORDER | SWP_NOCOPYBITS |
518 SetWindowPos(NULL, point.x, point.y, rect.width(), rect.height(), swp_flags);
    [all...]

Completed in 120 milliseconds