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

  /external/chromium/chrome/browser/speech/
speech_input_bubble.cc 29 SkBitmap* mic_empty() { return mic_empty_; } function in class:__anon4851::SpeechInputBubbleImages
125 g_images.Get().mic_empty()->width(),
126 g_images.Get().mic_empty()->height());
131 g_images.Get().mic_empty()->width(),
132 g_images.Get().mic_empty()->height());
225 canvas.drawBitmap(*g_images.Get().mic_empty(), 0, 0);
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble.cc 37 gfx::ImageSkia* mic_empty() const { return mic_empty_; } function in class:__anon8156::SpeechRecognitionBubbleImages
152 g_images.Get().mic_empty()->GetRepresentation(scale_factor_);
258 g_images.Get().mic_empty()->GetRepresentation(scale_factor_).sk_bitmap(),

Completed in 61 milliseconds