HomeSort by relevance Sort by last modified time
    Searched refs:ShouldShowWindowTitle (Results 1 - 25 of 29) 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 84 virtual bool ShouldShowWindowTitle() const OVERRIDE;
opaque_browser_frame_view_layout_unittest.cc 69 virtual bool ShouldShowWindowTitle() const OVERRIDE {
208 window_title_->SetVisible(delegate_->ShouldShowWindowTitle());
opaque_browser_frame_view_layout.cc 205 if (delegate_->ShouldShowWindowTitle()) {
318 bool should_show_title = delegate_->ShouldShowWindowTitle() && window_title_;
opaque_browser_frame_view.cc 141 window_title_->SetVisible(browser_view->ShouldShowWindowTitle());
383 bool OpaqueBrowserFrameView::ShouldShowWindowTitle() const {
389 delegate->ShouldShowWindowTitle();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/ui/
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 {
session_crashed_bubble_view.h 63 virtual bool ShouldShowWindowTitle() const OVERRIDE;
screen_capture_notification_ui_views.cc 99 virtual bool ShouldShowWindowTitle() const OVERRIDE;
295 bool ScreenCaptureNotificationUIViews::ShouldShowWindowTitle() const {
session_crashed_bubble_view.cc 229 bool SessionCrashedBubbleView::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 70 virtual bool ShouldShowWindowTitle() const OVERRIDE;
extension_dialog.cc 159 bool ExtensionDialog::ShouldShowWindowTitle() const {
  /external/chromium_org/ui/views/widget/
widget_delegate.h 80 virtual bool ShouldShowWindowTitle() const;
widget_delegate.cc 78 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 166 bool WebDialogView::ShouldShowWindowTitle() const {
  /external/chromium_org/ui/views/window/
custom_frame_view.cc 197 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/
permissions_bubble_view.cc 189 virtual bool ShouldShowWindowTitle() const OVERRIDE;
362 bool PermissionsBubbleDelegateView::ShouldShowWindowTitle() const {
  /external/chromium_org/ash/frame/
default_header_painter.cc 177 frame_->widget_delegate()->ShouldShowWindowTitle()) {
  /external/chromium_org/components/native_app_window/
native_app_window_views.h 105 virtual bool ShouldShowWindowTitle() const OVERRIDE;
native_app_window_views.cc 229 bool NativeAppWindowViews::ShouldShowWindowTitle() const {

Completed in 284 milliseconds

1 2