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

  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_dropdown.cc 184 gfx::ImageSkia icon_image; local
187 ash::network_icon::ICON_TYPE_LIST, &icon_image, &text, &animating);
194 SkBitmap icon_bitmap = icon_image.GetRepresentation(
197 if (!icon_image.isNull())
  /external/chromium_org/chrome/browser/extensions/api/system_indicator/
system_indicator_manager.cc 112 gfx::ImageSkia icon_image = local
117 StatusTray::OTHER_ICON, icon_image, tool_tip);
  /external/chromium_org/ui/gfx/
icon_util.cc 563 ICONIMAGE* icon_image,
567 DCHECK(icon_image != NULL);
585 icon_image->icHeader.biSize = sizeof(BITMAPINFOHEADER);
590 icon_image->icHeader.biHeight = bitmap.height() * 2;
591 icon_image->icHeader.biWidth = bitmap.width();
592 icon_image->icHeader.biPlanes = 1;
593 icon_image->icHeader.biBitCount = 32;
610 unsigned char* image_addr = reinterpret_cast<unsigned char*>(icon_image);
icon_util.h 226 // |icon_image|.
230 ICONIMAGE* icon_image,
  /external/chromium/chrome/browser/speech/
speech_input_bubble.h 147 // Overridden by subclasses to copy |icon_image()| to the screen.
158 SkBitmap icon_image();
speech_input_bubble_gtk.cc 239 int diff_width = desired_width - icon_image().width();
240 int diff_height = desired_height - icon_image().height();
254 SkBitmap image = icon_image();
speech_input_bubble_views.cc 362 bubble_content_->UpdateLayout(display_mode(), message_text(), icon_image());
369 bubble_content_->SetImage(icon_image());
speech_input_bubble.cc 241 SkBitmap SpeechInputBubbleBase::icon_image() { function in class:SpeechInputBubbleBase
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble.h 153 // Overridden by subclasses to copy |icon_image()| to the screen.
160 gfx::ImageSkia icon_image();
speech_recognition_bubble.cc 276 gfx::ImageSkia SpeechRecognitionBubbleBase::icon_image() { function in class:SpeechRecognitionBubbleBase
  /external/chromium_org/chrome/browser/ui/gtk/
speech_recognition_bubble_gtk.cc 262 int diff_width = desired_width - icon_image().width();
263 int diff_height = desired_height - icon_image().height();
277 gfx::ImageSkia image = icon_image();
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc 223 gfx::ImageSkia* icon_image = GetIcon( local
228 status_icon_->SetImage(*icon_image);
233 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);
  /external/chromium_org/chrome/browser/ui/views/
speech_recognition_bubble_views.cc 395 bubble_->UpdateLayout(display_mode(), message_text(), icon_image());
400 bubble_->SetImage(icon_image());

Completed in 605 milliseconds