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

/external/chromium_org/content/browser/speech/
H A Dgoogle_streaming_remote_engine_unittest.cc290 proto::SpeechRecognitionEvent proto_event; local
291 proto_event.set_status(proto::SpeechRecognitionEvent::STATUS_SUCCESS);
292 proto::SpeechRecognitionResult* proto_result = proto_event.add_result();
297 ProvideMockProtoResultDownstream(proto_event);
416 proto::SpeechRecognitionEvent proto_event; local
417 proto_event.set_status(proto::SpeechRecognitionEvent::STATUS_SUCCESS);
418 proto::SpeechRecognitionResult* proto_result = proto_event.add_result();
427 ProvideMockProtoResultDownstream(proto_event);

Completed in 56 milliseconds