HomeSort by relevance Sort by last modified time
    Searched refs:window_icon (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/ash/frame/
default_header_painter_unittest.cc 41 views::StaticSizedView window_icon(gfx::Size(16, 16));
42 window_icon.SetBounds(0, 0, 16, 16);
50 painter.UpdateLeftHeaderView(&window_icon);
53 EXPECT_EQ(window_icon.bounds().CenterPoint().y(),
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_header_painter_ash.h 42 views::View* window_icon,
browser_header_painter_ash.cc 132 views::View* window_icon,
137 // window_icon may be NULL.
145 window_icon_ = window_icon;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host.h 139 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
desktop_window_tree_host_x11.h 140 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
desktop_window_tree_host_x11.cc 776 const gfx::ImageSkia& window_icon, const gfx::ImageSkia& app_icon) {
787 if (window_icon.HasRepresentation(1.0f))
788 SerializeImageRepresentation(window_icon.GetRepresentation(1.0f), &data);
1214 gfx::ImageSkia* window_icon = ViewsDelegate::views_delegate ? local
1217 SetWindowIcons(gfx::ImageSkia(), *window_icon); local
    [all...]
desktop_native_widget_aura.h 127 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
desktop_window_tree_host_win.h 98 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
desktop_native_widget_aura.cc 669 void DesktopNativeWidgetAura::SetWindowIcons(const gfx::ImageSkia& window_icon,
672 desktop_window_tree_host_->SetWindowIcons(window_icon, app_icon);
    [all...]
desktop_window_tree_host_win.cc 427 const gfx::ImageSkia& window_icon, const gfx::ImageSkia& app_icon) {
428 message_handler_->SetWindowIcons(window_icon, app_icon);
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_mac.h 57 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
native_widget_private.h 163 // Sets the Window icons. |window_icon| is a 16x16 icon suitable for use in
166 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
native_widget_aura.h 83 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
native_widget_aura.cc 363 void NativeWidgetAura::SetWindowIcons(const gfx::ImageSkia& window_icon,
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 195 void SetWindowIcons(const gfx::ImageSkia& window_icon,
hwnd_message_handler.cc 840 void HWNDMessageHandler::SetWindowIcons(const gfx::ImageSkia& window_icon,
842 if (!window_icon.isNull()) {
844 *window_icon.bitmap());
    [all...]

Completed in 704 milliseconds