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

  /external/chromium_org/ui/views/examples/
tabbed_pane_example.cc 17 TabbedPaneExample::TabbedPaneExample() : ExampleBase("Tabbed Pane") {
20 TabbedPaneExample::~TabbedPaneExample() {
23 void TabbedPaneExample::CreateExampleView(View* container) {
58 void TabbedPaneExample::ButtonPressed(Button* sender, const ui::Event& event) {
71 void TabbedPaneExample::TabSelectedAt(int index) {
76 void TabbedPaneExample::PrintStatus() {
82 void TabbedPaneExample::AddButton(const std::string& label) {
tabbed_pane_example.h 21 class VIEWS_EXAMPLES_EXPORT TabbedPaneExample : public ExampleBase,
25 TabbedPaneExample();
26 virtual ~TabbedPaneExample();
51 DISALLOW_COPY_AND_ASSIGN(TabbedPaneExample);

Completed in 48 milliseconds