/external/chromium_org/chrome/browser/ui/views/frame/ |
D | opaque_browser_frame_view_layout_delegate.h | 19 virtual bool ShouldShowWindowTitle() const = 0;
|
D | opaque_browser_frame_view_layout_unittest.cc | 67 virtual bool ShouldShowWindowTitle() const OVERRIDE { in ShouldShowWindowTitle() function in __anon8b2e987b0111::TestLayoutDelegate 211 window_title_->SetVisible(delegate_->ShouldShowWindowTitle()); in AddWindowTitleIcons()
|
D | opaque_browser_frame_view.h | 78 virtual bool ShouldShowWindowTitle() const OVERRIDE;
|
D | opaque_browser_frame_view.cc | 135 window_title_->SetVisible(browser_view->ShouldShowWindowTitle()); in OpaqueBrowserFrameView() 418 bool OpaqueBrowserFrameView::ShouldShowWindowTitle() const { in ShouldShowWindowTitle() function in OpaqueBrowserFrameView 423 return delegate && delegate->ShouldShowWindowTitle(); in ShouldShowWindowTitle()
|
D | opaque_browser_frame_view_layout.cc | 211 if (delegate_->ShouldShowWindowTitle()) { in NonClientTopBorderHeight() 309 bool should_show_title = delegate_->ShouldShowWindowTitle(); in LayoutTitleBar()
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | captive_portal_view.h | 27 virtual bool ShouldShowWindowTitle() const OVERRIDE;
|
D | captive_portal_view.cc | 68 bool CaptivePortalView::ShouldShowWindowTitle() const { in ShouldShowWindowTitle() function in chromeos::CaptivePortalView
|
/external/chromium/chrome/browser/ui/views/ |
D | update_recommended_message_box.h | 34 virtual bool ShouldShowWindowTitle() const OVERRIDE;
|
D | update_recommended_message_box.cc | 63 bool UpdateRecommendedMessageBox::ShouldShowWindowTitle() const { in ShouldShowWindowTitle() function in UpdateRecommendedMessageBox
|
D | html_dialog_view.h | 58 virtual bool ShouldShowWindowTitle() const;
|
D | html_dialog_view.cc | 106 bool HtmlDialogView::ShouldShowWindowTitle() const { in ShouldShowWindowTitle() function in HtmlDialogView
|
/external/chromium_org/chrome/browser/ui/views/ |
D | update_recommended_message_box.h | 32 virtual bool ShouldShowWindowTitle() const OVERRIDE;
|
D | update_recommended_message_box.cc | 66 bool UpdateRecommendedMessageBox::ShouldShowWindowTitle() const { in ShouldShowWindowTitle() function in UpdateRecommendedMessageBox
|
D | screen_capture_notification_ui_views.cc | 93 virtual bool ShouldShowWindowTitle() const OVERRIDE; 254 bool ScreenCaptureNotificationUIViews::ShouldShowWindowTitle() const { in ShouldShowWindowTitle() function in __anon484c58d60111::ScreenCaptureNotificationUIViews
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
D | echo_dialog_view.h | 61 virtual bool ShouldShowWindowTitle() const OVERRIDE;
|
D | echo_dialog_view.cc | 146 bool EchoDialogView::ShouldShowWindowTitle() const { in ShouldShowWindowTitle() function in chromeos::EchoDialogView
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
D | extension_dialog.h | 72 virtual bool ShouldShowWindowTitle() const OVERRIDE;
|
D | extension_dialog.cc | 148 bool ExtensionDialog::ShouldShowWindowTitle() const { in ShouldShowWindowTitle() function in ExtensionDialog
|
/external/chromium_org/ui/views/widget/ |
D | widget_delegate.cc | 72 bool WidgetDelegate::ShouldShowWindowTitle() const { in ShouldShowWindowTitle() function in views::WidgetDelegate
|
D | widget_delegate.h | 72 virtual bool ShouldShowWindowTitle() const;
|
/external/chromium_org/ui/views/controls/webview/ |
D | web_dialog_view.h | 72 virtual bool ShouldShowWindowTitle() const OVERRIDE;
|
D | web_dialog_view.cc | 170 bool WebDialogView::ShouldShowWindowTitle() const { in ShouldShowWindowTitle() function in views::WebDialogView
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | opaque_browser_frame_view.cc | 207 if ((delegate && delegate->ShouldShowWindowTitle()) || in NonClientTopBorderHeight() 526 delegate->ShouldShowWindowTitle())) { in IconBounds() 743 if (delegate->ShouldShowWindowTitle()) { in PaintTitleBar() 1058 if (delegate && delegate->ShouldShowWindowTitle()) { in LayoutTitleBar()
|
/external/chromium/chrome/browser/chromeos/frame/ |
D | bubble_frame_view.cc | 51 if (frame_->window_delegate()->ShouldShowWindowTitle()) { in BubbleFrameView()
|
/external/chromium_org/chrome/browser/ui/views/apps/ |
D | native_app_window_views.h | 132 virtual bool ShouldShowWindowTitle() const OVERRIDE;
|