HomeSort by relevance Sort by last modified time
    Searched refs:error_message (Results 26 - 50 of 449) sorted by null

12 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm/denver/bionic/
memcpy.S 90 ldr r0, error_message
97 error_message: label
  /bionic/libc/arch-arm/krait/bionic/
memcpy.S 71 ldr r0, error_message
78 error_message: label
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_host_manifest.h 36 std::string* error_message);
47 // Parses manifest |dictionary|. In case of an error sets |error_message| and
49 bool Parse(base::DictionaryValue* dictionary, std::string* error_message);
message_service.h 84 // Notify the port that the channel has been closed. If |error_message| is
87 const std::string& error_message) {}
150 const std::string& error_message) OVERRIDE;
188 const std::string& error_message,
235 const std::string& error_message,
238 CloseChannel(port_id, error_message);
248 // runtime.lastMessage to |error_message|, if any.
251 const std::string& error_message);
  /external/chromium_org/content/renderer/media/
cdm_result_promise.h 38 const std::string& error_message);
60 const std::string& error_message);
  /external/chromium_org/device/bluetooth/
bluetooth_socket.h 40 typedef base::Callback<void(const std::string& error_message)>
42 typedef base::Callback<void(ErrorReason, const std::string& error_message)>
bluetooth_device_chromeos.h 134 const std::string& error_message);
141 const std::string& error_message);
147 const std::string& error_message);
161 const std::string& error_message);
168 const std::string& error_message);
175 const std::string& error_message);
  /external/chromium_org/extensions/shell/browser/
shell_runtime_api_delegate.cc 56 bool ShellRuntimeAPIDelegate::RestartDevice(std::string* error_message) {
62 *error_message = "Restart is only supported on ChromeOS.";
  /external/chromium_org/chrome/browser/web_resource/
json_asynchronous_unpacker.h 22 virtual void OnUnpackError(const std::string& error_message) = 0;
  /external/chromium_org/chrome/utility/
web_resource_unpacker.h 37 const std::string& error_message() { return error_message_; } function in class:WebResourceUnpacker
  /external/chromium_org/components/proximity_auth/
bluetooth_util.h 20 typedef base::Callback<void(const std::string& error_message)> ErrorCallback;
bluetooth_connection.h 63 void OnConnectionError(const std::string& error_message);
65 void OnSendError(const std::string& error_message);
68 const std::string& error_message);
bluetooth_connection.cc 156 void BluetoothConnection::OnConnectionError(const std::string& error_message) {
157 VLOG(1) << "[BC] Connection failed: " << error_message;
167 void BluetoothConnection::OnSendError(const std::string& error_message) {
168 VLOG(1) << "[BC] Error when sending bytes: " << error_message;
190 const std::string& error_message) {
191 VLOG(1) << "[BC] Error receiving bytes: " << error_message;
  /external/chromium_org/content/browser/tracing/
tracing_ui.h 26 const std::string& error_message);
  /external/chromium_org/google_apis/gaia/
google_service_auth_error.h 157 // |error_message| which provides more information about the service error.
159 const std::string& error_message);
161 // Construct an UNEXPECTED_SERVICE_RESPONSE error, with an |error_message|
164 const std::string& error_message);
177 const std::string& error_message() const;
189 // Construct a GoogleServiceAuthError from |state| and |error_message|.
190 GoogleServiceAuthError(State state, const std::string& error_message);
  /external/chromium_org/chrome/browser/google/
google_update_win.h 77 // state is, |error_code| represents what error occurred, |error_message| is a
84 const base::string16& error_message,
122 const base::string16& error_message,
135 // |error_message| will indicate which error occurred.
139 const base::string16& error_message);
  /external/chromium_org/chromeos/network/onc/
onc_test_utils.cc 55 std::string error_message; local
56 base::Value* content = serializer.Deserialize(NULL, &error_message);
58 << filename << "': " << error_message; local
  /external/chromium_org/extensions/common/features/
json_feature_provider_source.cc 25 std::string error_message; local
27 features_file, base::JSON_PARSE_RFC, &error_code, &error_message));
28 DCHECK(value) << "Could not load features: " << name_ << " " << error_message; local
  /external/chromium_org/chrome/browser/chromeos/platform_keys/
platform_keys_nss.cc 61 const std::string& error_message) = 0;
144 const std::string& error_message) OVERRIDE {
145 CallBack(from, std::string() /* no public key */, error_message);
150 const std::string& error_message) {
152 from, base::Bind(callback_, public_key_spki_der, error_message));
171 const std::string& error_message) OVERRIDE {
172 CallBack(from, std::string() /* no signature */, error_message);
177 const std::string& error_message) {
179 from, base::Bind(callback_, signature, error_message));
197 const std::string& error_message) OVERRIDE
    [all...]
platform_keys_service.h 47 // |error_message| will be empty. If it failed, |public_key_spki_der| will be
48 // empty and |error_message| contain an error message.
50 const std::string& error_message)>
65 // |error_message| will be empty. If it failed, |signature| will be empty and
66 // |error_message| contain an error message.
68 const std::string& error_message)> SignCallback;
120 const std::string& error_message);
  /external/chromium_org/chrome/browser/chromeos/geolocation/
geoposition.cc 44 "error_message='%s', status=%u (%s)",
49 error_message.c_str(),
  /external/chromium_org/chrome/browser/extensions/
startup_helper.h 28 virtual void OnPackFailure(const std::string& error_message,
  /external/chromium_org/chromeos/dbus/
bluetooth_agent_manager_client.cc 115 std::string error_message; local
119 reader.PopString(&error_message);
122 error_message = "";
124 error_callback.Run(error_name, error_message);
bluetooth_agent_manager_client.h 27 // an optional message in |error_message|.
29 const std::string& error_message)> ErrorCallback;
bluetooth_gatt_manager_client.h 31 // optional message in |error_message|.
33 const std::string& error_message)> ErrorCallback;

Completed in 544 milliseconds

12 3 4 5 6 7 8 91011>>