Searched refs:GetDefaultWindowIcon (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/views/
H A Dviews_delegate.cc46 HICON ViewsDelegate::GetDefaultWindowIcon() const { function in class:views::ViewsDelegate
54 gfx::ImageSkia* ViewsDelegate::GetDefaultWindowIcon() const { function in class:views::ViewsDelegate
H A Dviews_delegate.h97 virtual HICON GetDefaultWindowIcon() const;
102 virtual gfx::ImageSkia* GetDefaultWindowIcon() const;
/external/chromium_org/chrome/browser/ui/views/
H A Dchrome_views_delegate.h37 virtual HICON GetDefaultWindowIcon() const OVERRIDE;
40 virtual gfx::ImageSkia* GetDefaultWindowIcon() const OVERRIDE;
H A Dchrome_views_delegate.cc230 HICON ChromeViewsDelegate::GetDefaultWindowIcon() const { function in class:ChromeViewsDelegate
239 gfx::ImageSkia* ChromeViewsDelegate::GetDefaultWindowIcon() const { function in class:ChromeViewsDelegate
/external/chromium_org/ui/gfx/win/
H A Dwindow_impl.h53 virtual HICON GetDefaultWindowIcon() const;
H A Dwindow_impl.cc258 HICON WindowImpl::GetDefaultWindowIcon() const { function in class:gfx::WindowImpl
307 HICON icon = GetDefaultWindowIcon();
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.h218 virtual HICON GetDefaultWindowIcon() const OVERRIDE;
H A Dhwnd_message_handler.cc902 HICON HWNDMessageHandler::GetDefaultWindowIcon() const { function in class:views::HWNDMessageHandler
906 ViewsDelegate::views_delegate->GetDefaultWindowIcon() : NULL;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.cc1215 ViewsDelegate::views_delegate->GetDefaultWindowIcon() : NULL;

Completed in 244 milliseconds