Searched refs:GetResponseCode (Results 1 – 10 of 10) sorted by relevance
163 if (filter_context().GetResponseCode() == 404) { in ReadFilteredData()169 } else if (filter_context().GetResponseCode() != 200) { in ReadFilteredData()
65 virtual int GetResponseCode() const { return response_code_; } in GetResponseCode() function
94 virtual int GetResponseCode() const = 0;
44 virtual int GetResponseCode() const;
200 int URLRequest::GetResponseCode() { in GetResponseCode() function in URLRequest202 return job_->GetResponseCode(); in GetResponseCode()
215 virtual int GetResponseCode() const { return -1; } in GetResponseCode() function
215 int URLRequestHttpJob::GetResponseCode() const { in GetResponseCode() function in URLRequestHttpJob274 int code = GetResponseCode(); in NeedsAuth()
396 int GetResponseCode();
245 if (request->GetResponseCode() != 200) { in OnResponseStarted()
257 response_code_ = request_->GetResponseCode(); in OnResponseStarted()