Home
last modified time | relevance | path

Searched refs:current_style (Results 1 – 6 of 6) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
DSDL_lowvideo.h67 int current_style; member
95 #define current_style (this->hidden->current_style) macro
/external/chromium_org/chrome/browser/ui/views/apps/
Dchrome_native_app_window_views_win.cc72 int current_style = ::GetWindowLong(hwnd, GWL_STYLE); in EnsureCaptionStyleSet() local
73 ::SetWindowLong(hwnd, GWL_STYLE, current_style | WS_CAPTION); in EnsureCaptionStyleSet()
/external/chromium_org/content/browser/renderer_host/
Dlegacy_render_widget_host_win.cc374 long current_style = ::GetWindowLong(hwnd(), GWL_STYLE); in OnSize() local
376 current_style | WS_VSCROLL | WS_HSCROLL); in OnSize()
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
DSDL_romvideo.c545 if ( SDL_Window && (style == current_style) ) { in ROM_SetVideoMode()
567 current_style = style; in ROM_SetVideoMode()
/external/chromium_org/ui/views/win/
Dhwnd_message_handler.cc249 long current_style = ::GetWindowLong(window, GWL_STYLE); in AddScrollStylesToWindow() local
251 current_style | WS_VSCROLL | WS_HSCROLL); in AddScrollStylesToWindow()
394 long current_style = ::GetWindowLong(hwnd(), GWL_STYLE); in Init() local
395 if (!(current_style & WS_POPUP)) { in Init()
/external/chromium_org/ui/gfx/
Drender_text_win.cc60 const int current_style = (font->GetStyle() & kStyleMask); in DeriveFontIfNecessary() local
62 if (current_style != target_style || current_size != font_size) in DeriveFontIfNecessary()