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

  /external/chromium_org/ui/views/widget/
widget_hwnd_utils.cc 39 *style |= WS_MAXIMIZE;
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 73 #ifndef WS_MAXIMIZE
74 #define WS_MAXIMIZE 0
815 style &= ~(resizestyle|WS_MAXIMIZE);
837 #if WS_MAXIMIZE && !defined(_WIN32_WCE)
838 if (IsZoomed(SDL_Window)) style |= WS_MAXIMIZE;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 47 #ifndef WS_MAXIMIZE
48 #define WS_MAXIMIZE 0
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 530 if (style & WS_MAXIMIZE)
531 SetWindowLong(hwnd(), GWL_STYLE, style & ~WS_MAXIMIZE);
    [all...]
  /external/chromium_org/win8/metro_driver/
chrome_app_view.cc 215 ~(WS_MAXIMIZE | WS_CAPTION | WS_THICKFRAME | WS_SYSMENU)));
    [all...]

Completed in 1106 milliseconds