Searched defs:GoogleStreamingRemoteEngine (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/speech/
H A Dgoogle_streaming_remote_engine.h47 class CONTENT_EXPORT GoogleStreamingRemoteEngine class in namespace:content
59 explicit GoogleStreamingRemoteEngine(net::URLRequestContextGetter* context);
60 virtual ~GoogleStreamingRemoteEngine();
156 DISALLOW_COPY_AND_ASSIGN(GoogleStreamingRemoteEngine);
H A Dgoogle_streaming_remote_engine.cc88 const int GoogleStreamingRemoteEngine::kAudioPacketIntervalMs = 100;
89 const int GoogleStreamingRemoteEngine::kUpstreamUrlFetcherIdForTesting = 0;
90 const int GoogleStreamingRemoteEngine::kDownstreamUrlFetcherIdForTesting = 1;
91 const int GoogleStreamingRemoteEngine::kWebserviceStatusNoError = 0;
92 const int GoogleStreamingRemoteEngine::kWebserviceStatusErrorNoMatch = 5;
94 GoogleStreamingRemoteEngine::GoogleStreamingRemoteEngine( function in class:content::GoogleStreamingRemoteEngine
102 GoogleStreamingRemoteEngine::~GoogleStreamingRemoteEngine() {}
104 void GoogleStreamingRemoteEngine
[all...]

Completed in 70 milliseconds