HomeSort by relevance Sort by last modified time
    Searched defs:NativeTheme (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/native_theme/
native_theme.cc 11 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()
41 NativeTheme::~NativeTheme() {}
native_theme.h 39 // NativeTheme also supports getting the default size of a given part with
41 class NATIVE_THEME_EXPORT NativeTheme {
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 230 milliseconds