OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:small_square_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/examples/
scroll_view_example.h
39
LabelButton*
small_square_
;
member in class:views::examples::ScrollViewExample
scroll_view_example.cc
62
small_square_
= new LabelButton(this, ASCIIToUTF16("Small Square"));
90
layout->AddView(
small_square_
);
104
} else if (sender ==
small_square_
) {
Completed in 31 milliseconds