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

  /external/chromium_org/ui/views/examples/
scroll_view_example.h 39 LabelButton* small_square_; member in class:views::examples::ScrollViewExample
scroll_view_example.cc 64 small_square_ = new LabelButton(this, ASCIIToUTF16("Small Square"));
92 layout->AddView(small_square_);
106 } else if (sender == small_square_) {

Completed in 546 milliseconds