HomeSort by relevance Sort by last modified time
    Searched refs:color_id (Results 1 - 23 of 23) 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_gtk.h 17 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
native_theme_mac.h 17 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
native_theme_android.cc 23 SkColor NativeThemeAndroid::GetSystemColor(ColorId color_id) const {
common_theme.h 16 // Returns true and |color| if |color_id| is found, or false otherwise.
18 NativeTheme::ColorId color_id,
43 // |color_id| id of a color to be adjusted.
46 SkColor AdjustColorForMenuVariations(NativeTheme::ColorId color_id,
native_theme_gtk.cc 54 SkColor NativeThemeGtk::GetSystemColor(ColorId color_id) const {
55 switch (color_id) {
96 NOTREACHED() << "Invalid color_id: " << color_id;
common_theme.cc 42 bool CommonThemeGetSystemColor(NativeTheme::ColorId color_id, SkColor* color) {
43 switch (color_id) {
85 *color = AdjustColorForMenuVariations(color_id, *color);
88 switch (color_id) {
171 SkColor AdjustColorForMenuVariations(NativeTheme::ColorId color_id,
176 switch(color_id) {
fallback_theme.cc 21 SkColor FallbackTheme::GetSystemColor(ColorId color_id) const {
85 if (CommonThemeGetSystemColor(color_id, &color))
88 switch (color_id) {
native_theme.h 290 virtual SkColor GetSystemColor(ColorId color_id) const = 0;
native_theme_win.h 112 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
native_theme_win.cc 489 SkColor NativeThemeWin::GetSystemColor(ColorId color_id) const {
491 if (CommonThemeGetSystemColor(color_id, &color))
494 switch (color_id) {
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
native_theme_gtk2.h 25 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
41 GdkColor GetSystemGdkColor(ColorId color_id) const;
native_theme_gtk2.cc 59 SkColor NativeThemeGtk2::GetSystemColor(ColorId color_id) const {
60 switch (color_id) {
96 return GdkColorToSkColor(GetSystemGdkColor(color_id));
149 GdkColor NativeThemeGtk2::GetSystemGdkColor(ColorId color_id) const {
150 switch (color_id) {
gtk2_ui.h 84 // non-NULL, or tinting |base| with |tint|. Also sets |color_id| and
89 int color_id,
96 // creates a theme configurable gradient ending with |color_id| at the
99 SkBitmap GenerateFrameImage(int color_id,
gtk2_ui.cc 721 int color_id,
732 SetThemeColorFromGtk(color_id, &out_color);
830 int color_id,
835 ColorMap::const_iterator it = colors_.find(color_id);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.h 185 // non-NULL, or tinting |base| with |tint|. Also sets |color_id| and
190 int color_id,
206 // creates a theme configurable gradient ending with |color_id| at the
209 SkBitmap* GenerateFrameImage(int color_id,
gtk_theme_service.cc 891 int color_id
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.h 199 // non-NULL, or tinting |base| with |tint|. Also sets |color_id| and
204 int color_id,
214 // creates a theme configurable gradient ending with |color_id| at the
217 SkBitmap GenerateFrameImage(int color_id,
gtk_theme_service.cc     [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.cc 832 ui::NativeTheme::ColorId color_id = local
835 color_id = render_selection ?
839 SkColor fg_color = native_theme->GetSystemColor(color_id);
    [all...]
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 785 const ui::NativeTheme::ColorId color_id = local
788 GetNativeTheme()->GetSystemColor(color_id),
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 2162 String color_id = updatedValues.getAsString(Events.EVENT_COLOR_KEY); local
3783 String color_id = modValues.getAsString(Events.EVENT_COLOR_KEY); local
3999 String color_id = values.getAsString(Calendars.CALENDAR_COLOR_KEY); local
    [all...]

Completed in 394 milliseconds