Searched refs:toolbar_color (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/js/
H A DDevTools.js60 if (WebInspector.queryParamsObject.toolbar_color && WebInspector.queryParamsObject.text_color)
61 WebInspector.setToolbarColors(WebInspector.queryParamsObject.toolbar_color, WebInspector.queryParamsObject.text_color);
/external/chromium/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc342 SkColor toolbar_color = local
344 paint.setColor(toolbar_color);
446 (SkColorGetR(text_color) + SkColorGetR(toolbar_color)) / 2,
447 (SkColorGetG(text_color) + SkColorGetR(toolbar_color)) / 2,
448 (SkColorGetB(text_color) + SkColorGetR(toolbar_color)) / 2);
H A Dconstrained_window_views.cc510 canvas->FillRectInt(ResourceBundle::toolbar_color, client_edge_bounds.x(),
/external/chromium/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc464 SkColor toolbar_color = tp->GetColor(ThemeService::COLOR_TOOLBAR); local
465 canvas->FillRectInt(toolbar_color,
469 canvas->FillRectInt(toolbar_color, client_area_bounds.x(), client_area_bottom,
471 canvas->FillRectInt(toolbar_color, client_area_bounds.right(),
H A Dopaque_browser_frame_view.cc894 SkColor toolbar_color = tp->GetColor(ThemeService::COLOR_TOOLBAR); local
928 canvas->FillRectInt(toolbar_color,
963 canvas->FillRectInt(toolbar_color,
967 canvas->FillRectInt(toolbar_color, client_area_bounds.x(), client_area_bottom,
969 canvas->FillRectInt(toolbar_color, client_area_bounds.right(),
H A Dapp_panel_browser_frame_view.cc460 canvas->DrawRectInt(ResourceBundle::toolbar_color,
/external/chromium/chrome/browser/ui/gtk/
H A Dstatus_bubble_gtk.cc292 GdkColor toolbar_color = local
294 gtk_widget_modify_bg(container_.get(), GTK_STATE_NORMAL, &toolbar_color);
H A Dgtk_theme_service.cc698 GdkColor toolbar_color = window_style->bg[GTK_STATE_NORMAL]; local
699 SetThemeColorFromGtk(ThemeService::COLOR_TOOLBAR, &toolbar_color);
736 // as |toolbar_color|, is usually a white, and when it isn't a white,
737 // provides sufficient contrast to |toolbar_color|. Try this out with
755 &toolbar_color);

Completed in 135 milliseconds