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

  /external/chromium/chrome/browser/chromeos/login/
oobe_progress_bar.h 49 gfx::Font font_; member in class:chromeos::OobeProgressBar
oobe_progress_bar.cc 33 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/
ev_bubble_decoration.h 48 scoped_nsobject<NSFont> font_; member in class:EVBubbleDecoration
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 101 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();
base_tab.h 144 static gfx::Font* font() { return font_; }
211 static gfx::Font* font_; member in class:BaseTab
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 224 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_.GetStringWidth(status_string)
    [all...]
download_item_view.h 203 gfx::Font font_; member in class:DownloadItemView
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.h 123 gfx::Font font_; member in class:AutocompletePopupViewGtk
autocomplete_edit_view_win.cc 425 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_;
    [all...]
autocomplete_popup_view_gtk.cc 281 font_(font.DeriveFont(kEditFontAdjust)),
412 gtk_util::ForceFontSizePixels(window_, font_.GetFontSize());
autocomplete_edit_view_win.h 506 gfx::Font font_; member in class:AutocompleteEditViewWin
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc 140 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_);
    [all...]
location_bar_view.h 356 gfx::Font font_; member in class:LocationBarView

Completed in 203 milliseconds