HomeSort by relevance Sort by last modified time
    Searched refs:SetBackgroundColor (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/chromium_org/cc/layers/
solid_color_layer.cc 25 void SolidColorLayer::SetBackgroundColor(SkColor color) {
27 Layer::SetBackgroundColor(color);
solid_color_layer.h 15 // SetBackgroundColor() on the base class.
23 virtual void SetBackgroundColor(SkColor color) OVERRIDE;
solid_color_layer_impl_unittest.cc 59 layer->SetBackgroundColor(test_color);
118 layer->SetBackgroundColor(SkColorSetARGBInline(255, 10, 20, 30));
143 layer->SetBackgroundColor(SkColorSetARGBInline(254, 10, 20, 30));
  /external/chromium/chrome/browser/ui/views/bubble/
border_contents.h 23 void SetBackgroundColor(SkColor color);
border_contents.cc 25 void BorderContents::SetBackgroundColor(SkColor color) {
  /external/chromium/chrome/browser/ui/views/
database_info_view.cc 138 name_value_field_->SetBackgroundColor(text_area_background);
141 description_value_field_->SetBackgroundColor(text_area_background);
144 size_value_field_->SetBackgroundColor(text_area_background);
147 last_modified_value_field_->SetBackgroundColor(text_area_background);
cookie_info_view.cc 258 name_value_field_->SetBackgroundColor(text_area_background);
261 content_value_field_->SetBackgroundColor(text_area_background);
264 domain_value_field_->SetBackgroundColor(text_area_background);
267 path_value_field_->SetBackgroundColor(text_area_background);
270 send_for_value_field_->SetBackgroundColor(text_area_background);
273 created_value_field_->SetBackgroundColor(text_area_background);
277 expires_value_field_->SetBackgroundColor(text_area_background);
indexed_db_info_view.cc 125 origin_value_field_->SetBackgroundColor(text_area_background);
128 size_value_field_->SetBackgroundColor(text_area_background);
131 last_modified_value_field_->SetBackgroundColor(text_area_background);
local_storage_info_view.cc 126 origin_value_field_->SetBackgroundColor(text_area_background);
129 size_value_field_->SetBackgroundColor(text_area_background);
132 last_modified_value_field_->SetBackgroundColor(text_area_background);
local_storage_set_item_info_view.cc 121 host_value_field_->SetBackgroundColor(text_area_background);
124 key_value_field_->SetBackgroundColor(text_area_background);
127 value_value_field_->SetBackgroundColor(text_area_background);
generic_info_view.cc 105 value->SetBackgroundColor(text_area_background);
  /external/chromium_org/chrome/browser/ui/gtk/
constrained_web_dialog_delegate_gtk.cc 54 void SetBackgroundColor(GtkWidget* widget, const GdkColor &color) {
149 SetBackgroundColor(window, ui::kGdkWhite);
  /external/chromium_org/android_webview/browser/renderer_host/
aw_render_view_host_ext.h 79 void SetBackgroundColor(SkColor c);
aw_render_view_host_ext.cc 94 void AwRenderViewHostExt::SetBackgroundColor(SkColor c) {
  /external/chromium_org/ash/system/tray/
tray_utils.cc 23 label->SetBackgroundColor(SkColorSetARGB(0, 255, 255, 255));
  /external/chromium_org/chromeos/display/
real_output_configurator_delegate.h 38 virtual void SetBackgroundColor(uint32 color_argb) OVERRIDE;
output_configurator.h 161 virtual void SetBackgroundColor(uint32 color_argb) = 0;
  /external/chromium_org/chrome/browser/chromeos/input_method/
infolist_window_view.cc 152 title_label_->SetBackgroundColor(color);
153 description_label_->SetBackgroundColor(color);
194 caption_label->SetBackgroundColor(caption_label->background()->get_color());
  /external/chromium_org/ash/system/monitor/
tray_monitor.cc 42 label_->SetBackgroundColor(SkColorSetARGB(0, 255, 255, 255));
  /external/chromium_org/chrome/browser/ui/views/location_bar/
icon_label_bubble_view.cc 67 label_->SetBackgroundColor(
keyword_hint_view.cc 104 label->SetBackgroundColor(background_color);
  /external/chromium_org/chrome/browser/ui/views/
sad_tab_view.cc 266 label->SetBackgroundColor(background()->get_color());
273 link->SetBackgroundColor(background()->get_color());
fullscreen_exit_bubble_views.cc 165 link_->SetBackgroundColor(background()->get_color());
166 message_label_->SetBackgroundColor(background()->get_color());
167 mouse_lock_exit_instruction_->SetBackgroundColor(background()->get_color());
  /external/chromium_org/ui/views/controls/
label.h 83 void SetBackgroundColor(SkColor color);
  /external/chromium_org/ui/views/controls/textfield/
textfield.h 135 void SetBackgroundColor(SkColor color);

Completed in 1245 milliseconds

1 2 3 4