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

  /external/chromium_org/ui/native_theme/
native_theme_aura.h 19 class NATIVE_THEME_EXPORT NativeThemeAura : public FallbackTheme {
21 static NativeThemeAura* instance();
24 NativeThemeAura();
25 virtual ~NativeThemeAura();
124 DISALLOW_COPY_AND_ASSIGN(NativeThemeAura);
native_theme_aura.cc 73 return NativeThemeAura::instance();
77 NativeThemeAura* NativeThemeAura::instance() {
78 CR_DEFINE_STATIC_LOCAL(NativeThemeAura, s_native_theme, ());
83 NativeThemeAura::NativeThemeAura() {
96 NativeThemeAura::~NativeThemeAura() {
99 void NativeThemeAura::PaintMenuPopupBackground(
124 void NativeThemeAura::PaintMenuItemBackground
    [all...]

Completed in 1027 milliseconds