Searched refs:ShouldShowCloseButton (Results 1 – 7 of 7) sorted by relevance
94 virtual bool ShouldShowCloseButton() const OVERRIDE;258 bool ScreenCaptureNotificationUIViews::ShouldShowCloseButton() const { in ShouldShowCloseButton() function in __anon484c58d60111::ScreenCaptureNotificationUIViews
141 virtual bool ShouldShowCloseButton() const OVERRIDE { in ShouldShowCloseButton() function in ConstrainedWebDialogDelegateViewViews
76 bool WidgetDelegate::ShouldShowCloseButton() const { in ShouldShowCloseButton() function in views::WidgetDelegate
75 virtual bool ShouldShowCloseButton() const;
40 virtual bool ShouldShowCloseButton() const OVERRIDE;
125 bool BubbleDelegateView::ShouldShowCloseButton() const { in ShouldShowCloseButton() function in views::BubbleDelegateView
150 close_->SetVisible(GetWidget()->widget_delegate()->ShouldShowCloseButton()); in ResetWindowControls()