OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldShowCloseButton
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ui/views/widget/
widget_delegate.h
75
virtual bool
ShouldShowCloseButton
() const;
widget_delegate.cc
76
bool WidgetDelegate::
ShouldShowCloseButton
() const {
/external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc
94
virtual bool
ShouldShowCloseButton
() const OVERRIDE;
258
bool ScreenCaptureNotificationUIViews::
ShouldShowCloseButton
() const {
constrained_web_dialog_delegate_views.cc
141
virtual bool
ShouldShowCloseButton
() const OVERRIDE {
/external/chromium_org/ui/views/bubble/
bubble_delegate.h
40
virtual bool
ShouldShowCloseButton
() const OVERRIDE;
bubble_delegate.cc
125
bool BubbleDelegateView::
ShouldShowCloseButton
() const {
bubble_frame_view.cc
150
close_->SetVisible(GetWidget()->widget_delegate()->
ShouldShowCloseButton
());
Completed in 194 milliseconds