Searched defs:GetContentsView (Results 1 - 25 of 41) sorted by last modified time

12

/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/color_chooser/
H A Dcolor_chooser_view.cc457 View* ColorChooserView::GetContentsView() { function in class:views::ColorChooserView
/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/ui/views/test/
H A Dfocus_manager_test.cc63 View* FocusManagerTest::GetContentsView() { function in class:views::FocusManagerTest
/external/chromium_org/ui/views/widget/
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();
H A Dwidget_delegate.cc142 View* WidgetDelegate::GetContentsView() { function in class:views::WidgetDelegate
149 return new ClientView(widget, 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/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/chrome/test/base/
H A Dview_event_test_base.cc111 views::View* ViewEventTestBase::GetContentsView() { function in class:ViewEventTestBase
/external/chromium_org/chrome/browser/ui/views/app_list/
H A Dapp_list_dialog_container.cc102 return GetContentsView();
105 views::View* AppListDialogContainer::GetContentsView() { function in class:AppListDialogContainer
111 return new views::ClientView(widget, GetContentsView());
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_danger_prompt_views.cc56 virtual views::View* GetContentsView() OVERRIDE;
212 views::View* DownloadDangerPromptViews::GetContentsView() { function in class:__anon5242::DownloadDangerPromptViews
H A Ddownload_feedback_dialog_view.cc142 views::View* DownloadFeedbackDialogView::GetContentsView() { function in class:DownloadFeedbackDialogView
H A Ddownload_in_progress_dialog_view.cc127 views::View* DownloadInProgressDialogView::GetContentsView() { function in class:DownloadInProgressDialogView
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_dialog.cc185 views::View* ExtensionDialog::GetContentsView() { function in class:ExtensionDialog
H A Dmedia_galleries_dialog_views.cc229 views::View* MediaGalleriesDialogViews::GetContentsView() { function in class:MediaGalleriesDialogViews
/external/chromium_org/chrome/browser/ui/views/
H A Dexternal_protocol_dialog.cc105 views::View* ExternalProtocolDialog::GetContentsView() { function in class:ExternalProtocolDialog
H A Djavascript_app_modal_dialog_views.cc168 views::View* JavaScriptAppModalDialogViews::GetContentsView() { function in class:JavaScriptAppModalDialogViews
H A Dpdf_password_dialog.cc35 virtual views::View* GetContentsView() OVERRIDE;
107 views::View* PDFPasswordDialogViews::GetContentsView() { function in class:__anon5322::PDFPasswordDialogViews
H A Dscreen_capture_notification_ui_views.cc94 virtual views::View* GetContentsView() OVERRIDE;
263 views::View* ScreenCaptureNotificationUIViews::GetContentsView() { function in class:__anon5330::ScreenCaptureNotificationUIViews
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1668 views::View* BrowserView::GetContentsView() { function in class:BrowserView
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_widget_delegate.cc70 views::View* MessageCenterWidgetDelegate::GetContentsView() { function in class:message_center::MessageCenterWidgetDelegate
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.cc770 views::View* PanelView::GetContentsView() { function in class:PanelView

Completed in 2646 milliseconds

12