HomeSort by relevance Sort by last modified time
    Searched defs:ReceivedContentWasMalformed (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/url_request/
url_request_throttler_entry.cc 241 void URLRequestThrottlerEntry::ReceivedContentWasMalformed(int response_code) {
244 // call to ReceivedContentWasMalformed() and one call to
url_fetcher_impl.cc 175 void URLFetcherImpl::ReceivedContentWasMalformed() {
176 core_->ReceivedContentWasMalformed();
test_url_fetcher_factory.cc 230 void TestURLFetcher::ReceivedContentWasMalformed() {
url_fetcher_core.cc 329 void URLFetcherCore::ReceivedContentWasMalformed() {
687 // call the |ReceivedContentWasMalformed()| function (which ends up
693 url_throttler_entry_->ReceivedContentWasMalformed(status_code);

Completed in 164 milliseconds