OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:text_button_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/examples/
button_example.cc
32
text_button_
(NULL),
50
text_button_
= new TextButton(this, ASCIIToUTF16(kTextButton));
51
text_button_
->set_focusable(true);
52
container->AddChildView(
text_button_
);
85
text_button_
->SetMultiLine(!
text_button_
->multi_line());
86
text_button_
->SetText(ASCIIToUTF16(
87
text_button_
->multi_line() ? kMultiLineText : kTextButton));
89
switch (
text_button_
->icon_placement()) {
91
text_button_
->set_icon_placement(TextButton::ICON_ON_RIGHT)
[
all
...]
button_example.h
37
TextButton*
text_button_
;
member in class:views::examples::ButtonExample
Completed in 38 milliseconds