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

  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
ResultCodes.template 9 RESULT_CODE_ ## label = value;
  /external/chromium_org/content/public/common/
result_codes.h 12 #define RESULT_CODE(label, value) RESULT_CODE_ ## label = value,
  /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
  /external/chromium_org/net/proxy/
proxy_script_fetcher_impl.cc 81 result_code_(OK),
109 // Use |result_code_| as the request's error if we have already set it to
111 if (result_code_ == OK && !request->status().is_success())
112 result_code_ = request->status().error();
186 result_code_ = ERR_NOT_IMPLEMENTED;
201 result_code_ = MapCertStatusToNetError(ssl_info.cert_status);
220 result_code_ = ERR_PAC_STATUS_NOT_OK;
274 result_code_ = ERR_FILE_TOO_BIG;
284 if (result_code_ == OK) {
294 int result_code = result_code_;
    [all...]
proxy_script_fetcher_impl.h 107 int result_code_; member in class:net::ProxyScriptFetcherImpl
  /external/chromium_org/net/test/spawned_test_server/
spawner_communicator.cc 40 result_code_(result_code),
44 *result_code_ = OK;
57 bool IsResultOK() const { return *result_code_ == OK; }
61 void SetResultCode(int result_code) { *result_code_ = result_code; }
86 int* result_code_; member in class:net::__anon11462::SpawnerRequestData
  /external/chromium_org/content/browser/
browser_main_loop.h 80 int GetResultCode() const { return result_code_; }
115 int result_code_; member in class:content::BrowserMainLoop
browser_main_loop.cc 313 result_code_(RESULT_CODE_NORMAL_EXIT),
505 result_code_ = parts_->PreCreateThreads();
525 return result_code_;
648 return result_code_;
662 return result_code_;
670 ran_main_loop = parts_->MainMessageLoopRun(&result_code_);
904 return result_code_;
    [all...]
  /external/chromium_org/chrome/browser/
chrome_browser_main.h 136 int result_code_; member in class:ChromeBrowserMainParts
chrome_browser_main.cc 543 result_code_(content::RESULT_CODE_NORMAL_EXIT),
798 result_code_ = PreCreateThreadsImpl();
805 if (result_code_ == 0) {
810 return result_code_;
    [all...]

Completed in 1872 milliseconds