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.cc426 void DesktopWindowTreeHostWin::SetWindowIcons( in SetWindowIcons() function in views::DesktopWindowTreeHostWin
428 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.cc669 void DesktopNativeWidgetAura::SetWindowIcons(const gfx::ImageSkia& window_icon, in SetWindowIcons() function in views::DesktopNativeWidgetAura
672 desktop_window_tree_host_->SetWindowIcons(window_icon, app_icon); in SetWindowIcons()
Ddesktop_window_tree_host_x11.cc775 void DesktopWindowTreeHostX11::SetWindowIcons( in SetWindowIcons() function in views::DesktopWindowTreeHostX11
1217 SetWindowIcons(gfx::ImageSkia(), *window_icon); in InitX11Window()
/external/chromium_org/ui/views/widget/
Dnative_widget_private.h166 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
Dnative_widget_mac.h57 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
Dnative_widget_aura.h83 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
Dnative_widget_mac.mm252 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.cc841 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.cc840 void HWNDMessageHandler::SetWindowIcons(const gfx::ImageSkia& window_icon, in SetWindowIcons() function in views::HWNDMessageHandler