OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proto_event
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/test/
mock_google_streaming_server.cc
87
proto::SpeechRecognitionEvent
proto_event
;
local
88
proto_event
.set_status(proto::SpeechRecognitionEvent::STATUS_SUCCESS);
89
proto::SpeechRecognitionResult* proto_result =
proto_event
.add_result();
100
proto_event
.SerializeToString(&msg_string);
/external/chromium_org/content/browser/speech/
google_streaming_remote_engine_unittest.cc
293
proto::SpeechRecognitionEvent
proto_event
;
local
294
proto_event
.set_status(proto::SpeechRecognitionEvent::STATUS_SUCCESS);
295
proto::SpeechRecognitionResult* proto_result =
proto_event
.add_result();
300
ProvideMockProtoResultDownstream(
proto_event
);
419
proto::SpeechRecognitionEvent
proto_event
;
local
420
proto_event
.set_status(proto::SpeechRecognitionEvent::STATUS_SUCCESS);
421
proto::SpeechRecognitionResult* proto_result =
proto_event
.add_result();
430
ProvideMockProtoResultDownstream(
proto_event
);
Completed in 30 milliseconds