/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_popup_view_mac_unittest.mm | 29 font_ = gfx::Font( 99 gfx::Font font_; 112 color_, dimColor_, font_); 142 color_, dimColor_, font_); 181 color_, dimColor_, font_); 231 color_, dimColor_, font_); 279 color_, dimColor_, font_); 317 AutocompletePopupViewMac::MatchText(m, font_, kLargeWidth); 362 AutocompletePopupViewMac::MatchText(m, font_, kLargeWidth); 407 AutocompletePopupViewMac::MatchText(m, font_, kLargeWidth); [all …]
|
D | autocomplete_edit_view_win.cc | 425 font_(font), in AutocompleteEditViewWin() 444 SetFont(font_.GetNativeFont()); in AutocompleteEditViewWin() 453 SelectObject(dc, font_.GetNativeFont()); in AutocompleteEditViewWin() 461 font_x_height_ = static_cast<int>((static_cast<float>(font_.GetBaseline() - in AutocompleteEditViewWin() 466 font_y_adjustment_ = kTextBaseline - font_.GetBaseline(); in AutocompleteEditViewWin() 522 return font_; in GetFont() 2270 font_top + font_.GetBaseline() - font_x_height_ - in DrawSlashForInsecureScheme() 2273 font_top + font_.GetBaseline() + in DrawSlashForInsecureScheme() 2355 highlight_y + font_.GetHeight()); in DrawDropHighlight() 2553 min_loc.x + 2, font_.GetHeight() + font_y_adjustment_}; in RepaintDropHighlight() [all …]
|
D | autocomplete_popup_view_gtk.h | 123 gfx::Font font_; variable
|
D | autocomplete_popup_view_gtk.cc | 281 font_(font.DeriveFont(kEditFontAdjust)), in AutocompletePopupViewGtk() 412 gtk_util::ForceFontSizePixels(window_, font_.GetFontSize()); in Observe()
|
D | autocomplete_edit_view_win.h | 506 gfx::Font font_; variable
|
/external/chromium/chrome/browser/ui/views/download/ |
D | download_item_view.cc | 224 font_ = ResourceBundle::GetSharedInstance().GetFont(ResourceBundle::BaseFont); in DownloadItemView() 225 box_height_ = std::max<int>(2 * kVerticalPadding + font_.GetHeight() + in DownloadItemView() 226 kVerticalTextPadding + font_.GetHeight(), in DownloadItemView() 474 height = 2 * kVerticalPadding + 2 * font_.GetHeight() + kVerticalTextPadding; in GetPreferredSize() 766 int y = box_y_ + kVerticalPadding + font_.GetHeight() + in OnPaint() 780 canvas->DrawStringInt(WideToUTF16Hack(status_text_), font_, in OnPaint() 782 font_.GetHeight()); in OnPaint() 875 font_, kTextWidth); in OnPaint() 880 int status_string_width = font_.GetStringWidth(status_string); in OnPaint() 883 ui::ElideFilename(download_->GetFileNameToReportUser(), font_, in OnPaint() [all …]
|
D | download_item_view.h | 203 gfx::Font font_; variable
|
/external/chromium/chrome/browser/chromeos/login/ |
D | oobe_progress_bar.cc | 33 font_ = rb.GetFont(ResourceBundle::BaseFont); in OobeProgressBar() 115 canvas->DrawStringInt(str, font_, color, in OnPaint() 127 font_ = ResourceBundle::GetSharedInstance().GetFont(ResourceBundle::BaseFont); in OnLocaleChanged()
|
D | oobe_progress_bar.h | 49 gfx::Font font_; variable
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | base_tab.cc | 101 gfx::Font* BaseTab::font_ = NULL; member in BaseTab 375 if (font_->GetStringWidth(data_.title) > GetTitleBounds().width()) { in GetTooltipText() 485 gfx::CanvasSkia::TruncateFadeTail, 0, *font_, title_color, title_bounds); in PaintTitle() 487 canvas->DrawStringInt(title, *font_, title_color, in PaintTitle() 577 font_ = new gfx::Font( in InitResources() 579 font_height_ = font_->GetHeight(); in InitResources()
|
D | base_tab.h | 144 static gfx::Font* font() { return font_; } in font() 211 static gfx::Font* font_; variable
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | ev_bubble_decoration.mm | 54 font_([font retain]), function 94 gfx::Font font(base::SysNSStringToUTF16([font_ fontName]), 95 [font_ pointSize]);
|
D | ev_bubble_decoration.h | 48 scoped_nsobject<NSFont> font_;
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
D | location_bar_view.cc | 140 font_ = ResourceBundle::GetSharedInstance().GetFont( in Init() 144 font_ = ResourceBundle::GetSharedInstance().GetFont( in Init() 151 while ((font_.GetHeight() > height) && (font_.GetFontSize() > 1)) in Init() 152 font_ = font_.DeriveFont(-1); in Init() 169 location_entry_.reset(new AutocompleteEditViewWin(font_, this, model_, this, in Init() 186 selected_keyword_view_->SetFont(font_); in Init() 194 keyword_hint_view_->SetFont(font_); in Init()
|
D | location_bar_view.h | 356 gfx::Font font_; variable
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsubgpos-private.hh | 274 hb_font_t *font_, in hb_apply_context_t() 279 font (font_), face (font->face), buffer (buffer_), in hb_apply_context_t()
|