Searched refs:error_message (Results 276 - 300 of 434) sorted by last modified time

<<1112131415161718

/external/chromium_org/chromeos/dbus/
H A Dnfc_client_unittest.cc331 const std::string& error_message));
H A Dnfc_device_client.cc89 std::string error_message = variable
93 LOG(ERROR) << error_message;
95 error_message);
101 std::string error_message = variable
103 LOG(ERROR) << error_message;
104 error_callback.Run(nfc_error::kInvalidArguments, error_message);
H A Dnfc_tag_client.cc92 std::string error_message = variable
95 LOG(ERROR) << error_message;
97 error_message);
103 std::string error_message = variable
105 LOG(ERROR) << error_message;
106 error_callback.Run(nfc_error::kInvalidArguments, error_message);
H A Dshill_client_helper.cc195 std::string error_message; local
200 reader.PopString(&error_message);
202 error_callback.Run(error_name, error_message);
H A Dshill_client_helper.h65 const std::string& error_message)> ErrorCallback;
H A Dshill_client_unittest_base.h86 const std::string& error_message));
H A Dshill_service_client.cc35 const std::string& error_message) {
39 error_name + ": " + error_message;
30 OnGetDictionaryError( const std::string& method_name, const dbus::ObjectPath& service_path, const ShillServiceClient::DictionaryValueCallback& callback, const std::string& error_name, const std::string& error_message) argument
/external/chromium_org/chromeos/network/
H A Dhost_resolver_impl_chromeos_unittest.cc30 const std::string& error_message) {
31 LOG(ERROR) << "Shill Error: " << error_name << " : " << error_message; local
29 ErrorCallbackFunction(const std::string& error_name, const std::string& error_message) argument
H A Dnetwork_cert_migrator.cc285 const std::string& error_message) {
291 error_message);
283 LogErrorAndNotifyNetworkStateHandler(const std::string& service_path, const std::string& error_name, const std::string& error_message) argument
H A Dnetwork_configuration_handler_unittest.cc72 const std::string& error_message) {
74 << error_message << ")"; local
71 DBusErrorCallback(const std::string& error_name, const std::string& error_message) argument
H A Dnetwork_connection_handler.h102 // |error_message| will contain an additional error string for debugging.
117 // |error_message| will contain and additional error string for debugging.
191 const std::string& error_message);
H A Dnetwork_connection_handler_unittest.cc46 const std::string& error_message) {
45 ConfigureErrorCallback(const std::string& error_name, const std::string& error_message) argument
H A Dnetwork_profile_handler.cc36 const std::string& error_message) {
38 << profile_path << ": " << error_message; local
34 LogProfileRequestError(const std::string& profile_path, const std::string& error_name, const std::string& error_message) argument
H A Dnetwork_state_handler_unittest.cc32 const std::string& error_message) {
33 LOG(ERROR) << "Shill Error: " << error_name << " : " << error_message; local
31 ErrorCallbackFunction(const std::string& error_name, const std::string& error_message) argument
H A Dnetwork_util.h71 const std::string& error_message)> NetworkOperationCallback;
H A Dpolicy_applicator.cc33 const std::string& error_message) {
34 LOG(ERROR) << from_where.ToString() << ": " << error_message;
31 LogErrorMessage(const tracked_objects::Location& from_where, const std::string& error_name, const std::string& error_message) argument
H A Dshill_property_handler_unittest.cc33 const std::string& error_message) {
34 LOG(ERROR) << "Shill Error: " << error_name << " : " << error_message; local
32 ErrorCallbackFunction(const std::string& error_name, const std::string& error_message) argument
/external/chromium_org/chromeos/network/onc/
H A Donc_test_utils.cc55 std::string error_message; local
56 base::Value* content = serializer.Deserialize(NULL, &error_message);
58 << filename << "': " << error_message; local
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service_config.cc88 void ShowErrorMessageBox(const base::string16& error_message);
114 void ShowError(const base::string16& error_message);
147 void SetupDialog::ShowErrorMessageBox(const base::string16& error_message) { argument
149 MessageBox(error_message.c_str(),
317 void SetupDialog::ShowError(const base::string16& error_message) { argument
325 error_message));
326 LOG(ERROR) << error_message;
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client.cc724 std::string error_message; local
727 error_message = "WALLET_BAD_REQUEST";
730 error_message = "WALLET_BUYER_LEGAL_ADDRESS_NOT_SUPPORTED";
733 error_message = "WALLET_BUYER_ACCOUNT_ERROR";
736 error_message = "WALLET_INTERNAL_ERROR";
739 error_message = "WALLET_INVALID_PARAMS";
742 error_message = "WALLET_UNVERIFIED_KNOW_YOUR_CUSTOMER_STATUS";
745 error_message = "SPENDING_LIMIT_EXCEEDED";
748 error_message = "WALLET_SERVICE_UNAVAILABLE";
751 error_message
[all...]
/external/chromium_org/components/autofill/content/renderer/
H A Dautofill_agent.cc271 std::string error_message; local
273 error_message = "already active.";
275 error_message =
286 error_message = "failed to parse form.";
289 if (!error_message.empty()) {
293 base::ASCIIToUTF16(error_message)));
/external/chromium_org/components/component_updater/
H A Dcomponent_updater_service.cc153 const std::string& error_message,
156 void OnUpdateCheckFailed(int error, const std::string& error_message);
669 const std::string& error_message,
677 OnUpdateCheckFailed(error, error_message);
767 const std::string& error_message) {
666 UpdateCheckComplete( const GURL& original_url, int error, const std::string& error_message, const UpdateResponse::Results& results) argument
766 OnUpdateCheckFailed(int error, const std::string& error_message) argument
H A Dupdate_checker.cc139 std::string error_message; local
147 error_message = update_response.errors();
148 VLOG(1) << "Update request failed: " << error_message;
152 error_message.assign("network error");
158 original_url, error, error_message, update_response.results());
H A Dupdate_checker.h32 const std::string& error_message,
/external/chromium_org/components/component_updater/test/
H A Dupdate_checker_unittest.cc49 const std::string& error_message,
138 const std::string& error_message,
142 error_message_ = error_message;
135 UpdateCheckComplete( const GURL& original_url, int error, const std::string& error_message, const UpdateResponse::Results& results) argument

Completed in 271 milliseconds

<<1112131415161718