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

  /external/chromium_org/ui/views/examples/
bubble_example.h 15 class BubbleExample : public ExampleBase, public ButtonListener {
17 BubbleExample();
18 virtual ~BubbleExample();
33 DISALLOW_COPY_AND_ASSIGN(BubbleExample);
bubble_example.cc 66 BubbleExample::BubbleExample() : ExampleBase("Bubble") {}
68 BubbleExample::~BubbleExample() {}
70 void BubbleExample::CreateExampleView(View* container) {
88 void BubbleExample::ButtonPressed(Button* sender, const ui::Event& event) {
examples_window.cc 160 combobox_model_.AddExample(new BubbleExample);
examples_window_with_content.cc 164 combobox_model_.AddExample(new BubbleExample);

Completed in 309 milliseconds