Searched defs:window_icon (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ash/wm/
H A Dheader_painter_unittest.cc132 views::View window_icon; local
133 window_icon.SetBounds(0, 0, 16, 16);
136 &window_icon,
145 EXPECT_EQ(window_icon.bounds().CenterPoint().y(),
151 EXPECT_EQ(window_icon.bounds().CenterPoint().y(),
H A Dheader_painter.cc174 views::View* window_icon,
178 // window_icon may be NULL.
182 window_icon_ = window_icon;
171 Init( views::Widget* frame, views::View* header_view, views::View* window_icon, FrameCaptionButtonContainerView* caption_button_container) argument
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc605 void DesktopNativeWidgetAura::SetWindowIcons(const gfx::ImageSkia& window_icon, argument
608 desktop_root_window_host_->SetWindowIcons(window_icon, app_icon);
H A Ddesktop_root_window_host_win.cc403 const gfx::ImageSkia& window_icon, const gfx::ImageSkia& app_icon) {
404 message_handler_->SetWindowIcons(window_icon, app_icon);
402 SetWindowIcons( const gfx::ImageSkia& window_icon, const gfx::ImageSkia& app_icon) argument
H A Ddesktop_root_window_host_x11.cc623 const gfx::ImageSkia& window_icon, const gfx::ImageSkia& app_icon) {
634 if (window_icon.HasRepresentation(1.0f))
635 SerializeImageRepresentation(window_icon.GetRepresentation(1.0f), &data);
1064 gfx::ImageSkia* window_icon = ViewsDelegate::views_delegate ? local
1066 if (window_icon) {
1067 SetWindowIcons(gfx::ImageSkia(), *window_icon); local
622 SetWindowIcons( const gfx::ImageSkia& window_icon, const gfx::ImageSkia& app_icon) argument
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc358 void NativeWidgetAura::SetWindowIcons(const gfx::ImageSkia& window_icon, argument
H A Dnative_widget_win.cc239 void NativeWidgetWin::SetWindowIcons(const gfx::ImageSkia& window_icon, argument
241 message_handler_->SetWindowIcons(window_icon, app_icon);
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc891 void HWNDMessageHandler::SetWindowIcons(const gfx::ImageSkia& window_icon, argument
893 if (!window_icon.isNull()) {
895 *window_icon.bitmap());

Completed in 241 milliseconds