HomeSort by relevance Sort by last modified time
    Searched refs:ColorId (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/ui/native_theme/
fallback_theme.h 21 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
native_theme_android.h 17 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
native_theme_mac.h 19 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
native_theme_android.cc 25 SkColor NativeThemeAndroid::GetSystemColor(ColorId color_id) const {
common_theme.h 23 NativeTheme::ColorId color_id,
native_theme.h 32 // state is part-specific. The supported colors are listed in the ColorId enum.
242 enum ColorId {
325 virtual SkColor GetSystemColor(ColorId color_id) const = 0;
fallback_theme.cc 20 SkColor FallbackTheme::GetSystemColor(ColorId color_id) const {
common_theme.cc 47 bool CommonThemeGetSystemColor(NativeTheme::ColorId color_id, SkColor* color) {
native_theme_win.h 115 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
native_theme_win.cc 496 SkColor NativeThemeWin::GetSystemColor(ColorId color_id) const {
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
native_theme_gtk2.h 33 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
49 GdkColor GetSystemGdkColor(ColorId color_id) const;
native_theme_gtk2.cc 152 SkColor NativeThemeGtk2::GetSystemColor(ColorId color_id) const {
206 GdkColor NativeThemeGtk2::GetSystemGdkColor(ColorId color_id) const {
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 53 ui::NativeTheme::ColorId text_background_color_id(bool has_focus) {
61 ui::NativeTheme::ColorId text_color_id(bool has_focus, bool is_selected) {
804 const ui::NativeTheme::ColorId color_id =
  /external/chromium_org/ui/views/controls/table/
table_view.cc 59 ui::NativeTheme::ColorId text_background_color_id(bool has_focus) {
66 ui::NativeTheme::ColorId selected_text_color_id(bool has_focus) {
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc 48 ui::NativeTheme::ColorId id;
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.cc 796 ui::NativeTheme::ColorId color_id;
    [all...]

Completed in 1290 milliseconds