Searched defs:GetContentsView (Results 26 - 41 of 41) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dmedia_galleries_dialog_views.cc229 views::View* MediaGalleriesDialogViews::GetContentsView() { function in class:MediaGalleriesDialogViews
/external/chromium_org/chrome/browser/ui/views/
H A Dscreen_capture_notification_ui_views.cc94 virtual views::View* GetContentsView() OVERRIDE;
263 views::View* ScreenCaptureNotificationUIViews::GetContentsView() { function in class:__anon5330::ScreenCaptureNotificationUIViews
H A Dsimple_message_box_views.cc53 virtual views::View* GetContentsView() OVERRIDE;
166 views::View* SimpleMessageBoxViews::GetContentsView() { function in class:chrome::__anon5338::SimpleMessageBoxViews
/external/chromium_org/ui/message_center/views/
H A Dtoast_contents_view.cc230 views::View* ToastContentsView::GetContentsView() { function in class:message_center::ToastContentsView
/external/chromium_org/ui/views/bubble/
H A Dbubble_delegate.cc122 View* BubbleDelegateView::GetContentsView() { function in class:views::BubbleDelegateView
/external/chromium_org/ui/views/widget/
H A Dwidget_delegate.cc142 View* WidgetDelegate::GetContentsView() { function in class:views::WidgetDelegate
149 return new ClientView(widget, GetContentsView());
H A Droot_view.cc201 View* RootView::GetContentsView() { function in class:views::internal::RootView
H A Dwidget.cc377 SetContentsView(params.delegate->GetContentsView());
472 if (view == GetContentsView())
487 View* Widget::GetContentsView() { function in class:views::Widget
488 return root_view_->GetContentsView();
1467 View* contents_view = GetContentsView();
/external/chromium_org/ui/views/window/
H A Ddialog_client_view_unittest.cc28 View* GetContentsView() { return contents_view(); } function in class:views::TestDialogClientView
60 virtual View* GetContentsView() OVERRIDE { return contents_.get(); }
169 EXPECT_EQ(GetContentsView()->bounds().bottom(),
177 EXPECT_LT(GetContentsView()->bounds().bottom(),
H A Ddialog_delegate.cc174 return new DialogClientView(widget, GetContentsView());
237 View* DialogDelegateView::GetContentsView() { function in class:views::DialogDelegateView
/external/chromium_org/ui/views/controls/webview/
H A Dweb_dialog_view.cc154 views::View* WebDialogView::GetContentsView() { function in class:views::WebDialogView
/external/chromium_org/athena/content/
H A Dweb_activity.cc536 views::View* WebActivity::GetContentsView() { function in class:athena::WebActivity
/external/chromium_org/components/native_app_window/
H A Dnative_app_window_views.cc256 views::View* NativeAppWindowViews::GetContentsView() { function in class:native_app_window::NativeAppWindowViews
/external/chromium_org/ui/views/color_chooser/
H A Dcolor_chooser_view.cc457 View* ColorChooserView::GetContentsView() { function in class:views::ColorChooserView
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.cc770 views::View* PanelView::GetContentsView() { function in class:PanelView
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1668 views::View* BrowserView::GetContentsView() { function in class:BrowserView

Completed in 277 milliseconds

12