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

  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine_unittest.cc 106 ASSERT_TRUE(engine_under_test_->IsRecognitionPending());
121 ASSERT_TRUE(engine_under_test_->IsRecognitionPending());
125 ASSERT_FALSE(engine_under_test_->IsRecognitionPending());
150 ASSERT_TRUE(engine_under_test_->IsRecognitionPending());
156 ASSERT_TRUE(engine_under_test_->IsRecognitionPending());
167 ASSERT_TRUE(engine_under_test_->IsRecognitionPending());
171 ASSERT_FALSE(engine_under_test_->IsRecognitionPending());
194 ASSERT_TRUE(engine_under_test_->IsRecognitionPending());
199 ASSERT_TRUE(engine_under_test_->IsRecognitionPending());
208 ASSERT_FALSE(engine_under_test_->IsRecognitionPending());
    [all...]
google_one_shot_remote_engine.h 44 virtual bool IsRecognitionPending() const OVERRIDE;
speech_recognition_engine.h 89 virtual bool IsRecognitionPending() const = 0;
google_streaming_remote_engine.h 68 virtual bool IsRecognitionPending() const OVERRIDE;
google_one_shot_remote_engine.cc 291 bool GoogleOneShotRemoteEngine::IsRecognitionPending() const {
google_streaming_remote_engine.cc 195 bool GoogleStreamingRemoteEngine::IsRecognitionPending() const {

Completed in 51 milliseconds