HomeSort by relevance Sort by last modified time
    Searched defs:GetFont (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/views/controls/combobox/
combobox.cc 41 const gfx::Font& Combobox::GetFont() {
43 return rb.GetFont(ui::ResourceBundle::BaseFont);
  /external/chromium_org/ui/views/controls/button/
label_button.cc 104 const gfx::Font& LabelButton::GetFont() const {
160 gfx::Font font = GetFont();
  /external/chromium_org/ui/base/resource/
resource_bundle.cc 486 const gfx::Font& ResourceBundle::GetFont(FontStyle style) {
615 scoped_ptr<gfx::Font> font = delegate_->GetFont(style);
  /external/chromium_org/chrome/renderer/searchbox/
searchbox_extension.cc 317 static void GetFont(const v8::FunctionCallbackInfo<v8::Value>& args);
465 if (name->Equals(v8::String::New("GetFont")))
466 return v8::FunctionTemplate::New(GetFont);
538 void SearchBoxExtensionWrapper::GetFont(
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.cc 729 const gfx::Font& MenuItemView::GetFont() {
846 const gfx::Font& font = GetFont();
884 const gfx::Font& font = GetFont();
991 const gfx::Font& font = GetFont();
1011 minor_text.empty() ? 0 : GetFont().GetStringWidth(minor_text);
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc 211 (GetFont(), this, model_.get(), profile, location_bar));
    [all...]
autocomplete_edit_view_win.cc 521 gfx::Font AutocompleteEditViewWin::GetFont() {
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk.cc 217 (GetFont(), this, model(), location_bar));
    [all...]

Completed in 445 milliseconds