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

  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_lowvideo.h 67 int current_style; member in struct:SDL_PrivateVideoData
95 #define current_style (this->hidden->current_style) macro
  /external/chromium_org/chrome/browser/ui/views/apps/
chrome_native_app_window_views_win.cc 72 int current_style = ::GetWindowLong(hwnd, GWL_STYLE); local
73 ::SetWindowLong(hwnd, GWL_STYLE, current_style | WS_CAPTION);
  /external/chromium_org/content/browser/renderer_host/
legacy_render_widget_host_win.cc 327 long current_style = ::GetWindowLong(hwnd(), GWL_STYLE); local
329 current_style | WS_VSCROLL | WS_HSCROLL);
  /external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c 545 if ( SDL_Window && (style == current_style) ) {
567 current_style = style;
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 250 long current_style = ::GetWindowLong(window, GWL_STYLE); local
252 current_style | WS_VSCROLL | WS_HSCROLL);
394 long current_style = ::GetWindowLong(hwnd(), GWL_STYLE); local
395 if (!(current_style & WS_POPUP)) {
    [all...]
  /external/chromium_org/ui/gfx/
render_text_win.cc 118 const int current_style = (font->GetStyle() & kStyleMask); local
120 if (current_style != target_style || current_size != font_size)
    [all...]

Completed in 100 milliseconds