OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_text_size_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/button/
text_button.cc
289
max_text_size_
= text_size_;
299
max_text_size_
.SetSize(0, 0);
311
gfx::Size prefsize(std::max(
max_text_size_
.width(),
313
std::max(
max_text_size_
.height(),
369
max_text_size_
.SetSize(std::max(
max_text_size_
.width(), text_size_.width()),
370
std::max(
max_text_size_
.height(),
514
return
max_text_size_
;
text_button.h
210
// Updates text_size_ and
max_text_size_
from the current text/font. This is
261
gfx::Size
max_text_size_
;
member in class:views::TextButtonBase
Completed in 42 milliseconds