HomeSort by relevance Sort by last modified time
    Searched refs:GetBackgroundColor (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/chrome/browser/ui/
chrome_style.h 21 SkColor GetBackgroundColor(); // Dialog background color.
chrome_style.cc 21 SkColor GetBackgroundColor() {
  /external/chromium/chrome/browser/ui/gtk/
constrained_window_gtk.h 37 virtual bool GetBackgroundColor(GdkColor* color);
constrained_window_gtk.cc 23 bool ConstrainedWindowGtkDelegate::GetBackgroundColor(GdkColor* color) {
55 if (delegate->GetBackgroundColor(&background)) {
constrained_html_delegate_gtk.cc 43 virtual bool GetBackgroundColor(GdkColor* color) {
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_types.cc 46 SkColor DialogNotification::GetBackgroundColor() const {
73 return GetBackgroundColor();
autofill_dialog_types.h 95 SkColor GetBackgroundColor() const;
  /external/chromium/chrome/browser/ui/views/
constrained_html_delegate_gtk.cc 31 virtual bool GetBackgroundColor(GdkColor* color) {
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
infobar_gtk.h 118 void GetBackgroundColor(SkColor color, double* r, double* g, double* b);
infobar_gtk.cc 83 GetBackgroundColor(InfoBar::GetTopColor(type), r, g, b);
88 GetBackgroundColor(InfoBar::GetBottomColor(type), r, g, b);
259 void InfoBarGtk::GetBackgroundColor(SkColor color,
  /external/chromium_org/ui/views/controls/menu/
menu_delegate.h 79 virtual bool GetBackgroundColor(int command_id,
menu_delegate.cc 24 bool MenuDelegate::GetBackgroundColor(int command_id,
menu_item_view.cc 754 if (delegate && delegate->GetBackgroundColor(GetCommand(),
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
decorated_textfield.cc 168 views::Background::CreateSolidBackground(GetBackgroundColor()));
autofill_dialog_views.cc 305 views::Background::CreateSolidBackground(data.GetBackgroundColor()));
750 notifications_[0].GetBackgroundColor(),
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.h 135 SkColor GetBackgroundColor() const;
textfield.cc 230 SkColor Textfield::GetBackgroundColor() const {
native_textfield_views.cc 562 const SkColor color = textfield_->GetBackgroundColor();
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.h 166 jint GetBackgroundColor(JNIEnv* env, jobject obj);
content_view_core_impl.cc 331 jint ContentViewCoreImpl::GetBackgroundColor(JNIEnv* env, jobject obj) {
    [all...]
  /external/chromium_org/ash/shelf/
shelf_view.cc 139 virtual bool GetBackgroundColor(int command_id,
178 bool ShelfMenuModelAdapter::GetBackgroundColor(int command_id,
    [all...]

Completed in 122 milliseconds