Home
last modified time | relevance | path

Searched refs:GetDefaultWindowIcon (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
Dchrome_views_delegate.h38 virtual HICON GetDefaultWindowIcon() const OVERRIDE;
41 virtual gfx::ImageSkia* GetDefaultWindowIcon() const OVERRIDE;
Dchrome_views_delegate.cc154 HICON ChromeViewsDelegate::GetDefaultWindowIcon() const { in GetDefaultWindowIcon() function in ChromeViewsDelegate
163 gfx::ImageSkia* ChromeViewsDelegate::GetDefaultWindowIcon() const { in GetDefaultWindowIcon() function in ChromeViewsDelegate
/external/chromium_org/ui/views/test/
Dtest_views_delegate.h50 virtual HICON GetDefaultWindowIcon() const OVERRIDE { in GetDefaultWindowIcon() function
58 virtual gfx::ImageSkia* GetDefaultWindowIcon() const OVERRIDE;
Dtest_views_delegate.cc47 gfx::ImageSkia* TestViewsDelegate::GetDefaultWindowIcon() const { in GetDefaultWindowIcon() function in views::TestViewsDelegate
/external/chromium_org/ui/views/
Dviews_delegate.h91 virtual HICON GetDefaultWindowIcon() const = 0;
96 virtual gfx::ImageSkia* GetDefaultWindowIcon() const = 0;
/external/chromium/chrome/browser/ui/views/
Dchrome_views_delegate.h45 virtual HICON GetDefaultWindowIcon() const;
Dchrome_views_delegate.cc136 HICON ChromeViewsDelegate::GetDefaultWindowIcon() const { in GetDefaultWindowIcon() function in ChromeViewsDelegate
Daccessibility_event_router_views_unittest.cc61 virtual HICON GetDefaultWindowIcon() const { in GetDefaultWindowIcon() function in AccessibilityViewsDelegate
/external/chromium_org/ui/gfx/win/
Dwindow_impl.cc222 HICON WindowImpl::GetDefaultWindowIcon() const { in GetDefaultWindowIcon() function in gfx::WindowImpl
267 HICON icon = GetDefaultWindowIcon(); in GetWindowClassAtom()
Dwindow_impl.h52 virtual HICON GetDefaultWindowIcon() const;
/external/chromium_org/ui/views/win/
Dhwnd_message_handler.h209 virtual HICON GetDefaultWindowIcon() const OVERRIDE;
Dhwnd_message_handler.cc924 HICON HWNDMessageHandler::GetDefaultWindowIcon() const { in GetDefaultWindowIcon() function in views::HWNDMessageHandler
928 ViewsDelegate::views_delegate->GetDefaultWindowIcon() : NULL; in GetDefaultWindowIcon()
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view_test.cc94 virtual HICON GetDefaultWindowIcon() const { return 0; } in GetDefaultWindowIcon() function in __anonf44ba0c70111::ViewsDelegateImpl
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_root_window_host_x11.cc1065 ViewsDelegate::views_delegate->GetDefaultWindowIcon() : NULL; in InitX11Window()