OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NativeThemeGtk2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/libgtk2ui/
native_theme_gtk2.h
20
class
NativeThemeGtk2
: public ui::NativeThemeBase {
22
static
NativeThemeGtk2
* instance();
37
NativeThemeGtk2
();
38
virtual ~
NativeThemeGtk2
();
60
DISALLOW_COPY_AND_ASSIGN(
NativeThemeGtk2
);
native_theme_gtk2.cc
41
NativeThemeGtk2
*
NativeThemeGtk2
::instance() {
42
CR_DEFINE_STATIC_LOCAL(
NativeThemeGtk2
, s_native_theme, ());
46
NativeThemeGtk2
::
NativeThemeGtk2
()
51
NativeThemeGtk2
::~
NativeThemeGtk2
() {
60
SkColor
NativeThemeGtk2
::GetSystemColor(ColorId color_id) const {
100
void
NativeThemeGtk2
::PaintMenuPopupBackground(
125
void
NativeThemeGtk2
::PaintMenuItemBackground
[
all
...]
Completed in 23 milliseconds