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

  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.h 26 class CONTENT_EXPORT GoogleOneShotRemoteEngine
35 explicit GoogleOneShotRemoteEngine(net::URLRequestContextGetter* context);
36 virtual ~GoogleOneShotRemoteEngine();
56 DISALLOW_COPY_AND_ASSIGN(GoogleOneShotRemoteEngine);
google_one_shot_remote_engine.cc 148 const int GoogleOneShotRemoteEngine::kAudioPacketIntervalMs = 100;
149 int GoogleOneShotRemoteEngine::url_fetcher_id_for_tests = 0;
151 GoogleOneShotRemoteEngine::GoogleOneShotRemoteEngine(
156 GoogleOneShotRemoteEngine::~GoogleOneShotRemoteEngine() {}
158 void GoogleOneShotRemoteEngine::SetConfig(
163 void GoogleOneShotRemoteEngine::StartRecognition() {
175 // TODO(pauljensen): GoogleOneShotRemoteEngine should be constructed with
231 void GoogleOneShotRemoteEngine::EndRecognition()
    [all...]
google_one_shot_remote_engine_unittest.cc 54 GoogleOneShotRemoteEngine client(NULL);
speech_recognizer_impl_unittest.cc 49 new GoogleOneShotRemoteEngine(NULL /* URLRequestContextGetter */);
66 GoogleOneShotRemoteEngine::kAudioPacketIntervalMs *
416 GoogleOneShotRemoteEngine::kAudioPacketIntervalMs + 1;
443 GoogleOneShotRemoteEngine::kAudioPacketIntervalMs;
480 GoogleOneShotRemoteEngine::kAudioPacketIntervalMs;
speech_recognition_manager_impl.cc 139 new GoogleOneShotRemoteEngine(config.url_request_context_getter.get());

Completed in 98 milliseconds