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

  /external/chromium_org/ui/views/controls/
scroll_view_unittest.cc 5 #include "ui/views/controls/scroll_view.h"
48 ScrollView scroll_view; local
50 scroll_view.SetContents(contents);
51 scroll_view.SetBoundsRect(gfx::Rect(0, 0, 100, 100));
52 scroll_view.Layout();
58 ScrollView scroll_view; local
60 scroll_view.SetContents(contents);
61 scroll_view.SetBoundsRect(gfx::Rect(0, 0, 100, 100));
65 scroll_view.Layout();
66 EXPECT_EQ(100 - scroll_view.GetScrollBarWidth(), contents->parent()->width())
98 ScrollView scroll_view; local
126 ScrollView scroll_view; local
189 ScrollView scroll_view; local
220 ScrollView scroll_view; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views.cc 22 #include "ui/views/controls/scroll_view.h"
190 views::ScrollView* scroll_view = local
192 scroll_view->SetContents(scroll_container);
195 layout->AddView(scroll_view, 1, 1,
  /external/chromium_org/chrome/browser/ui/views/
collected_cookies_views.cc 43 #include "ui/views/controls/scroll_view.h"
497 views::ScrollView* scroll_view = new views::ScrollView(); local
498 scroll_view->SetContents(pane);
499 scroll_view->set_border(
501 return scroll_view;
  /external/chromium_org/ui/views/focus/
focus_traversal_unittest.cc 18 #include "ui/views/controls/scroll_view.h"
418 ScrollView* scroll_view = new ScrollView(); local
419 scroll_view->set_id(kScrollViewID);
420 inner_container->AddChildView(scroll_view);
421 scroll_view->SetBounds(1, 1, 148, 178);
427 scroll_view->SetContents(scroll_content);
  /external/chromium_org/ui/views/controls/table/
table_view.cc 17 #include "ui/views/controls/scroll_view.h"
161 ScrollView* scroll_view = ScrollView::CreateScrollViewWithBorder(); local
162 scroll_view->SetContents(this);
165 scroll_view->SetHeader(header_);
166 return scroll_view;
296 View* scroll_view = parent() ? parent()->parent() : NULL; local
297 if (scroll_view) {
298 const int scroll_view_width = scroll_view->GetContentsBounds().width();
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 22 #include "ui/views/controls/scroll_view.h"
101 ScrollView* scroll_view = ScrollView::CreateScrollViewWithBorder(); local
102 scroll_view->SetContents(this);
103 return scroll_view;
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 1338 MenuScrollViewContainer* scroll_view = source->GetScrollViewContainer(); local
    [all...]
  /external/chromium_org/ui/views/
view_unittest.cc 26 #include "ui/views/controls/scroll_view.h"
1510 ScrollView* scroll_view = new ScrollView(); local
    [all...]
  /external/chromium_org/ui/views/widget/
widget_unittest.cc 1624 EventCountView* scroll_view = new ScrollableEventCountView; local
    [all...]

Completed in 4231 milliseconds