HomeSort by relevance Sort by last modified time
    Searched full:result_code_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/proxy/
proxy_script_fetcher_impl.cc 82 result_code_(OK),
110 // Use |result_code_| as the request's error if we have already set it to
112 if (result_code_ == OK && !request->status().is_success())
113 result_code_ = request->status().os_error();
183 result_code_ = ERR_NOT_IMPLEMENTED;
193 result_code_ = cert_error;
212 result_code_ = ERR_PAC_STATUS_NOT_OK;
266 result_code_ = ERR_FILE_TOO_BIG;
276 if (result_code_ == OK) {
286 int result_code = result_code_;
    [all...]
proxy_script_fetcher_impl.h 105 int result_code_; member in class:net::ProxyScriptFetcherImpl

Completed in 660 milliseconds