OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTextSize
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/chromeos/
drop_shadow_label.h
44
virtual gfx::Size
GetTextSize
() const;
drop_shadow_label.cc
73
gfx::Size DropShadowLabel::
GetTextSize
() const {
74
gfx::Size text_size = Label::
GetTextSize
();
/external/chromium_org/ui/views/controls/
label.cc
234
gfx::Size prefsize(
GetTextSize
());
328
gfx::Size Label::
GetTextSize
() const {
408
gfx::Size text_size(
GetTextSize
());
label.h
193
virtual gfx::Size
GetTextSize
() const;
Completed in 38 milliseconds