HomeSort by relevance Sort by last modified time
    Searched refs:GetDefaultWindowIcon (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/views/
views_delegate.cc 46 HICON ViewsDelegate::GetDefaultWindowIcon() const {
54 gfx::ImageSkia* ViewsDelegate::GetDefaultWindowIcon() const {
views_delegate.h 97 virtual HICON GetDefaultWindowIcon() const;
102 virtual gfx::ImageSkia* GetDefaultWindowIcon() const;
  /external/chromium_org/chrome/browser/ui/views/
chrome_views_delegate.h 37 virtual HICON GetDefaultWindowIcon() const OVERRIDE;
40 virtual gfx::ImageSkia* GetDefaultWindowIcon() const OVERRIDE;
chrome_views_delegate.cc 230 HICON ChromeViewsDelegate::GetDefaultWindowIcon() const {
239 gfx::ImageSkia* ChromeViewsDelegate::GetDefaultWindowIcon() const {
  /external/chromium_org/ui/gfx/win/
window_impl.h 53 virtual HICON GetDefaultWindowIcon() const;
window_impl.cc 258 HICON WindowImpl::GetDefaultWindowIcon() const {
307 HICON icon = GetDefaultWindowIcon();
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 218 virtual HICON GetDefaultWindowIcon() const OVERRIDE;
hwnd_message_handler.cc 902 HICON HWNDMessageHandler::GetDefaultWindowIcon() const {
906 ViewsDelegate::views_delegate->GetDefaultWindowIcon() : NULL;
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc     [all...]

Completed in 206 milliseconds