HomeSort by relevance Sort by last modified time
    Searched defs:scroll_view (Results 1 - 11 of 11) 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
338 ScrollView scroll_view; local
    [all...]
message_box_view.cc 17 #include "ui/views/controls/scroll_view.h"
219 ScrollView* scroll_view = new views::ScrollView(); local
220 scroll_view->ClipHeightTo(0, kMaxScrollViewHeight);
221 scroll_view->SetContents(message_contents);
223 layout->AddView(scroll_view);
  /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/
extension_install_dialog_view.h 63 const views::ScrollView* scroll_view() const { return scroll_view_; } function in class:ExtensionInstallDialogView
media_galleries_dialog_views.cc 22 #include "ui/views/controls/scroll_view.h"
166 views::ScrollView* scroll_view = local
168 scroll_view->SetContents(scroll_container);
171 layout->AddView(scroll_view, 1, 1,
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_reset_bubble_view.cc 32 #include "ui/views/controls/scroll_view.h"
368 views::ScrollView* scroll_view = new views::ScrollView(); local
369 scroll_view->set_background(views::Background::CreateSolidBackground(
371 scroll_view->SetContents(feedback_view);
374 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 1311 MenuScrollViewContainer* scroll_view = source->GetScrollViewContainer(); local
    [all...]
  /external/chromium_org/ui/views/widget/
widget_unittest.cc 1327 EventCountView* scroll_view = new ScrollableEventCountView; local
    [all...]

Completed in 665 milliseconds