Searched refs:ScrollableView (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/views/examples/
H A Dscroll_view_example.h42 class ScrollableView;
44 ScrollableView* scrollable_;
H A Dscroll_view_example.cc22 class ScrollViewExample::ScrollableView : public View { class in class:views::examples::ScrollViewExample
24 ScrollableView() { function in class:views::examples::ScrollViewExample::ScrollableView
51 DISALLOW_COPY_AND_ASSIGN(ScrollableView);
66 scrollable_ = new ScrollableView();
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dmedia_galleries_dialog_views.cc36 class ScrollableView : public views::View { class in namespace:__anon5261
38 ScrollableView() {} function in class:__anon5261::ScrollableView
39 virtual ~ScrollableView() {}
44 DISALLOW_COPY_AND_ASSIGN(ScrollableView);
47 void ScrollableView::Layout() {
119 ScrollableView* scroll_container = new ScrollableView();

Completed in 2486 milliseconds