OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldShowWindowTitle
(Results
1 - 25
of
35
) sorted by null
1
2
/external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout_delegate.h
19
virtual bool
ShouldShowWindowTitle
() const = 0;
opaque_browser_frame_view.h
78
virtual bool
ShouldShowWindowTitle
() const OVERRIDE;
opaque_browser_frame_view_layout_unittest.cc
67
virtual bool
ShouldShowWindowTitle
() const OVERRIDE {
211
window_title_->SetVisible(delegate_->
ShouldShowWindowTitle
());
opaque_browser_frame_view_layout.cc
211
if (delegate_->
ShouldShowWindowTitle
()) {
309
bool should_show_title = delegate_->
ShouldShowWindowTitle
();
opaque_browser_frame_view.cc
135
window_title_->SetVisible(browser_view->
ShouldShowWindowTitle
());
418
bool OpaqueBrowserFrameView::
ShouldShowWindowTitle
() const {
423
return delegate && delegate->
ShouldShowWindowTitle
();
[
all
...]
/external/chromium/chrome/browser/ui/views/
update_recommended_message_box.h
34
virtual bool
ShouldShowWindowTitle
() const OVERRIDE;
html_dialog_view.h
58
virtual bool
ShouldShowWindowTitle
() const;
update_recommended_message_box.cc
63
bool UpdateRecommendedMessageBox::
ShouldShowWindowTitle
() const {
html_dialog_view.cc
106
bool HtmlDialogView::
ShouldShowWindowTitle
() const {
/external/chromium_org/chrome/browser/chromeos/login/
captive_portal_view.h
27
virtual bool
ShouldShowWindowTitle
() const OVERRIDE;
captive_portal_view.cc
68
bool CaptivePortalView::
ShouldShowWindowTitle
() const {
/external/chromium_org/chrome/browser/ui/views/
update_recommended_message_box.h
32
virtual bool
ShouldShowWindowTitle
() const OVERRIDE;
update_recommended_message_box.cc
66
bool UpdateRecommendedMessageBox::
ShouldShowWindowTitle
() const {
screen_capture_notification_ui_views.cc
93
virtual bool
ShouldShowWindowTitle
() const OVERRIDE;
254
bool ScreenCaptureNotificationUIViews::
ShouldShowWindowTitle
() const {
/external/chromium_org/chrome/browser/chromeos/ui/
echo_dialog_view.h
61
virtual bool
ShouldShowWindowTitle
() const OVERRIDE;
echo_dialog_view.cc
146
bool EchoDialogView::
ShouldShowWindowTitle
() const {
/external/chromium_org/chrome/browser/ui/views/extensions/
extension_dialog.h
72
virtual bool
ShouldShowWindowTitle
() const OVERRIDE;
extension_dialog.cc
148
bool ExtensionDialog::
ShouldShowWindowTitle
() const {
/external/chromium_org/ui/views/widget/
widget_delegate.h
72
virtual bool
ShouldShowWindowTitle
() const;
widget_delegate.cc
72
bool WidgetDelegate::
ShouldShowWindowTitle
() const {
/external/chromium_org/ui/views/controls/webview/
web_dialog_view.h
72
virtual bool
ShouldShowWindowTitle
() const OVERRIDE;
web_dialog_view.cc
170
bool WebDialogView::
ShouldShowWindowTitle
() const {
/external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.cc
51
if (frame_->window_delegate()->
ShouldShowWindowTitle
()) {
/external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.h
132
virtual bool
ShouldShowWindowTitle
() const OVERRIDE;
/external/chromium/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc
207
if ((delegate && delegate->
ShouldShowWindowTitle
()) ||
526
delegate->
ShouldShowWindowTitle
())) {
743
if (delegate->
ShouldShowWindowTitle
()) {
[
all
...]
Completed in 1021 milliseconds
1
2