OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calculated_size_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/
styled_label.cc
128
if (w !=
calculated_size_
.width())
129
calculated_size_
= gfx::Size(w, CalculateAndDoLayout(w, true));
131
return
calculated_size_
.height();
139
calculated_size_
= gfx::Size();
styled_label.h
132
gfx::Size
calculated_size_
;
member in class:views::StyledLabel
Completed in 150 milliseconds