Searched refs:set_background (Results 1 - 25 of 102) sorted by relevance

12345

/external/chromium_org/ui/message_center/views/
H A Dnotification_button.cc103 set_background(views::Background::CreateSolidBackground(
106 set_background(NULL);
H A Dgroup_view.cc86 background_view_->set_background(
151 icon_view_->set_background(views::Background::CreateSolidBackground(
/external/chromium_org/ui/views/examples/
H A Dwidget_example.cc32 set_background(Background::CreateSolidBackground(SK_ColorGRAY));
99 contents->set_background(Background::CreateSolidBackground(SK_ColorGRAY));
H A Ddouble_split_view_example.cc39 set_background(Background::CreateVerticalGradientBackground(from, to));
H A Dsingle_split_view_example.cc40 set_background(Background::CreateVerticalGradientBackground(from, to));
H A Dscroll_view_example.cc33 set_background(Background::CreateVerticalGradientBackground(from, to));
/external/chromium_org/ash/system/tray/
H A Dtray_empty.cc46 view->set_background(new EmptyBackground());
H A Dspecial_popup_row.cc44 set_background(views::Background::CreateSolidBackground(
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinfolist_window_view.cc131 set_background(
144 set_background(NULL);
172 set_background(
191 caption_label->set_background(views::Background::CreateSolidBackground(
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_dialog.cc76 host->view()->set_background(
192 host_->view()->set_background(NULL);
/external/chromium/chrome/browser/chromeos/login/
H A Duser_view.cc92 set_background(views::Background::CreateBackgroundPainter(
154 set_background(NULL);
174 set_background(
271 image_view_->set_background(
H A Dexisting_user_view.cc85 password_field_->set_background(
H A Dshutdown_button.cc85 set_background(
H A Dcaptcha_view.cc155 set_background(views::Background::CreateBackgroundPainter(true, painter));
181 captcha_textfield_->set_background(new CopyBackground(this));
H A Dscreen_lock_view.cc130 main_->set_background(
138 password_field_->set_background(new CopyBackground(main_));
H A Duser_image_view.cc48 splitter->set_background(views::Background::CreateSolidBackground(color));
73 set_background(views::Background::CreateBackgroundPainter(true, painter));
H A Ddefault_images_view.cc72 set_background(
H A Denterprise_enrollment_view.cc93 set_background(views::Background::CreateBackgroundPainter(true, painter));
H A Dnew_user_view.cc148 set_background(views::Background::CreateBackgroundPainter(true, painter));
168 username_field_->set_background(new CopyBackground(this));
174 password_field_->set_background(new CopyBackground(this));
260 splitter->set_background(views::Background::CreateSolidBackground(color));
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_sync_promo_view.cc36 set_background(views::Background::CreateSolidBackground(kBackgroundColor));
/external/chromium_org/ui/app_list/views/
H A Dapp_list_view.cc299 GetBubbleFrameView()->set_background(new AppListBackground(
302 set_background(NULL);
304 set_background(new AppListBackground(
/external/chromium_org/ash/wm/caption_buttons/
H A Dmaximize_bubble_controller_bubble.cc66 set_background(views::Background::CreateSolidBackground(
333 set_background(
348 bubble_widget_->non_client_view()->frame_view()->set_background(NULL);
352 GetBubbleFrameView()->set_background(NULL);
/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_view.cc130 set_background(new DropdownBackground(host()->browser_view(), left_alpha_mask,
H A Dprofile_reset_bubble_view.cc90 set_background(views::Background::CreateSolidBackground(
258 controls_.report_settings_checkbox->set_background(
277 controls_.help_button->set_background(
363 scroll_view->set_background(views::Background::CreateSolidBackground(
/external/chromium_org/ui/views/focus/
H A Dfocus_traversal_unittest.cc287 GetContentsView()->set_background(
298 left_container_->set_background(
383 right_container_->set_background(
414 inner_container->set_background(
427 scroll_content->set_background(
486 contents->set_background(Background::CreateSolidBackground(SK_ColorWHITE));
521 contents->set_background(Background::CreateSolidBackground(SK_ColorWHITE));
549 contents->set_background(Background::CreateSolidBackground(SK_ColorBLUE));

Completed in 692 milliseconds

12345