/external/chromium_org/net/quic/ |
quic_config.cc | 53 string* error_details) const { 54 DCHECK(error_details != NULL); 59 *error_details = "Missing " + QuicUtils::TagToString(tag_); 68 *error_details = "Bad " + QuicUtils::TagToString(tag_); 76 string* error_details) { 78 DCHECK(error_details != NULL); 80 QuicErrorCode error = ReadUint32(client_hello, &value, error_details); 93 string* error_details) { 95 DCHECK(error_details != NULL); 97 QuicErrorCode error = ReadUint32(server_hello, &value, error_details); [all...] |
quic_config.h | 65 std::string* error_details); 72 std::string* error_details); 80 std::string* error_details) const; 110 std::string* error_details); 116 std::string* error_details); 125 std::string* error_details) const; 184 // the corresponding QuicErrorCode and sets detailed error in |error_details|. 186 std::string* error_details); 189 // the corresponding QuicErrorCode and sets detailed error in |error_details|. 191 std::string* error_details); [all...] |
quic_config_test.cc | 88 string error_details; local 89 const QuicErrorCode error = config_.ProcessClientHello(msg, &error_details); 121 string error_details; local 122 const QuicErrorCode error = config_.ProcessServerHello(msg, &error_details); 142 string error_details; local 143 const QuicErrorCode error = config_.ProcessClientHello(msg, &error_details); 152 string error_details; local 153 const QuicErrorCode error = config_.ProcessServerHello(msg, &error_details); 165 string error_details; local 166 const QuicErrorCode error = config_.ProcessServerHello(msg, &error_details); 179 string error_details; local 192 string error_details; local [all...] |
quic_crypto_client_stream.cc | 46 const string& error_details, 53 stream_->verify_error_details_ = error_details; 150 string error_details; local 207 &error_details); 212 CloseConnectionWithDetails(error, error_details); 257 &crypto_negotiated_params_, &error_details); 259 CloseConnectionWithDetails(error, error_details); 357 cached, &crypto_negotiated_params_, &error_details); 361 error, "Server hello invalid: " + error_details); 364 error = session()->config()->ProcessServerHello(*in, &error_details); [all...] |
quic_crypto_server_stream.cc | 71 string error_details; local 74 message, result, &reply, &error_details); 77 CloseConnectionWithDetails(error, error_details); 88 error = config->ProcessClientHello(message, &error_details); 90 CloseConnectionWithDetails(error, error_details); 161 string* error_details) { 170 &crypto_negotiated_params_, reply, error_details);
|
quic_crypto_server_stream.h | 46 std::string* error_details);
|
quic_crypto_client_stream.h | 62 const string& error_details,
|
/external/chromium_org/net/quic/crypto/ |
proof_verifier.h | 34 // and |*error_details| is unused. Otherwise, |*error_details| contains a 39 const std::string& error_details, 61 // SUCCESS. On failure, it returns ERROR and sets |*error_details| to a 77 std::string* error_details,
|
quic_crypto_client_config.cc | 78 StringPiece server_config, QuicWallTime now, string* error_details) { 94 *error_details = "SCFG invalid"; 100 *error_details = "SCFG missing EXPY"; 105 *error_details = "SCFG has expired"; 304 string* error_details) const { 305 DCHECK(error_details != NULL); 314 *error_details = "Handshake not ready"; 320 *error_details = "SCFG missing SCID"; 332 *error_details = "Missing AEAD or KEXS"; 344 *error_details = "Unsupported AEAD or KEXS" [all...] |
proof_verifier_chromium.cc | 49 std::string* error_details, 52 DCHECK(error_details); 57 error_details->clear(); 61 *error_details = "Certificate is already set and VerifyProof has begun"; 62 DLOG(WARNING) << *error_details; 69 *error_details = "Failed to create certificate chain. Certs are empty."; 70 DLOG(WARNING) << *error_details; 83 *error_details = "Failed to create certificate chain"; 84 DLOG(WARNING) << *error_details; 93 *error_details = "Failed to verify signature of server config" [all...] |
quic_crypto_client_config.h | 48 std::string* error_details); 153 std::string* error_details) const; 165 std::string* error_details); 170 // then it puts an error message in |error_details| and returns an error 180 std::string* error_details);
|
proof_test.cc | 39 string error_details, signature, first_signature; 54 &error_details, &cert_verify_result, 58 ASSERT_EQ("", error_details); 62 &error_details, &cert_verify_result, 66 ASSERT_NE("", error_details); 69 *certs, signature, &error_details, 73 ASSERT_NE("", error_details); 77 corrupt_signature, &error_details, 81 ASSERT_NE("", error_details); 88 &error_details, &cert_verify_result 134 std::string error_details; local [all...] |
quic_crypto_server_config.cc | 81 string error_details; member in struct:net::ValidateClientHelloResultCallback::Result 98 void ValidationComplete(QuicErrorCode error_code, const char* error_details) { 100 result_->error_details = error_details; 437 result->error_details = "No configurations loaded"; 465 string* error_details) const { 466 DCHECK(error_details); 486 *error_details = "Downgrade attack detected"; 503 *error_details = "No configurations loaded"; 526 *error_details = validate_chlo_result.error_details [all...] |
proof_verifier_chromium.h | 46 std::string* error_details,
|
crypto_server_test.cc | 139 string error_details; local 143 ¶ms_, &out_, &error_details); 147 << "Message failed with error " << error_details << ": " 153 EXPECT_TRUE(error_details.find(error_substr) != string::npos) 154 << error_substr << " not in " << error_details; local
|
/external/chromium/chrome/browser/policy/ |
policy_notifier.h | 36 ErrorDetails error_details, 43 CloudPolicySubsystem::ErrorDetails error_details() const { function in class:policy::PolicyNotifier
|
cloud_policy_subsystem.h | 60 ErrorDetails error_details) = 0; 92 ErrorDetails error_details();
|
policy_notifier.cc | 30 ErrorDetails error_details, 33 component_error_details_[source] = error_details;
|
cloud_policy_cache_base.h | 104 CloudPolicySubsystem::ErrorDetails error_details);
|
cloud_policy_cache_base.cc | 180 CloudPolicySubsystem::ErrorDetails error_details) { 184 notifier_->Inform(state, error_details, PolicyNotifier::POLICY_CACHE);
|
cloud_policy_subsystem.cc | 121 CloudPolicySubsystem::ErrorDetails CloudPolicySubsystem::error_details() { function in class:policy::CloudPolicySubsystem 122 return notifier_->error_details();
|
/external/chromium_org/chrome/tools/profile_reset/ |
jtl_compiler.cc | 203 CompileError* error_details) { 216 if (error_details) { 217 error_details->context = ""; // No meaningful intra-line context here. 218 error_details->line_number = mismatched_quotes_line; 219 error_details->error_code = CompileError::MISMATCHED_DOUBLE_QUOTES; 231 if (error_details) { 232 error_details->context = parser.GetLastContext(); 233 error_details->line_number = parser.GetLastLineNumber(); 234 error_details->error_code = CompileError::PARSING_ERROR; 241 if (error_details) { [all...] |
/external/chromium_org/net/quic/test_tools/ |
mock_crypto_client_stream.cc | 78 string error_details; local 80 session()->config()->ProcessClientHello(msg, &error_details);
|
/external/chromium/chrome/browser/chromeos/login/ |
enterprise_enrollment_screen.h | 77 policy::CloudPolicySubsystem::ErrorDetails error_details) OVERRIDE;
|
/external/chromium_org/chrome/browser/translate/ |
translate_manager.cc | 627 TranslateErrorDetails error_details; local 628 error_details.time = base::Time::Now(); 629 error_details.url = web_contents->GetLastCommittedURL(); 630 error_details.error = details->error_type; 631 NotifyTranslateError(error_details); 694 TranslateErrorDetails error_details; local 695 error_details.time = base::Time::Now(); 696 error_details.url = entry->GetURL(); 697 error_details.error = TranslateErrors::NETWORK; 698 NotifyTranslateError(error_details); [all...] |