Lines Matching refs:MockHttpFetcher
35 MockHttpFetcher::~MockHttpFetcher() { in ~MockHttpFetcher()
40 void MockHttpFetcher::BeginTransfer(const std::string& url) { in BeginTransfer()
51 void MockHttpFetcher::SendData(bool skip_delivery) { in SendData()
68 base::Bind(&MockHttpFetcher::TimeoutCallback, base::Unretained(this)), in SendData()
85 void MockHttpFetcher::TimeoutCallback() { in TimeoutCallback()
95 void MockHttpFetcher::TerminateTransfer() { in TerminateTransfer()
108 void MockHttpFetcher::SetHeader(const std::string& header_name, in SetHeader()
113 std::string MockHttpFetcher::GetHeader(const std::string& header_name) const { in GetHeader()
120 void MockHttpFetcher::Pause() { in Pause()
127 void MockHttpFetcher::Unpause() { in Unpause()
133 void MockHttpFetcher::FailTransfer(int http_response_code) { in FailTransfer()
138 void MockHttpFetcher::SignalTransferComplete() { in SignalTransferComplete()