Home
last modified time | relevance | path

Searched refs:SetWindowIcons (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_root_window_host.h137 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
Ddesktop_root_window_host_x11.h123 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
Ddesktop_root_window_host_win.cc402 void DesktopRootWindowHostWin::SetWindowIcons( in SetWindowIcons() function in views::DesktopRootWindowHostWin
404 message_handler_->SetWindowIcons(window_icon, app_icon); in SetWindowIcons()
Ddesktop_root_window_host_win.h97 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
Ddesktop_native_widget_aura.h118 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
Ddesktop_native_widget_aura.cc605 void DesktopNativeWidgetAura::SetWindowIcons(const gfx::ImageSkia& window_icon, in SetWindowIcons() function in views::DesktopNativeWidgetAura
608 desktop_root_window_host_->SetWindowIcons(window_icon, app_icon); in SetWindowIcons()
Ddesktop_root_window_host_x11.cc622 void DesktopRootWindowHostX11::SetWindowIcons( in SetWindowIcons() function in views::DesktopRootWindowHostX11
1067 SetWindowIcons(gfx::ImageSkia(), *window_icon); in InitX11Window()
/external/chromium_org/ui/views/widget/
Dnative_widget_private.h160 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
Dnative_widget_aura.h83 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
Dnative_widget_win.h98 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
Dnative_widget_win.cc239 void NativeWidgetWin::SetWindowIcons(const gfx::ImageSkia& window_icon, in SetWindowIcons() function in views::NativeWidgetWin
241 message_handler_->SetWindowIcons(window_icon, app_icon); in SetWindowIcons()
Dnative_widget_aura.cc358 void NativeWidgetAura::SetWindowIcons(const gfx::ImageSkia& window_icon, in SetWindowIcons() function in views::NativeWidgetAura
Dwidget.cc828 native_widget_->SetWindowIcons(widget_delegate_->GetWindowIcon(), in UpdateWindowIcon()
/external/chromium_org/ui/views/win/
Dhwnd_message_handler.h191 void SetWindowIcons(const gfx::ImageSkia& window_icon,
Dhwnd_message_handler.cc891 void HWNDMessageHandler::SetWindowIcons(const gfx::ImageSkia& window_icon, in SetWindowIcons() function in views::HWNDMessageHandler