OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAverageCharacterWidth
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/ui/gfx/
platform_font.h
49
virtual int
GetAverageCharacterWidth
() const = 0;
font.cc
61
int Font::
GetAverageCharacterWidth
() const {
62
return platform_font_->
GetAverageCharacterWidth
();
font.h
85
int
GetAverageCharacterWidth
() const;
platform_font_ios.h
24
virtual int
GetAverageCharacterWidth
() const OVERRIDE;
platform_font_mac.h
26
virtual int
GetAverageCharacterWidth
() const OVERRIDE;
platform_font_pango.h
53
virtual int
GetAverageCharacterWidth
() const OVERRIDE;
platform_font_win.h
61
virtual int
GetAverageCharacterWidth
() const OVERRIDE;
font_unittest.cc
115
EXPECT_GT(cf.
GetAverageCharacterWidth
(), 0);
platform_font_win.cc
148
int PlatformFontWin::
GetAverageCharacterWidth
() const {
159
GetAverageCharacterWidth
());
platform_font_pango.cc
196
int PlatformFontPango::
GetAverageCharacterWidth
() const {
render_text.cc
88
const int average_character_width = font.
GetAverageCharacterWidth
();
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/
validation_message_bubble_gtk.cc
112
int max_characters = kTextMaxWidth / sub_font.
GetAverageCharacterWidth
();
/external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_bubble_view.cc
168
rb->GetFont(ui::ResourceBundle::BaseFont).
GetAverageCharacterWidth
() * 22;
/external/chromium_org/ui/app_list/views/
app_list_item_view.cc
265
title_->font().
GetAverageCharacterWidth
();
Completed in 62 milliseconds