Searched refs:ColorId (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/ui/native_theme/
H A Dfallback_theme.h21 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
H A Dnative_theme_android.cc23 SkColor NativeThemeAndroid::GetSystemColor(ColorId color_id) const {
H A Dnative_theme_android.h17 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
H A Dnative_theme_gtk.h17 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
H A Dnative_theme_mac.h17 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
H A Dcommon_theme.h18 NativeTheme::ColorId color_id,
46 SkColor AdjustColorForMenuVariations(NativeTheme::ColorId color_id,
H A Dnative_theme_gtk.cc54 SkColor NativeThemeGtk::GetSystemColor(ColorId color_id) const {
H A Dcommon_theme.cc42 bool CommonThemeGetSystemColor(NativeTheme::ColorId color_id, SkColor* color) {
171 SkColor AdjustColorForMenuVariations(NativeTheme::ColorId color_id,
H A Dnative_theme.h29 // state is part-specific. The supported colors are listed in the ColorId enum.
232 enum ColorId { enum in class:ui::NativeTheme
290 virtual SkColor GetSystemColor(ColorId color_id) const = 0;
H A Dfallback_theme.cc21 SkColor FallbackTheme::GetSystemColor(ColorId color_id) const {
H A Dnative_theme_win.h112 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
H A Dnative_theme_win.cc489 SkColor NativeThemeWin::GetSystemColor(ColorId color_id) const {
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dnative_theme_gtk2.h25 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
41 GdkColor GetSystemGdkColor(ColorId color_id) const;
H A Dnative_theme_gtk2.cc59 SkColor NativeThemeGtk2::GetSystemColor(ColorId color_id) const {
149 GdkColor NativeThemeGtk2::GetSystemGdkColor(ColorId color_id) const {
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view.cc49 ui::NativeTheme::ColorId text_background_color_id(bool has_focus) {
57 ui::NativeTheme::ColorId text_color_id(bool has_focus, bool is_selected) {
785 const ui::NativeTheme::ColorId color_id =
/external/chromium_org/ui/views/controls/table/
H A Dtable_view.cc58 ui::NativeTheme::ColorId text_background_color_id(bool has_focus) {
65 ui::NativeTheme::ColorId selected_text_color_id(bool has_focus) {
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.cc832 ui::NativeTheme::ColorId color_id =

Completed in 153 milliseconds