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_window_tree_host.h139 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
Ddesktop_window_tree_host_x11.h140 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
Ddesktop_window_tree_host_win.cc403 void DesktopWindowTreeHostWin::SetWindowIcons( in SetWindowIcons() function in views::DesktopWindowTreeHostWin
405 message_handler_->SetWindowIcons(window_icon, app_icon); in SetWindowIcons()
Ddesktop_window_tree_host_win.h98 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
Ddesktop_native_widget_aura.h127 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
Ddesktop_native_widget_aura.cc672 void DesktopNativeWidgetAura::SetWindowIcons(const gfx::ImageSkia& window_icon, in SetWindowIcons() function in views::DesktopNativeWidgetAura
675 desktop_window_tree_host_->SetWindowIcons(window_icon, app_icon); in SetWindowIcons()
Ddesktop_window_tree_host_x11.cc734 void DesktopWindowTreeHostX11::SetWindowIcons( in SetWindowIcons() function in views::DesktopWindowTreeHostX11
1178 SetWindowIcons(gfx::ImageSkia(), *window_icon); in InitX11Window()
/external/chromium_org/ui/views/widget/
Dnative_widget_private.h169 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
Dnative_widget_mac.h51 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
Dnative_widget_aura.h81 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
Dnative_widget_mac.mm159 void NativeWidgetMac::SetWindowIcons(const gfx::ImageSkia& window_icon,
Dnative_widget_aura.cc363 void NativeWidgetAura::SetWindowIcons(const gfx::ImageSkia& window_icon, in SetWindowIcons() function in views::NativeWidgetAura
Dwidget.cc839 native_widget_->SetWindowIcons(widget_delegate_->GetWindowIcon(), in UpdateWindowIcon()
/external/chromium_org/ui/views/win/
Dhwnd_message_handler.h195 void SetWindowIcons(const gfx::ImageSkia& window_icon,
Dhwnd_message_handler.cc858 void HWNDMessageHandler::SetWindowIcons(const gfx::ImageSkia& window_icon, in SetWindowIcons() function in views::HWNDMessageHandler