MockGoogleStreamingServer 33 content/browser/speech/speech_recognition_browsertest.cc public MockGoogleStreamingServer::Delegate, MockGoogleStreamingServer 86 content/browser/speech/speech_recognition_browsertest.cc mock_streaming_server_->MockGoogleStreamingServer::SimulateResult( MockGoogleStreamingServer 110 content/browser/speech/speech_recognition_browsertest.cc mock_streaming_server_.reset(new MockGoogleStreamingServer(this)); MockGoogleStreamingServer 180 content/browser/speech/speech_recognition_browsertest.cc scoped_ptr<MockGoogleStreamingServer> mock_streaming_server_; MockGoogleStreamingServer 25 content/test/mock_google_streaming_server.cc MockGoogleStreamingServer::MockGoogleStreamingServer(Delegate* delegate) MockGoogleStreamingServer 34 content/test/mock_google_streaming_server.cc MockGoogleStreamingServer::~MockGoogleStreamingServer() { MockGoogleStreamingServer 37 content/test/mock_google_streaming_server.cc void MockGoogleStreamingServer::OnRequestStart(int fetcher_id) { MockGoogleStreamingServer 70 content/test/mock_google_streaming_server.cc void MockGoogleStreamingServer::OnChunkUpload(int fetcher_id) { MockGoogleStreamingServer 78 content/test/mock_google_streaming_server.cc void MockGoogleStreamingServer::OnRequestEnd(int fetcher_id) { MockGoogleStreamingServer 85 content/test/mock_google_streaming_server.cc void MockGoogleStreamingServer::SimulateResult( MockGoogleStreamingServer 110 content/test/mock_google_streaming_server.cc void MockGoogleStreamingServer::SimulateServerFailure() { MockGoogleStreamingServer 114 content/test/mock_google_streaming_server.cc void MockGoogleStreamingServer::SimulateMalformedResponse() { MockGoogleStreamingServer 120 content/test/mock_google_streaming_server.cc const std::string& MockGoogleStreamingServer::GetRequestLanguage() const { MockGoogleStreamingServer 124 content/test/mock_google_streaming_server.cc const std::string& MockGoogleStreamingServer::GetRequestGrammar() const { MockGoogleStreamingServer 128 content/test/mock_google_streaming_server.cc void MockGoogleStreamingServer::SimulateServerResponse( MockGoogleStreamingServer 142 content/test/mock_google_streaming_server.cc net::TestURLFetcher* MockGoogleStreamingServer::GetURLFetcher( MockGoogleStreamingServer 21 content/test/mock_google_streaming_server.h class MockGoogleStreamingServer : public net::TestURLFetcherDelegateForTests { MockGoogleStreamingServer 31 content/test/mock_google_streaming_server.h explicit MockGoogleStreamingServer(Delegate* delegate); MockGoogleStreamingServer 32 content/test/mock_google_streaming_server.h virtual ~MockGoogleStreamingServer(); MockGoogleStreamingServer 62 content/test/mock_google_streaming_server.h DISALLOW_COPY_AND_ASSIGN(MockGoogleStreamingServer);