Home
last modified time | relevance | path

Searched refs:text_color (Results 1 – 17 of 17) sorted by relevance

/external/chromium/chrome/common/extensions/
Dextension_action.cc112 SkColor text_color = GetBadgeTextColor(tab_id); in PaintBadge() local
115 if (SkColorGetA(text_color) == 0x00) in PaintBadge()
116 text_color = SK_ColorWHITE; in PaintBadge()
125 text_paint->setColor(text_color); in PaintBadge()
Dextension_action.h110 void SetBadgeTextColor(int tab_id, const SkColor& text_color) { in SetBadgeTextColor() argument
111 SetValue(&badge_text_color_, tab_id, text_color); in SetBadgeTextColor()
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_instructions_view.cc105 SkColor text_color = in UpdateColors() local
107 instructions_->SetColor(text_color); in UpdateColors()
109 import_link_->SetColor(text_color); in UpdateColors()
Dbookmark_bar_view.cc1614 SkColor text_color = in UpdateColors() local
1617 GetBookmarkButton(i)->SetEnabledColor(text_color); in UpdateColors()
1618 other_bookmarked_button()->SetEnabledColor(text_color); in UpdateColors()
/external/chromium/chrome/browser/ui/views/
Dstatus_bubble_views.cc440 SkColor text_color = in OnPaint() local
444 text_color = SkColorSetARGB( in OnPaint()
445 SkColorGetA(text_color), in OnPaint()
446 (SkColorGetR(text_color) + SkColorGetR(toolbar_color)) / 2, in OnPaint()
447 (SkColorGetG(text_color) + SkColorGetR(toolbar_color)) / 2, in OnPaint()
448 (SkColorGetB(text_color) + SkColorGetR(toolbar_color)) / 2); in OnPaint()
451 text_color, in OnPaint()
Dtheme_install_bubble_view.cc137 SkColor text_color = SK_ColorWHITE; in OnPaint() local
140 text_color, in OnPaint()
Dwrench_menu.cc292 button->SetEnabledColor(MenuConfig::instance().text_color); in CreateButtonWithAccName()
401 zoom_label_->SetColor(MenuConfig::instance().text_color); in ZoomView()
/external/webkit/Source/WebKit/chromium/src/js/
DDevTools.js60 if (WebInspector.queryParamsObject.toolbar_color && WebInspector.queryParamsObject.text_color)
61 …barColors(WebInspector.queryParamsObject.toolbar_color, WebInspector.queryParamsObject.text_color);
/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_utils_gtk.cc102 SkColor text_color; member
106 SkColor text_color) in DragRepresentationData()
109 text_color(text_color) { in DragRepresentationData()
142 canvas.DrawStringInt(data->text, base_font, data->text_color, in OnDragIconExpose()
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dbubble_decoration.h30 NSColor* text_color);
Dev_bubble_decoration.mm59 NSColor* text_color = ColorWithRGBBytes(0x07, 0x95, 0x00);
60 SetColors(border_color, background_color, text_color);
Dbubble_decoration.mm151 NSColor* text_color) {
156 [attributes setObject:text_color forKey:NSForegroundColorAttributeName];
Dkeyword_hint_decoration.mm46 NSColor* text_color = [NSColor lightGrayColor];
50 text_color, NSForegroundColorAttributeName,
/external/chromium/chrome/browser/ui/gtk/
Dgtk_theme_service.cc141 const GdkColor& text_color, in PickButtonTintFromColors() argument
149 color_utils::SkColorToHSL(GdkToSkColor(&text_color), &text_tint); in PickButtonTintFromColors()
1049 const GdkColor text_color = label_style->fg[GTK_STATE_NORMAL]; in GetNormalButtonTintHSL() local
1051 PickButtonTintFromColors(accent_gdk_color, text_color, base_color, tint); in GetNormalButtonTintHSL()
1060 const GdkColor text_color = style->text[GTK_STATE_NORMAL]; in GetNormalEntryForegroundHSL() local
1063 PickButtonTintFromColors(accent_gdk_color, text_color, base_color, tint); in GetNormalEntryForegroundHSL()
Dbrowser_titlebar.cc696 GdkColor text_color = PickLuminosityContrastingColor( in UpdateTextColor() local
698 gtk_util::SetLabelColor(app_mode_title_, &text_color); in UpdateTextColor()
/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_result_view.cc144 GdkColor bg_color, selected_bg_color, text_color, selected_text_color; in GetColor()
146 &bg_color, &selected_bg_color, &text_color, &selected_text_color); in GetColor()
149 colors[NORMAL][TEXT] = gfx::GdkColorToSkColor(text_color); in GetColor()
/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_item_gtk.cc573 GdkColor text_color; in UpdateStatusLabel() local
590 text_color = gfx::SkColorToGdkColor( in UpdateStatusLabel()
595 NULL : &text_color); in UpdateStatusLabel()