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

  /external/chromium/chrome/common/net/
http_return.h 12 RC_REQUEST_OK = 200,
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator_unittest.cc 27 *response_code = RC_REQUEST_OK;
gaia_oauth_client_unittest.cc 44 if ((response_code_ != RC_REQUEST_OK) && (max_failure_count_ != -1) &&
46 response_code_ = RC_REQUEST_OK;
50 if (response_code_ != RC_REQUEST_OK) {
75 : response_code_(RC_REQUEST_OK) {}
gaia_auth_fetcher_unittest.cc 44 http_code = RC_REQUEST_OK;
260 RC_REQUEST_OK,
276 RC_REQUEST_OK,
443 RC_REQUEST_OK,
468 RC_REQUEST_OK,
gaia_authenticator.cc 186 } else if (RC_REQUEST_OK == server_response_code) {
231 } else if (RC_REQUEST_OK == server_response_code) {
283 } else if (RC_REQUEST_OK == server_response_code) {
gaia_auth_fetcher.cc 369 if (status.is_success() && response_code == RC_REQUEST_OK) {
386 if (status.is_success() && response_code == RC_REQUEST_OK) {
404 if (status.is_success() && response_code == RC_REQUEST_OK) {
gaia_oauth_client.cc 156 if (response_code == RC_REQUEST_OK) {
  /external/chromium/chrome/browser/chromeos/login/
mock_url_fetchers.cc 85 RC_REQUEST_OK,
106 RC_REQUEST_OK,
178 int response_code = RC_REQUEST_OK;
  /external/chromium/chrome/browser/remoting/
directory_add_request.cc 86 case RC_REQUEST_OK:
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.cc 46 if (RC_REQUEST_OK != response->response_code) {
181 if (!ok || RC_REQUEST_OK != params->response->response_code) {
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.cc 311 if (status.is_success() && RC_REQUEST_OK == response_code) {
344 if (status.is_success() && RC_REQUEST_OK == response_code &&

Completed in 472 milliseconds