Home
last modified time | relevance | path

Searched refs:scroll_view_ (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_window_unittest.mm33 scoped_nsobject<BookmarkBarFolderWindowScrollView> scroll_view_;
42 scroll_view_.reset([[BookmarkBarFolderWindowScrollView alloc]
44 [[test_window() contentView] addSubview:scroll_view_.get()];
46 scoped_nsobject<BookmarkBarFolderWindowScrollView> scroll_view_;
49 TEST_VIEW(BookmarkBarFolderWindowScrollViewTest, scroll_view_);
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_window_unittest.mm33 base::scoped_nsobject<BookmarkBarFolderWindowScrollView> scroll_view_;
42 scroll_view_.reset([[BookmarkBarFolderWindowScrollView alloc]
44 [[test_window() contentView] addSubview:scroll_view_.get()];
46 base::scoped_nsobject<BookmarkBarFolderWindowScrollView> scroll_view_;
49 TEST_VIEW(BookmarkBarFolderWindowScrollViewTest, scroll_view_);
/external/chromium_org/ui/views/examples/
Dscroll_view_example.cc65 scroll_view_ = new ScrollView(); in CreateExampleView()
66 scroll_view_->SetContents(scrollable_); in CreateExampleView()
78 layout->AddView(scroll_view_); in CreateExampleView()
108 scroll_view_->contents()->ScrollRectToVisible( in ButtonPressed()
111 scroll_view_->Layout(); in ButtonPressed()
Dscroll_view_example.h47 ScrollView* scroll_view_; variable
/external/chromium_org/ui/views/controls/menu/
Dmenu_scroll_view_container.cc187 scroll_view_ = new MenuScrollView(content_view); in MenuScrollViewContainer()
188 AddChildView(scroll_view_); in MenuScrollViewContainer()
229 scroll_view_->SetBounds(x, y, width, content_height); in Layout()
230 scroll_view_->Layout(); in Layout()
245 scroll_view_->SetBounds(x, scroll_view_y, width, content_height); in Layout()
246 scroll_view_->Layout(); in Layout()
250 gfx::Size prefsize = scroll_view_->GetContents()->GetPreferredSize(); in GetPreferredSize()
270 gfx::Size content_pref = scroll_view_->GetContents()->GetPreferredSize(); in OnBoundsChanged()
Dmenu_scroll_view_container.h60 MenuScrollView* scroll_view_; variable
/external/chromium/chrome/browser/chromeos/notifications/
Dnotification_panel.cc435 scroll_view_->SetContents(native); in Show()
437 panel_widget_->SetContentsView(scroll_view_.get()); in Show()
467 static_cast<views::NativeViewHost*>(scroll_view_->GetContents()); in Hide()
469 scroll_view_->SetContents(NULL); in Hide()
480 panel_widget_->GetRootView()->RemoveChildView(scroll_view_.get()); in Hide()
663 scroll_view_.reset(new views::ScrollView()); in Init()
664 scroll_view_->set_parent_owned(false); in Init()
665 scroll_view_->set_background( in Init()
684 scroll_view_->ScrollContentsRegionToBeVisible(visible_rect); in ScrollBalloonToVisible()
700 scroll_view_->GetScrollBarWidth(); in UpdatePanel()
[all …]
Dnotification_panel.h174 scoped_ptr<views::ScrollView> scroll_view_; variable
/external/chromium_org/chrome/browser/ui/views/
Ddesktop_media_picker_views.cc176 views::ScrollView* scroll_view_; member in __anon28e2fa560111::DesktopMediaPickerDialogView
482 scroll_view_(views::ScrollView::CreateScrollViewWithBorder()), in DesktopMediaPickerDialogView()
490 scroll_view_->SetContents(list_view_); in DesktopMediaPickerDialogView()
491 AddChildView(scroll_view_); in DesktopMediaPickerDialogView()
540 scroll_view_->SetBounds( in Layout()
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_install_dialog_view.cc156 views::ScrollView* scroll_view_; member in __anonba72ae0e0111::ExtensionInstallDialogView
355 scroll_view_ = new views::ScrollView(); in ExtensionInstallDialogView()
356 scroll_view_->set_hide_horizontal_scrollbar(true); in ExtensionInstallDialogView()
357 AddChildView(scroll_view_); in ExtensionInstallDialogView()
359 scroll_view_->SetContents(scrollable_); in ExtensionInstallDialogView()
694 scroll_view_->SetBounds(0, 0, width(), height()); in Layout()