/external/chromium_org/chrome/browser/ui/views/frame/ |
D | opaque_browser_frame_view_layout_delegate.h | 18 virtual bool ShouldShowWindowIcon() const = 0;
|
D | opaque_browser_frame_view.h | 83 virtual bool ShouldShowWindowIcon() const OVERRIDE;
|
D | opaque_browser_frame_view.cc | 130 if (browser_view->ShouldShowWindowIcon()) { in OpaqueBrowserFrameView() 377 bool OpaqueBrowserFrameView::ShouldShowWindowIcon() const { in ShouldShowWindowIcon() function in OpaqueBrowserFrameView 380 delegate->ShouldShowWindowIcon(); in ShouldShowWindowIcon()
|
D | glass_browser_frame_view.cc | 86 if (browser_view->ShouldShowWindowIcon()) in GlassBrowserFrameView() 546 if (browser_view()->ShouldShowWindowIcon()) { in StopThrobber()
|
D | browser_non_client_frame_view_ash.cc | 120 if (browser_view()->ShouldShowWindowIcon()) { in Init()
|
D | opaque_browser_frame_view_layout_unittest.cc | 65 virtual bool ShouldShowWindowIcon() const OVERRIDE { in ShouldShowWindowIcon() function in __anon6b7087080111::TestLayoutDelegate
|
D | browser_view.cc | 707 if (ShouldShowWindowIcon() && !loading_animation_timer_.IsRunning()) in UpdateTitleBar() 1577 bool BrowserView::ShouldShowWindowIcon() const { in ShouldShowWindowIcon() function in BrowserView 2013 } else if (ShouldShowWindowIcon()) { in LoadingAnimationCallback()
|
D | browser_view.h | 404 virtual bool ShouldShowWindowIcon() const OVERRIDE;
|
D | opaque_browser_frame_view_layout.cc | 317 bool should_show_icon = delegate_->ShouldShowWindowIcon() && window_icon_; in LayoutTitleBar()
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
D | echo_dialog_view.h | 62 virtual bool ShouldShowWindowIcon() const OVERRIDE;
|
D | echo_dialog_view.cc | 150 bool EchoDialogView::ShouldShowWindowIcon() const { in ShouldShowWindowIcon() function in chromeos::EchoDialogView
|
/external/chromium_org/ash/wm/panels/ |
D | panel_frame_view.cc | 48 if (frame_->widget_delegate()->ShouldShowWindowIcon()) { in InitHeaderPainter()
|
/external/chromium_org/ui/views/widget/ |
D | widget_delegate.h | 97 virtual bool ShouldShowWindowIcon() const;
|
D | widget_delegate.cc | 104 bool WidgetDelegate::ShouldShowWindowIcon() const { in ShouldShowWindowIcon() function in views::WidgetDelegate
|
/external/chromium_org/components/native_app_window/ |
D | native_app_window_views.h | 106 virtual bool ShouldShowWindowIcon() const OVERRIDE;
|
D | native_app_window_views.cc | 233 bool NativeAppWindowViews::ShouldShowWindowIcon() const { in ShouldShowWindowIcon() function in native_app_window::NativeAppWindowViews
|
/external/chromium_org/ui/views/window/ |
D | custom_frame_view.cc | 112 if (frame_->widget_delegate()->ShouldShowWindowIcon()) { in Init()
|