Searched refs:font_ (Results 1 - 13 of 13) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Doobe_progress_bar.h49 gfx::Font font_; member in class:chromeos::OobeProgressBar
H A Doobe_progress_bar.cc33 font_ = rb.GetFont(ResourceBundle::BaseFont);
115 canvas->DrawStringInt(str, font_, color,
127 font_ = ResourceBundle::GetSharedInstance().GetFont(ResourceBundle::BaseFont);
/external/chromium/chrome/browser/ui/cocoa/location_bar/
H A Dev_bubble_decoration.h48 scoped_nsobject<NSFont> font_; member in class:EVBubbleDecoration
/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab.cc101 gfx::Font* BaseTab::font_ = NULL;
375 if (font_->GetStringWidth(data_.title) > GetTitleBounds().width()) {
485 gfx::CanvasSkia::TruncateFadeTail, 0, *font_, title_color, title_bounds);
487 canvas->DrawStringInt(title, *font_, title_color,
577 font_ = new gfx::Font(
579 font_height_ = font_->GetHeight();
H A Dbase_tab.h144 static gfx::Font* font() { return font_; }
211 static gfx::Font* font_; member in class:BaseTab
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc224 font_ = ResourceBundle::GetSharedInstance().GetFont(ResourceBundle::BaseFont);
225 box_height_ = std::max<int>(2 * kVerticalPadding + font_.GetHeight() +
226 kVerticalTextPadding + font_.GetHeight(),
474 height = 2 * kVerticalPadding + 2 * font_.GetHeight() + kVerticalTextPadding;
765 // Add font_.height() to compensate for title, which is drawn later.
766 int y = box_y_ + kVerticalPadding + font_.GetHeight() +
780 canvas->DrawStringInt(WideToUTF16Hack(status_text_), font_, local
782 font_.GetHeight());
875 font_, kTextWidth);
880 int status_string_width = font_
[all...]
H A Ddownload_item_view.h203 gfx::Font font_; member in class:DownloadItemView
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc140 font_ = ResourceBundle::GetSharedInstance().GetFont(
144 font_ = ResourceBundle::GetSharedInstance().GetFont(
151 while ((font_.GetHeight() > height) && (font_.GetFontSize() > 1))
152 font_ = font_.DeriveFont(-1);
169 location_entry_.reset(new AutocompleteEditViewWin(font_, this, model_, this,
186 selected_keyword_view_->SetFont(font_);
194 keyword_hint_view_->SetFont(font_);
H A Dlocation_bar_view.h356 gfx::Font font_; member in class:LocationBarView
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view_gtk.h123 gfx::Font font_; member in class:AutocompletePopupViewGtk
H A Dautocomplete_edit_view_win.cc425 font_(font),
444 SetFont(font_.GetNativeFont());
453 SelectObject(dc, font_.GetNativeFont());
461 font_x_height_ = static_cast<int>((static_cast<float>(font_.GetBaseline() -
466 font_y_adjustment_ = kTextBaseline - font_.GetBaseline();
522 return font_;
2270 font_top + font_.GetBaseline() - font_x_height_ -
2273 font_top + font_.GetBaseline() +
2355 highlight_y + font_.GetHeight());
2553 min_loc.x + 2, font_
[all...]
H A Dautocomplete_popup_view_gtk.cc281 font_(font.DeriveFont(kEditFontAdjust)),
412 gtk_util::ForceFontSizePixels(window_, font_.GetFontSize());
H A Dautocomplete_edit_view_win.h506 gfx::Font font_; member in class:AutocompleteEditViewWin

Completed in 244 milliseconds