HomeSort by relevance Sort by last modified time
    Searched defs:SetWindowIcons (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 393 void DesktopNativeWidgetAura::SetWindowIcons(const gfx::ImageSkia& window_icon,
395 desktop_root_window_host_->SetWindowIcons(window_icon, app_icon);
desktop_root_window_host_win.cc 371 void DesktopRootWindowHostWin::SetWindowIcons(
373 message_handler_->SetWindowIcons(window_icon, app_icon);
desktop_root_window_host_x11.cc 517 void DesktopRootWindowHostX11::SetWindowIcons(
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 340 void NativeWidgetAura::SetWindowIcons(const gfx::ImageSkia& window_icon,
    [all...]
native_widget_win.cc 238 void NativeWidgetWin::SetWindowIcons(const gfx::ImageSkia& window_icon,
240 message_handler_->SetWindowIcons(window_icon, app_icon);
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 815 void HWNDMessageHandler::SetWindowIcons(const gfx::ImageSkia& window_icon,
    [all...]

Completed in 35 milliseconds