Searched defs:NativeTheme (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/native_theme/
H A Dnative_theme.cc11 void NativeTheme::SetScrollbarColors(unsigned inactive_color,
19 // NativeTheme::instance() is implemented in the platform specific source files,
22 void NativeTheme::AddObserver(NativeThemeObserver* observer) {
26 void NativeTheme::RemoveObserver(NativeThemeObserver* observer) {
30 void NativeTheme::NotifyObservers() {
35 NativeTheme::NativeTheme() function in class:ui::NativeTheme
41 NativeTheme::~NativeTheme() {}
H A Dnative_theme.h39 // NativeTheme also supports getting the default size of a given part with
41 class NATIVE_THEME_EXPORT NativeTheme { class in namespace:ui
333 // Each port of NativeTheme should provide its own implementation of this
335 static NativeTheme* instance();
345 NativeTheme();
346 virtual ~NativeTheme();
356 DISALLOW_COPY_AND_ASSIGN(NativeTheme);

Completed in 107 milliseconds