HomeSort by relevance Sort by last modified time
    Searched refs:color_id (Results 1 - 18 of 18) 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_android.cc 25 SkColor NativeThemeAndroid::GetSystemColor(ColorId color_id) const {
common_theme.h 21 // Returns true and |color| if |color_id| is found, or false otherwise.
23 NativeTheme::ColorId color_id,
native_theme_mac.h 20 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
fallback_theme.cc 20 SkColor FallbackTheme::GetSystemColor(ColorId color_id) const {
94 if (CommonThemeGetSystemColor(color_id, &color))
97 switch (color_id) {
common_theme.cc 48 bool CommonThemeGetSystemColor(NativeTheme::ColorId color_id, SkColor* color) {
49 switch (color_id) {
114 switch (color_id) {
native_theme.h 328 virtual SkColor GetSystemColor(ColorId color_id) const = 0;
native_theme_win.h 115 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
native_theme_win.cc 471 SkColor NativeThemeWin::GetSystemColor(ColorId color_id) const {
473 if (CommonThemeGetSystemColor(color_id, &color))
476 switch (color_id) {
    [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 153 SkColor NativeThemeGtk2::GetSystemColor(ColorId color_id) const {
154 if (color_id == kColorId_BlueButtonShadowColor)
157 return GdkColorToSkColor(GetSystemGdkColor(color_id));
210 GdkColor NativeThemeGtk2::GetSystemGdkColor(ColorId color_id) const {
211 switch (color_id) {
gtk2_ui.h 147 // non-NULL, or tinting |base| with |tint|. Also sets |color_id| and
152 int color_id,
159 // creates a theme configurable gradient ending with |color_id| at the
162 SkBitmap GenerateFrameImage(int color_id,
gtk2_ui.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc 841 ThemeProperties::OverwritableByUserThemeProperty color_id; local
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.cc 808 ui::NativeTheme::ColorId color_id; local
810 color_id = render_selection ?
817 color_id = emphasized ?
821 SkColor fg_color = native_theme->GetSystemColor(color_id);
    [all...]
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 804 const ui::NativeTheme::ColorId color_id = local
812 GetNativeTheme()->GetSystemColor(color_id),
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 2166 String color_id = updatedValues.getAsString(Events.EVENT_COLOR_KEY); local
3788 String color_id = modValues.getAsString(Events.EVENT_COLOR_KEY); local
4005 String color_id = values.getAsString(Calendars.CALENDAR_COLOR_KEY); local
    [all...]

Completed in 181 milliseconds