Searched defs:ExampleBase (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/examples/
H A Dexample_base.cc24 explicit ContainerView(ExampleBase* base)
45 ExampleBase* example_base_;
52 ExampleBase::~ExampleBase() {}
54 ExampleBase::ExampleBase(const char* title) : example_title_(title) { function in class:views::examples::ExampleBase
59 void ExampleBase::PrintStatus(const char* format, ...) {
H A Dexample_base.h18 class VIEWS_EXAMPLES_EXPORT ExampleBase { class in namespace:views::examples
20 virtual ~ExampleBase();
29 explicit ExampleBase(const char* title);
48 DISALLOW_COPY_AND_ASSIGN(ExampleBase);

Completed in 191 milliseconds