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

  /external/chromium_org/ui/gfx/
font.cc 77 int Font::GetFontSize() const {
78 return platform_font_->GetFontSize();
font_list.cc 113 font_size_ = fonts[0].GetFontSize();
117 DCHECK_EQ(fonts[i].GetFontSize(), font_size_);
139 return DeriveFontListWithSizeDeltaAndStyle(size - GetFontSize(),
214 FontStyleAndSizeToString(fonts_[0].GetStyle(), fonts_[0].GetFontSize());
219 int FontList::GetFontSize() const {
265 font_size_ = fonts_[0].GetFontSize();
platform_font_pango.cc 219 int PlatformFontPango::GetFontSize() const {
platform_font_win.cc 102 int font_size = font.GetFontSize();
105 if (font_height == font.GetHeight() && font_size == font.GetFontSize())
108 font_size = font.GetFontSize();
182 int PlatformFontWin::GetFontSize() const {
  /external/chromium_org/chrome/renderer/searchbox/
searchbox_extension.cc 320 static void GetFontSize(const v8::FunctionCallbackInfo<v8::Value>& args);
467 if (name->Equals(v8::String::New("GetFontSize")))
468 return v8::FunctionTemplate::New(GetFontSize);
548 void SearchBoxExtensionWrapper::GetFontSize(
    [all...]

Completed in 156 milliseconds