HomeSort by relevance Sort by last modified time
    Searched refs:TabbedPaneExample (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/views/examples/
tabbed_pane_example.h 22 class TabbedPaneExample : public ExampleBase,
26 TabbedPaneExample();
27 virtual ~TabbedPaneExample();
52 DISALLOW_COPY_AND_ASSIGN(TabbedPaneExample);
tabbed_pane_example.cc 15 TabbedPaneExample::TabbedPaneExample() : ExampleBase("Tabbed Pane") {
18 TabbedPaneExample::~TabbedPaneExample() {
21 void TabbedPaneExample::CreateExampleView(View* container) {
56 void TabbedPaneExample::ButtonPressed(Button* sender, const ui::Event& event) {
69 void TabbedPaneExample::TabSelectedAt(int index) {
74 void TabbedPaneExample::PrintStatus() {
80 void TabbedPaneExample::AddButton(const std::string& label) {
examples_window.cc 170 combobox_model_.AddExample(new TabbedPaneExample);
examples_window_with_content.cc 174 combobox_model_.AddExample(new TabbedPaneExample);

Completed in 579 milliseconds