Home
last modified time | relevance | path

Searched refs:indicator_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/app_list/views/
Dspeech_view.cc133 indicator_ = new SoundLevelIndicator(); in SpeechView()
134 indicator_->SetVisible(false); in SpeechView()
135 container->AddChildView(indicator_); in SpeechView()
218 if (indicator_->visible()) { in OnSpeechSoundLevelChanged()
219 indicator_animator_->AnimateViewTo(indicator_, indicator_bounds); in OnSpeechSoundLevelChanged()
221 indicator_->SetVisible(true); in OnSpeechSoundLevelChanged()
222 indicator_->SetBoundsRect(indicator_bounds); in OnSpeechSoundLevelChanged()
244 indicator_->SetVisible(false); in OnSpeechRecognitionStateChanged()
Dspeech_view.h59 views::View* indicator_; variable
/external/chromium_org/chromeos/ime/
Dinput_method_descriptor.h35 const std::string& indicator() const { return indicator_; } in indicator()
68 std::string indicator_; variable
Dinput_method_descriptor.cc29 indicator_(indicator), in InputMethodDescriptor()
/external/chromium_org/chrome/browser/media/
Dmedia_stream_capture_indicator.cc137 indicator_(indicator), in WebContentsDeviceUsage()
160 indicator_->UnregisterWebContents(web_contents()); in WebContentsDestroyed()
164 scoped_refptr<MediaStreamCaptureIndicator> indicator_; member in MediaStreamCaptureIndicator::WebContentsDeviceUsage
240 indicator_->UpdateNotificationUserInterface(); in AddDevices()
264 indicator_->UpdateNotificationUserInterface(); in RemoveDevices()