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

  /external/chromium_org/ui/views/examples/
scroll_view_example.cc 19 class ScrollViewExample::ScrollableView : public View {
51 ScrollViewExample::ScrollViewExample() : ExampleBase("Scroll View") {
54 ScrollViewExample::~ScrollViewExample() {
57 void ScrollViewExample::CreateExampleView(View* container) {
93 void ScrollViewExample::ButtonPressed(Button* sender, const ui::Event& event) {
scroll_view_example.h 22 class ScrollViewExample : public ExampleBase, public ButtonListener {
24 ScrollViewExample();
25 virtual ~ScrollViewExample();
49 DISALLOW_COPY_AND_ASSIGN(ScrollViewExample);

Completed in 796 milliseconds