OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MockSpeechSynthesisLibrary
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/chromeos/cros/
mock_speech_synthesis_library.h
14
class
MockSpeechSynthesisLibrary
: public SpeechSynthesisLibrary {
16
MockSpeechSynthesisLibrary
() {}
17
virtual ~
MockSpeechSynthesisLibrary
() {}
cros_mock.h
22
class
MockSpeechSynthesisLibrary
;
62
MockSpeechSynthesisLibrary
* mock_speech_synthesis_library();
100
MockSpeechSynthesisLibrary
* mock_speech_synthesis_library_;
cros_mock.cc
121
new StrictMock<
MockSpeechSynthesisLibrary
>();
154
MockSpeechSynthesisLibrary
* CrosMock::mock_speech_synthesis_library() {
Completed in 29 milliseconds