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 22 class ScrollViewExample::ScrollableView : public View {
54 ScrollViewExample::ScrollViewExample() : ExampleBase("Scroll View") {
57 ScrollViewExample::~ScrollViewExample() {
60 void ScrollViewExample::CreateExampleView(View* container) {
96 void ScrollViewExample::ButtonPressed(Button* sender, const ui::Event& event) {
scroll_view_example.h 21 class VIEWS_EXAMPLES_EXPORT ScrollViewExample : public ExampleBase,
24 ScrollViewExample();
25 virtual ~ScrollViewExample();
49 DISALLOW_COPY_AND_ASSIGN(ScrollViewExample);

Completed in 34 milliseconds