Searched refs:scroll_view_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/views/examples/
H A Dscroll_view_example.cc65 scroll_view_ = new ScrollView();
66 scroll_view_->SetContents(scrollable_);
78 layout->AddView(scroll_view_);
108 scroll_view_->contents()->ScrollRectToVisible(
111 scroll_view_->Layout();
H A Dscroll_view_example.h47 ScrollView* scroll_view_; member in class:views::examples::ScrollViewExample
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_scroll_view_container.h60 MenuScrollView* scroll_view_; member in class:views::MenuScrollViewContainer
H A Dmenu_scroll_view_container.cc187 scroll_view_ = new MenuScrollView(content_view);
188 AddChildView(scroll_view_);
229 scroll_view_->SetBounds(x, y, width, content_height);
230 scroll_view_->Layout();
245 scroll_view_->SetBounds(x, scroll_view_y, width, content_height);
246 scroll_view_->Layout();
250 gfx::Size prefsize = scroll_view_->GetContents()->GetPreferredSize();
270 gfx::Size content_pref = scroll_view_->GetContents()->GetPreferredSize();
/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_panel.cc435 scroll_view_->SetContents(native);
437 panel_widget_->SetContentsView(scroll_view_.get());
467 static_cast<views::NativeViewHost*>(scroll_view_->GetContents());
469 scroll_view_->SetContents(NULL);
480 panel_widget_->GetRootView()->RemoveChildView(scroll_view_.get());
663 scroll_view_.reset(new views::ScrollView());
664 scroll_view_->set_parent_owned(false);
665 scroll_view_->set_background(
684 scroll_view_->ScrollContentsRegionToBeVisible(visible_rect);
700 scroll_view_
[all...]
H A Dnotification_panel.h174 scoped_ptr<views::ScrollView> scroll_view_; member in class:chromeos::NotificationPanel
/external/chromium_org/chrome/browser/ui/views/
H A Ddesktop_media_picker_views.cc176 views::ScrollView* scroll_view_; member in class:__anon6578::DesktopMediaPickerDialogView
482 scroll_view_(views::ScrollView::CreateScrollViewWithBorder()),
490 scroll_view_->SetContents(list_view_);
491 AddChildView(scroll_view_);
540 scroll_view_->SetBounds(
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_install_dialog_view.cc156 views::ScrollView* scroll_view_; member in class:__anon6586::ExtensionInstallDialogView
355 scroll_view_ = new views::ScrollView();
356 scroll_view_->set_hide_horizontal_scrollbar(true);
357 AddChildView(scroll_view_);
359 scroll_view_->SetContents(scrollable_);
694 scroll_view_->SetBounds(0, 0, width(), height());

Completed in 200 milliseconds