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

  /external/chromium_org/chrome/browser/ui/libgtk2ui/
native_theme_gtk2.cc 214 return GetWindowStyle()->bg[GTK_STATE_NORMAL];
218 return GetWindowStyle()->bg[GTK_STATE_NORMAL];
256 return GetWindowStyle()->bg[GTK_STATE_NORMAL];
362 GtkStyle* win_style = GetWindowStyle();
367 GtkStyle* win_style = GetWindowStyle();
372 GtkStyle* win_style = GetWindowStyle();
393 GtkStyle* NativeThemeGtk2::GetWindowStyle() const {
465 gtk_paint_flat_box(GetWindowStyle(),
472 gtk_paint_arrow(GetWindowStyle(),
native_theme_gtk2.h 53 GtkStyle* GetWindowStyle() const;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windowsx.h16 55 #define GetWindowStyle(hwnd) ((DWORD)GetWindowLong(hwnd,GWL_STYLE))
74 #define IsRestored(hwnd) ((GetWindowStyle(hwnd) & (WS_MINIMIZE | WS_MAXIMIZE))==0L)
    [all...]
windowsx.h 48 #define GetWindowStyle(hwnd) ((DWORD)GetWindowLong(hwnd,GWL_STYLE))
61 #define IsRestored(hwnd) (!(GetWindowStyle(hwnd) & (WS_MINIMIZE | WS_MAXIMIZE)))
    [all...]

Completed in 2835 milliseconds