Searched refs:should_send_fake_response_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/public/test/
H A Dfake_speech_recognition_manager.h33 should_send_fake_response_ = send;
37 return should_send_fake_response_;
74 bool should_send_fake_response_; member in class:content::FakeSpeechRecognitionManager
H A Dfake_speech_recognition_manager.cc30 should_send_fake_response_(true) {
67 if (should_send_fake_response_) {
104 EXPECT_TRUE(should_send_fake_response_ ||

Completed in 808 milliseconds