Searched refs:ShouldShowWindowTitle (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view_layout_delegate.h19 virtual bool ShouldShowWindowTitle() const = 0;
H A Dopaque_browser_frame_view.h84 virtual bool ShouldShowWindowTitle() const OVERRIDE;
H A Dopaque_browser_frame_view_layout_unittest.cc69 virtual bool ShouldShowWindowTitle() const OVERRIDE {
208 window_title_->SetVisible(delegate_->ShouldShowWindowTitle());
H A Dopaque_browser_frame_view_layout.cc205 if (delegate_->ShouldShowWindowTitle()) {
318 bool should_show_title = delegate_->ShouldShowWindowTitle() && window_title_;
H A Dopaque_browser_frame_view.cc141 window_title_->SetVisible(browser_view->ShouldShowWindowTitle());
383 bool OpaqueBrowserFrameView::ShouldShowWindowTitle() const { function in class:OpaqueBrowserFrameView
389 delegate->ShouldShowWindowTitle();
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dcaptive_portal_view.h27 virtual bool ShouldShowWindowTitle() const OVERRIDE;
H A Dcaptive_portal_view.cc68 bool CaptivePortalView::ShouldShowWindowTitle() const { function in class:chromeos::CaptivePortalView
/external/chromium_org/chrome/browser/ui/views/
H A Dupdate_recommended_message_box.h32 virtual bool ShouldShowWindowTitle() const OVERRIDE;
H A Dupdate_recommended_message_box.cc66 bool UpdateRecommendedMessageBox::ShouldShowWindowTitle() const { function in class:UpdateRecommendedMessageBox
H A Dsession_crashed_bubble_view.h63 virtual bool ShouldShowWindowTitle() const OVERRIDE;
H A Dscreen_capture_notification_ui_views.cc99 virtual bool ShouldShowWindowTitle() const OVERRIDE;
295 bool ScreenCaptureNotificationUIViews::ShouldShowWindowTitle() const { function in class:__anon5330::ScreenCaptureNotificationUIViews
H A Dsession_crashed_bubble_view.cc229 bool SessionCrashedBubbleView::ShouldShowWindowTitle() const { function in class:SessionCrashedBubbleView
/external/chromium_org/chrome/browser/chromeos/ui/
H A Decho_dialog_view.h61 virtual bool ShouldShowWindowTitle() const OVERRIDE;
H A Decho_dialog_view.cc146 bool EchoDialogView::ShouldShowWindowTitle() const { function in class:chromeos::EchoDialogView
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_dialog.h70 virtual bool ShouldShowWindowTitle() const OVERRIDE;
H A Dextension_dialog.cc159 bool ExtensionDialog::ShouldShowWindowTitle() const { function in class:ExtensionDialog
/external/chromium_org/ui/views/widget/
H A Dwidget_delegate.cc78 bool WidgetDelegate::ShouldShowWindowTitle() const { function in class:views::WidgetDelegate
H A Dwidget_delegate.h80 virtual bool ShouldShowWindowTitle() const;
/external/chromium_org/ui/views/controls/webview/
H A Dweb_dialog_view.h72 virtual bool ShouldShowWindowTitle() const OVERRIDE;
H A Dweb_dialog_view.cc166 bool WebDialogView::ShouldShowWindowTitle() const { function in class:views::WebDialogView
/external/chromium_org/ui/views/window/
H A Dcustom_frame_view.cc197 if (frame_->widget_delegate()->ShouldShowWindowTitle())
395 if (!delegate || !delegate->ShouldShowWindowTitle())
548 if (!frame_->widget_delegate()->ShouldShowWindowTitle())
/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dpermissions_bubble_view.cc189 virtual bool ShouldShowWindowTitle() const OVERRIDE;
362 bool PermissionsBubbleDelegateView::ShouldShowWindowTitle() const { function in class:PermissionsBubbleDelegateView
/external/chromium_org/ash/frame/
H A Ddefault_header_painter.cc177 frame_->widget_delegate()->ShouldShowWindowTitle()) {
/external/chromium_org/components/native_app_window/
H A Dnative_app_window_views.h105 virtual bool ShouldShowWindowTitle() const OVERRIDE;
H A Dnative_app_window_views.cc229 bool NativeAppWindowViews::ShouldShowWindowTitle() const { function in class:native_app_window::NativeAppWindowViews

Completed in 204 milliseconds

12