Home
last modified time | relevance | path

Searched refs:subtext_font (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/autofill/
Dautofill_popup_view_gtk.cc271 controller_->subtext_font(), in DrawAutofillEntry()
274 x_align_left -= controller_->subtext_font().GetStringWidth( in DrawAutofillEntry()
282 (row_height - controller_->subtext_font().GetHeight()) / 2); in DrawAutofillEntry()
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_popup_view_views.cc293 controller_->subtext_font()); in DrawAutofillEntry()
298 controller_->subtext_font(), in DrawAutofillEntry()
303 controller_->subtext_font()), in DrawAutofillEntry()
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller.h106 virtual const gfx::Font& subtext_font() const = 0;
Dautofill_popup_controller_impl.cc144 int subtext_width = subtext_font().GetStringWidth(subtexts_[i]); in Show()
163 subtext_font(), in Show()
429 const gfx::Font& AutofillPopupControllerImpl::subtext_font() const { in subtext_font() function in autofill::AutofillPopupControllerImpl
Dautofill_popup_controller_impl.h113 virtual const gfx::Font& subtext_font() const OVERRIDE;
Dautofill_popup_controller_unittest.cc100 using AutofillPopupControllerImpl::subtext_font;
519 autofill_popup_controller_->subtext_font().GetStringWidth(subtexts[0]) - in TEST_F()
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_popup_view_cocoa.mm263 controller_->subtext_font().GetNativeFont(), NSFontAttributeName,