Searched refs:DoubleSplitViewExample (Results 1 – 3 of 3) sorted by relevance
16 class VIEWS_EXAMPLES_EXPORT DoubleSplitViewExample : public ExampleBase {18 DoubleSplitViewExample();19 virtual ~DoubleSplitViewExample();29 DISALLOW_COPY_AND_ASSIGN(DoubleSplitViewExample);
48 DoubleSplitViewExample::DoubleSplitViewExample() in DoubleSplitViewExample() function in views::examples::DoubleSplitViewExample52 DoubleSplitViewExample::~DoubleSplitViewExample() { in ~DoubleSplitViewExample()55 void DoubleSplitViewExample::CreateExampleView(View* container) { in CreateExampleView()
58 examples->push_back(new DoubleSplitViewExample); in CreateExamples()