OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NativeThemeGtk2
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/libgtk2ui/
native_theme_gtk2.h
20
class
NativeThemeGtk2
: public ui::NativeThemeBase {
22
static
NativeThemeGtk2
* instance();
45
NativeThemeGtk2
();
46
virtual ~
NativeThemeGtk2
();
76
DISALLOW_COPY_AND_ASSIGN(
NativeThemeGtk2
);
native_theme_gtk2.cc
102
NativeThemeGtk2
*
NativeThemeGtk2
::instance() {
103
CR_DEFINE_STATIC_LOCAL(
NativeThemeGtk2
, s_native_theme, ());
107
NativeThemeGtk2
::
NativeThemeGtk2
()
113
NativeThemeGtk2
::~
NativeThemeGtk2
() {
126
gfx::Size
NativeThemeGtk2
::GetPartSize(Part part,
135
void
NativeThemeGtk2
::Paint(SkCanvas* canvas,
153
SkColor
NativeThemeGtk2
::GetSystemColor(ColorId color_id) const
[
all
...]
gtk2_border.cc
77
observer_manager_.Add(
NativeThemeGtk2
::instance());
122
DCHECK_EQ(observed_theme,
NativeThemeGtk2
::instance());
gtk2_ui.cc
537
return
NativeThemeGtk2
::instance();
626
if (owning_button->GetNativeTheme() !=
NativeThemeGtk2
::instance())
[
all
...]
Completed in 108 milliseconds