OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scrollbarTheme
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/win/
ScrollbarThemeWin.cpp
65
static HANDLE
scrollbarTheme
;
85
if (uxthemeLibrary() && !
scrollbarTheme
&& IsThemeActive())
86
scrollbarTheme
= OpenThemeData(0, L"Scrollbar");
90
ScrollbarTheme
*
ScrollbarTheme
::nativeTheme()
121
if (!
scrollbarTheme
)
124
CloseThemeData(
scrollbarTheme
);
125
scrollbarTheme
= 0;
242
if (
scrollbarTheme
)
243
alphaBlend = IsThemeBackgroundPartiallyTransparent(
scrollbarTheme
, part, state)
[
all
...]
/external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk2.cpp
41
static void gtkStyleSetCallback(GtkWidget* widget, GtkStyle* previous, ScrollbarThemeGtk*
scrollbarTheme
)
43
scrollbarTheme
->updateThemeProperties();
ScrollbarThemeGtk3.cpp
40
static void gtkStyleChangedCallback(GtkWidget*, ScrollbarThemeGtk*
scrollbarTheme
)
42
scrollbarTheme
->updateThemeProperties();
Completed in 2764 milliseconds