Home
last modified time | relevance | path

Searched refs:window_icon (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/ash/frame/
Ddefault_header_painter_unittest.cc41 views::StaticSizedView window_icon(gfx::Size(16, 16)); in TEST_F() local
42 window_icon.SetBounds(0, 0, 16, 16); in TEST_F()
50 painter.UpdateLeftHeaderView(&window_icon); in TEST_F()
53 EXPECT_EQ(window_icon.bounds().CenterPoint().y(), in TEST_F()
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_header_painter_ash.h42 views::View* window_icon,
Dbrowser_header_painter_ash.cc132 views::View* window_icon, in Init() argument
145 window_icon_ = window_icon; in Init()
/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.cc776 const gfx::ImageSkia& window_icon, const gfx::ImageSkia& app_icon) { in SetWindowIcons() argument
787 if (window_icon.HasRepresentation(1.0f)) in SetWindowIcons()
788 SerializeImageRepresentation(window_icon.GetRepresentation(1.0f), &data); in SetWindowIcons()
1214 gfx::ImageSkia* window_icon = ViewsDelegate::views_delegate ? in InitX11Window() local
1216 if (window_icon) { in InitX11Window()
1217 SetWindowIcons(gfx::ImageSkia(), *window_icon); in InitX11Window()
Ddesktop_window_tree_host_x11.h140 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
Ddesktop_window_tree_host_win.cc427 const gfx::ImageSkia& window_icon, const gfx::ImageSkia& app_icon) { in SetWindowIcons() argument
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() argument
672 desktop_window_tree_host_->SetWindowIcons(window_icon, app_icon); in SetWindowIcons()
/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() argument
/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() argument
842 if (!window_icon.isNull()) { in SetWindowIcons()
844 *window_icon.bitmap()); in SetWindowIcons()