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

  /external/chromium/chrome/browser/speech/
speech_input_bubble.h 165 void DrawVolumeOverlay(SkCanvas* canvas,
speech_input_bubble.cc 194 void SpeechInputBubbleBase::DrawVolumeOverlay(SkCanvas* canvas,
226 DrawVolumeOverlay(&canvas, *g_images.Get().mic_full(), volume);
227 DrawVolumeOverlay(&canvas, *g_images.Get().mic_noise(), noise_volume);
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble.h 167 void DrawVolumeOverlay(SkCanvas* canvas,
speech_recognition_bubble.cc 223 void SpeechRecognitionBubbleBase::DrawVolumeOverlay(SkCanvas* canvas,
260 DrawVolumeOverlay(&canvas, *g_images.Get().mic_full(), volume);
261 DrawVolumeOverlay(&canvas, *g_images.Get().mic_noise(), noise_volume);

Completed in 213 milliseconds