HomeSort by relevance Sort by last modified time
    Searched defs:ExampleBase (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/examples/
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, ...) {
example_base.h 18 class VIEWS_EXAMPLES_EXPORT ExampleBase {
20 virtual ~ExampleBase();
29 explicit ExampleBase(const char* title);
48 DISALLOW_COPY_AND_ASSIGN(ExampleBase);

Completed in 135 milliseconds