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

  /external/chromium/chrome/browser/speech/
speech_input_bubble.h 184 scoped_ptr<SkBitmap> icon_image_; member in class:SpeechInputBubbleBase
speech_input_bubble.cc 237 icon_image_.reset(new SkBitmap(image));
242 return (icon_image_ != NULL) ? *icon_image_ : SkBitmap();

Completed in 36 milliseconds