Searched refs:error_details (Results 26 - 50 of 69) sorted by relevance

123

/external/chromium_org/net/spdy/fuzzing/
H A Dhpack_fuzz_mutator.cc60 CHECK(file_out.IsValid()) << file_out.error_details();
/external/chromium_org/net/quic/crypto/
H A Dproof_test.cc36 string* error_details)
39 error_details_(error_details) {}
42 const string& error_details,
45 *error_details_ = error_details;
67 string error_details; local
71 new TestProofVerifierCallback(&comp_callback, &ok, &error_details);
75 &error_details, &details, callback);
81 ASSERT_NE("", error_details);
86 ASSERT_EQ("", error_details);
120 string error_details, signatur local
34 TestProofVerifierCallback(TestCompletionCallback* comp_callback, bool* ok, string* error_details) argument
[all...]
H A Dcrypto_server_test.cc230 string error_details; local
234 &params_, &out_, &error_details);
238 << "Message failed with error " << error_details << ": "
244 EXPECT_TRUE(error_details.find(error_substr) != string::npos)
245 << error_substr << " not in " << error_details; local
H A Dquic_crypto_client_config_test.cc125 string error_details; local
138 &error_details);
H A Dquic_crypto_server_config.h202 // error_details: used to store a string describing any error.
213 std::string* error_details) const;
/external/chromium_org/base/files/
H A Dscoped_temp_dir_unittest.cc104 EXPECT_EQ(base::File::FILE_OK, file.error_details());
H A Dfile_proxy.cc97 error_ = file_.IsValid() ? File::FILE_OK : file_.error_details();
135 error_ = file_.error_details();
/external/chromium_org/net/quic/
H A Dquic_crypto_client_stream.h85 const string& error_details,
H A Dquic_framer.cc1550 StringPiece error_details; local
1551 if (!reader_->ReadStringPiece16(&error_details)) {
1555 frame->error_details = error_details.as_string();
1575 StringPiece error_details; local
1576 if (!reader_->ReadStringPiece16(&error_details)) {
1580 frame->error_details = error_details.as_string();
1859 frame.rst_stream_frame->error_details.size();
1862 frame.connection_close_frame->error_details
[all...]
H A Dquic_protocol.cc464 << "error_details { " << rst_frame.error_details << " }\n";
471 << "error_details { " << connection_close_frame.error_details << " }\n";
H A Dquic_protocol.h778 std::string error_details; member in struct:net::QuicRstStreamFrame
794 std::string error_details; member in struct:net::QuicConnectionCloseFrame
/external/chromium_org/device/hid/
H A Dhid_connection_linux.cc41 base::File::Error file_error = device_file.error_details();
53 << base::File::ErrorToString(device_file.error_details());
H A Dhid_service_linux.cc169 << base::File::ErrorToString(device_file.error_details());
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_flash_file_message_filter.cc125 return ppapi::FileErrorToPepperError(file.error_details());
256 return ppapi::FileErrorToPepperError(file.error_details());
H A Dpepper_file_io_host.cc286 file.IsValid() ? base::File::FILE_OK : file.error_details();
/external/chromium_org/storage/browser/fileapi/
H A Dnative_file_util.cc155 base::File::Error error_code = file.error_details();
227 return file.error_details();
/external/chromium_org/content/child/webcrypto/test/
H A Dtest_helpers.cc45 << " Error details: " << status.error_details();
54 a.error_details() == b.error_details();
/external/chromium_org/device/test/
H A Dusb_test_gadget_impl.cc399 << base::File::ErrorToString(file.error_details());
410 << base::File::ErrorToString(file.error_details());
/external/chromium_org/chrome/browser/chromeos/system_logs/
H A Ddebug_log_writer.cc71 << "error: " << file->error_details();
/external/chromium_org/content/browser/appcache/
H A Dappcache_update_job.cc469 const AppCacheErrorDetails& error_details,
474 DCHECK(!error_details.message.empty());
479 CancelAllMasterEntryFetches(error_details);
480 NotifyAllError(error_details);
1322 const AppCacheErrorDetails& error_details) {
1358 host_notifier.SendErrorNotifications(error_details);
468 HandleCacheFailure( const AppCacheErrorDetails& error_details, ResultType result, const GURL& failed_resource_url) argument
1321 CancelAllMasterEntryFetches( const AppCacheErrorDetails& error_details) argument
/external/chromium_org/content/browser/download/
H A Dbase_file.cc268 net::FileErrorToNetError(file_.error_details()));
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_packet_maker.cc116 close.error_details = "Time to panic!";
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_synchronous_entry.cc727 *out_error = files_[file_index].error_details();
752 *out_error = files_[file_index].error_details();
1192 return sparse_file_.error_details() == File::FILE_ERROR_NOT_FOUND;
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dprovider_async_file_util_unittest.cc56 result_.reset(new base::File::Error(file.error_details()));
/external/chromium_org/content/browser/fileapi/
H A Dlocal_file_util_unittest.cc161 EXPECT_EQ(base::File::FILE_ERROR_NOT_FOUND, file.error_details());

Completed in 443 milliseconds

123