Home
last modified time | relevance | path

Searched refs:icon_image_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/speech/
Dspeech_input_bubble.cc237 icon_image_.reset(new SkBitmap(image)); in SetImage()
242 return (icon_image_ != NULL) ? *icon_image_ : SkBitmap(); in icon_image()
Dspeech_input_bubble.h184 scoped_ptr<SkBitmap> icon_image_; variable