OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICON_CENTERED
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/button/
text_button.h
346
ICON_CENTERED
// Centered is valid only when text is empty.
351
//
ICON_CENTERED
works only when |text_| is empty.
352
DCHECK((icon_placement !=
ICON_CENTERED
) || text_.empty());
/external/chromium_org/ui/views/examples/
button_example.cc
96
case TextButton::
ICON_CENTERED
:
Completed in 451 milliseconds