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

1 2 3

  /external/chromium_org/ui/views/examples/
example_base.h 18 class VIEWS_EXAMPLES_EXPORT ExampleBase {
20 virtual ~ExampleBase();
29 explicit ExampleBase(const char* title);
48 DISALLOW_COPY_AND_ASSIGN(ExampleBase);
example_base.cc 24 explicit ContainerView(ExampleBase* base)
45 ExampleBase* example_base_;
52 ExampleBase::~ExampleBase() {}
54 ExampleBase::ExampleBase(const char* title) : example_title_(title) {
59 void ExampleBase::PrintStatus(const char* format, ...) {
examples_window.h 20 class ExampleBase;
33 scoped_ptr<ScopedVector<ExampleBase> > extra_examples);
examples_window_with_content.cc 16 scoped_ptr<ScopedVector<ExampleBase> > extra_examples(
17 new ScopedVector<ExampleBase>);
double_split_view_example.h 16 class VIEWS_EXAMPLES_EXPORT DoubleSplitViewExample : public ExampleBase {
21 // ExampleBase:
menu_example.h 16 class VIEWS_EXAMPLES_EXPORT MenuExample : public ExampleBase {
21 // ExampleBase:
throbber_example.h 14 class VIEWS_EXAMPLES_EXPORT ThrobberExample : public ExampleBase {
19 // ExampleBase:
checkbox_example.h 18 class VIEWS_EXAMPLES_EXPORT CheckboxExample : public ExampleBase,
24 // ExampleBase:
link_example.cc 15 LinkExample::LinkExample() : ExampleBase("Link") {
link_example.h 15 class VIEWS_EXAMPLES_EXPORT LinkExample : public ExampleBase,
21 // ExampleBase:
message_box_example.h 20 class VIEWS_EXAMPLES_EXPORT MessageBoxExample : public ExampleBase,
26 // ExampleBase:
progress_bar_example.h 17 class VIEWS_EXAMPLES_EXPORT ProgressBarExample : public ExampleBase,
23 // ExampleBase:
single_split_view_example.h 16 : public ExampleBase,
22 // ExampleBase:
slider_example.h 17 class VIEWS_EXAMPLES_EXPORT SliderExample : public ExampleBase,
23 // ExampleBase:
webview_example.h 20 class WebViewExample : public ExampleBase {
25 // ExampleBase:
bubble_example.h 15 class VIEWS_EXAMPLES_EXPORT BubbleExample : public ExampleBase,
21 // ExampleBase:
button_example.h 20 class VIEWS_EXAMPLES_EXPORT ButtonExample : public ExampleBase,
26 // ExampleBase:
checkbox_example.cc 16 CheckboxExample::CheckboxExample() : ExampleBase("Checkbox"), count_(0) {
combobox_example.h 30 class VIEWS_EXAMPLES_EXPORT ComboboxExample : public ExampleBase,
36 // ExampleBase:
radio_button_example.h 21 class VIEWS_EXAMPLES_EXPORT RadioButtonExample : public ExampleBase,
27 // ExampleBase:
scroll_view_example.h 21 class VIEWS_EXAMPLES_EXPORT ScrollViewExample : public ExampleBase,
27 // ExampleBase:
webview_example.cc 16 : ExampleBase("WebView"),
multiline_example.h 21 class VIEWS_EXAMPLES_EXPORT MultilineExample : public ExampleBase,
28 // ExampleBase:
slider_example.cc 17 : ExampleBase("Slider"),
tabbed_pane_example.h 21 class VIEWS_EXAMPLES_EXPORT TabbedPaneExample : public ExampleBase,
28 // ExampleBase:

Completed in 2157 milliseconds

1 2 3