HomeSort by relevance Sort by last modified time
    Searched refs:ExampleBase (Results 26 - 50 of 52) sorted by null

12 3

  /external/chromium_org/ui/views/examples/
widget_example.h 19 class VIEWS_EXAMPLES_EXPORT WidgetExample : public ExampleBase,
25 // ExampleBase:
combobox_example.cc 29 ComboboxExample::ComboboxExample() : ExampleBase("Combo Box"), combobox_(NULL) {
label_example.h 24 class VIEWS_EXAMPLES_EXPORT LabelExample : public ExampleBase,
32 // ExampleBase:
table_example.h 29 class VIEWS_EXAMPLES_EXPORT TableExample : public ExampleBase,
38 // ExampleBase:
text_example.h 22 class VIEWS_EXAMPLES_EXPORT TextExample : public ExampleBase,
29 // ExampleBase:
textfield_example.h 22 class VIEWS_EXAMPLES_EXPORT TextfieldExample : public ExampleBase,
29 // ExampleBase:
throbber_example.cc 49 ThrobberExample::ThrobberExample() : ExampleBase("Throbber") {
tabbed_pane_example.cc 17 TabbedPaneExample::TabbedPaneExample() : ExampleBase("Tabbed Pane") {
77 ExampleBase::PrintStatus("Tab Count:%d, Selected Tab:%d",
examples_window.cc 47 typedef scoped_ptr<ScopedVector<ExampleBase> > ScopedExamples;
53 ScopedExamples examples(new ScopedVector<ExampleBase>);
80 bool operator() (ExampleBase* a, ExampleBase* b) {
118 ScopedVector<ExampleBase> example_list_;
double_split_view_example.cc 49 : ExampleBase("Double Split View") {
examples_main.cc 90 scoped_ptr<ScopedVector<views::examples::ExampleBase> >());
message_box_example.cc 18 MessageBoxExample::MessageBoxExample() : ExampleBase("Message Box View") {
progress_bar_example.cc 29 : ExampleBase("Progress Bar"),
radio_button_example.cc 18 : ExampleBase("Radio Button"),
single_split_view_example.cc 58 : ExampleBase("Single Split View") {
tree_view_example.h 24 : public ExampleBase,
33 // ExampleBase:
button_example.cc 32 : ExampleBase("Button"),
scroll_view_example.cc 54 ScrollViewExample::ScrollViewExample() : ExampleBase("Scroll View") {
widget_example.cc 63 WidgetExample::WidgetExample() : ExampleBase("Widget") {
bubble_example.cc 68 BubbleExample::BubbleExample() : ExampleBase("Bubble") {}
menu_example.cc 210 MenuExample::MenuExample() : ExampleBase("Menu") {
table_example.cc 34 TableExample::TableExample() : ExampleBase("Table") , table_(NULL) {
textfield_example.cc 24 : ExampleBase("Textfield"),
tree_view_example.cc 20 : ExampleBase("Tree View"),
label_example.cc 51 : ExampleBase("Label"),

Completed in 205 milliseconds

12 3