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"
54 ScrollView scroll_view; local
56 scroll_view.SetContents(contents);
57 scroll_view.SetBoundsRect(gfx::Rect(0, 0, 100, 100));
58 scroll_view.Layout();
64 ScrollView scroll_view; local
66 scroll_view.SetContents(contents);
67 scroll_view.SetBoundsRect(gfx::Rect(0, 0, 100, 100));
71 scroll_view.Layout();
72 EXPECT_EQ(100 - scroll_view.GetScrollBarWidth(), contents->parent()->width())
104 ScrollView scroll_view; local
132 ScrollView scroll_view; local
194 ScrollView scroll_view; local
224 ScrollView scroll_view; local
247 ScrollView scroll_view; local
269 ScrollView scroll_view; local
290 ScrollView scroll_view; local
315 ScrollView scroll_view; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
collected_cookies_views.cc 40 #include "ui/views/controls/scroll_view.h"
467 views::ScrollView* scroll_view = new views::ScrollView(); local
468 scroll_view->SetContents(pane);
469 scroll_view->SetBorder(
471 return scroll_view;
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views.cc 22 #include "ui/views/controls/scroll_view.h"
168 views::ScrollView* scroll_view = local
170 scroll_view->SetContents(scroll_container);
173 layout->AddView(scroll_view, 1, 1,
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_reset_bubble_view.cc 31 #include "ui/views/controls/scroll_view.h"
367 views::ScrollView* scroll_view = new views::ScrollView(); local
368 scroll_view->set_background(views::Background::CreateSolidBackground(
370 scroll_view->SetContents(feedback_view);
373 layout->AddView(scroll_view, 1, 1, GridLayout::FILL,
  /external/chromium_org/ui/views/focus/
focus_traversal_unittest.cc 20 #include "ui/views/controls/scroll_view.h"
417 ScrollView* scroll_view = new ScrollView(); local
418 scroll_view->set_id(kScrollViewID);
419 inner_container->AddChildView(scroll_view);
420 scroll_view->SetBounds(1, 1, 148, 178);
426 scroll_view->SetContents(scroll_content);
  /external/chromium_org/ui/views/controls/table/
table_view.cc 18 #include "ui/views/controls/scroll_view.h"
162 ScrollView* scroll_view = ScrollView::CreateScrollViewWithBorder(); local
163 scroll_view->SetContents(this);
166 scroll_view->SetHeader(header_);
167 return scroll_view;
297 View* scroll_view = parent() ? parent()->parent() : NULL; local
298 if (scroll_view) {
299 const int scroll_view_width = scroll_view->GetContentsBounds().width();
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 23 #include "ui/views/controls/scroll_view.h"
104 ScrollView* scroll_view = ScrollView::CreateScrollViewWithBorder(); local
105 scroll_view->SetContents(this);
106 return scroll_view;
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 1296 MenuScrollViewContainer* scroll_view = source->GetScrollViewContainer(); local
    [all...]
  /external/chromium_org/ui/views/widget/
widget_unittest.cc 1224 EventCountView* scroll_view = new ScrollableEventCountView; local
1362 ScrollableEventCountView* scroll_view = new ScrollableEventCountView; local
    [all...]

Completed in 94 milliseconds