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

  /external/chromium_org/chrome/browser/extensions/api/system_indicator/
system_indicator_manager.cc 113 gfx::ImageSkia icon_image = local
118 StatusTray::OTHER_ICON, icon_image, tool_tip);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_dropdown.cc 185 gfx::ImageSkia icon_image; local
188 ash::network_icon::ICON_TYPE_LIST, &icon_image, &text, &animating);
195 SkBitmap icon_bitmap = icon_image.GetRepresentation(
198 if (!icon_image.isNull())
  /external/chromium/chrome/browser/speech/
speech_input_bubble.cc 241 SkBitmap SpeechInputBubbleBase::icon_image() { function in class:SpeechInputBubbleBase
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble.cc 281 gfx::ImageSkia SpeechRecognitionBubbleBase::icon_image() { function in class:SpeechRecognitionBubbleBase
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc 249 gfx::ImageSkia* icon_image = GetIcon( local
254 status_icon_->SetImage(*icon_image);
259 CreateStatusIcon(*icon_image, tool_tip);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c 48 XImage *icon_image; local
193 icon_image = XCreateImage(SDL_Display,
199 icon_image->byte_order = (SDL_BYTEORDER == SDL_BIG_ENDIAN)
204 XPutImage(SDL_Display, icon_pixmap, gc, icon_image,
207 XDestroyImage(icon_image);

Completed in 79 milliseconds