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

  /external/chromium/chrome/browser/chromeos/cros/
cros_mock.cc 44 mock_speech_synthesis_library_(NULL),
118 if (mock_speech_synthesis_library_)
120 mock_speech_synthesis_library_ =
122 test_api()->SetSpeechSynthesisLibrary(mock_speech_synthesis_library_, true);
155 return mock_speech_synthesis_library_;
355 EXPECT_CALL(*mock_speech_synthesis_library_, StopSpeaking())
358 EXPECT_CALL(*mock_speech_synthesis_library_, Speak(_))
361 EXPECT_CALL(*mock_speech_synthesis_library_, IsSpeaking())
364 EXPECT_CALL(*mock_speech_synthesis_library_, StopSpeaking())
367 EXPECT_CALL(*mock_speech_synthesis_library_, Speak(_)
    [all...]
cros_mock.h 100 MockSpeechSynthesisLibrary* mock_speech_synthesis_library_; member in class:chromeos::CrosMock

Completed in 26 milliseconds