Home
last modified time | relevance | path

Searched defs:current_style (Results 1 – 5 of 5) 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
/external/chromium_org/content/browser/renderer_host/
Dlegacy_render_widget_host_win.cc374 long current_style = ::GetWindowLong(hwnd(), GWL_STYLE); in OnSize() local
/external/chromium_org/ui/views/win/
Dhwnd_message_handler.cc249 long current_style = ::GetWindowLong(window, GWL_STYLE); in AddScrollStylesToWindow() local
394 long current_style = ::GetWindowLong(hwnd(), GWL_STYLE); in Init() local
/external/chromium_org/ui/gfx/
Drender_text_win.cc60 const int current_style = (font->GetStyle() & kStyleMask); in DeriveFontIfNecessary() local