Home
last modified time | relevance | path

Searched refs:ShouldShowCloseButton (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
Dscreen_capture_notification_ui_views.cc94 virtual bool ShouldShowCloseButton() const OVERRIDE;
258 bool ScreenCaptureNotificationUIViews::ShouldShowCloseButton() const { in ShouldShowCloseButton() function in __anon484c58d60111::ScreenCaptureNotificationUIViews
Dconstrained_web_dialog_delegate_views.cc141 virtual bool ShouldShowCloseButton() const OVERRIDE { in ShouldShowCloseButton() function in ConstrainedWebDialogDelegateViewViews
/external/chromium_org/ui/views/widget/
Dwidget_delegate.cc76 bool WidgetDelegate::ShouldShowCloseButton() const { in ShouldShowCloseButton() function in views::WidgetDelegate
Dwidget_delegate.h75 virtual bool ShouldShowCloseButton() const;
/external/chromium_org/ui/views/bubble/
Dbubble_delegate.h40 virtual bool ShouldShowCloseButton() const OVERRIDE;
Dbubble_delegate.cc125 bool BubbleDelegateView::ShouldShowCloseButton() const { in ShouldShowCloseButton() function in views::BubbleDelegateView
Dbubble_frame_view.cc150 close_->SetVisible(GetWidget()->widget_delegate()->ShouldShowCloseButton()); in ResetWindowControls()