GoogleOneShotRemoteEngine  148 content/browser/speech/google_one_shot_remote_engine.cc const int GoogleOneShotRemoteEngine::kAudioPacketIntervalMs = 100;
GoogleOneShotRemoteEngine  149 content/browser/speech/google_one_shot_remote_engine.cc int GoogleOneShotRemoteEngine::url_fetcher_id_for_tests = 0;
GoogleOneShotRemoteEngine  151 content/browser/speech/google_one_shot_remote_engine.cc GoogleOneShotRemoteEngine::GoogleOneShotRemoteEngine(
GoogleOneShotRemoteEngine  156 content/browser/speech/google_one_shot_remote_engine.cc GoogleOneShotRemoteEngine::~GoogleOneShotRemoteEngine() {}
GoogleOneShotRemoteEngine  158 content/browser/speech/google_one_shot_remote_engine.cc void GoogleOneShotRemoteEngine::SetConfig(
GoogleOneShotRemoteEngine  163 content/browser/speech/google_one_shot_remote_engine.cc void GoogleOneShotRemoteEngine::StartRecognition() {
GoogleOneShotRemoteEngine  231 content/browser/speech/google_one_shot_remote_engine.cc void GoogleOneShotRemoteEngine::EndRecognition() {
GoogleOneShotRemoteEngine  235 content/browser/speech/google_one_shot_remote_engine.cc void GoogleOneShotRemoteEngine::TakeAudioChunk(const AudioChunk& data) {
GoogleOneShotRemoteEngine  244 content/browser/speech/google_one_shot_remote_engine.cc void GoogleOneShotRemoteEngine::AudioChunksEnded() {
GoogleOneShotRemoteEngine  266 content/browser/speech/google_one_shot_remote_engine.cc void GoogleOneShotRemoteEngine::OnURLFetchComplete(
GoogleOneShotRemoteEngine  291 content/browser/speech/google_one_shot_remote_engine.cc bool GoogleOneShotRemoteEngine::IsRecognitionPending() const {
GoogleOneShotRemoteEngine  295 content/browser/speech/google_one_shot_remote_engine.cc int GoogleOneShotRemoteEngine::GetDesiredAudioChunkDurationMs() const {
GoogleOneShotRemoteEngine   26 content/browser/speech/google_one_shot_remote_engine.h class CONTENT_EXPORT GoogleOneShotRemoteEngine
GoogleOneShotRemoteEngine   35 content/browser/speech/google_one_shot_remote_engine.h   explicit GoogleOneShotRemoteEngine(net::URLRequestContextGetter* context);
GoogleOneShotRemoteEngine   36 content/browser/speech/google_one_shot_remote_engine.h   virtual ~GoogleOneShotRemoteEngine();
GoogleOneShotRemoteEngine   56 content/browser/speech/google_one_shot_remote_engine.h   DISALLOW_COPY_AND_ASSIGN(GoogleOneShotRemoteEngine);
GoogleOneShotRemoteEngine   54 content/browser/speech/google_one_shot_remote_engine_unittest.cc   GoogleOneShotRemoteEngine client(NULL);
GoogleOneShotRemoteEngine  139 content/browser/speech/speech_recognition_manager_impl.cc         new GoogleOneShotRemoteEngine(config.url_request_context_getter.get());
GoogleOneShotRemoteEngine   48 content/browser/speech/speech_recognizer_impl_unittest.cc         new GoogleOneShotRemoteEngine(NULL /* URLRequestContextGetter */);
GoogleOneShotRemoteEngine   65 content/browser/speech/speech_recognizer_impl_unittest.cc          GoogleOneShotRemoteEngine::kAudioPacketIntervalMs *
GoogleOneShotRemoteEngine  403 content/browser/speech/speech_recognizer_impl_unittest.cc                      GoogleOneShotRemoteEngine::kAudioPacketIntervalMs + 1;
GoogleOneShotRemoteEngine  431 content/browser/speech/speech_recognizer_impl_unittest.cc                      GoogleOneShotRemoteEngine::kAudioPacketIntervalMs;
GoogleOneShotRemoteEngine  470 content/browser/speech/speech_recognizer_impl_unittest.cc                     GoogleOneShotRemoteEngine::kAudioPacketIntervalMs;