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

  /external/chromium/chrome/browser/chromeos/login/
auth_response_handler.cc 9 const int kHttpSuccess = 200;
auth_response_handler.h 18 extern const int kHttpSuccess;
cookie_fetcher.cc 41 if (status.is_success() && response_code == kHttpSuccess) {
cookie_fetcher_unittest.cc 52 new MockAuthResponseHandler(iat_url_, status, kHttpSuccess, token_);
54 new MockAuthResponseHandler(ta_url_, status, kHttpSuccess, std::string());
78 new MockAuthResponseHandler(iat_url_, failed, kHttpSuccess, token_);
81 new MockAuthResponseHandler(ta_url_, failed, kHttpSuccess, std::string());
101 new MockAuthResponseHandler(iat_url_, success, kHttpSuccess, token_);
151 kHttpSuccess,

Completed in 39 milliseconds