HomeSort by relevance Sort by last modified time
    Searched refs:error_message (Results 76 - 100 of 361) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/automation/
automation_provider_json.cc 51 void AutomationJSONReply::SendError(const std::string& error_message) {
53 std::string json_string = JSONErrorString(error_message);
  /external/chromium_org/chrome/browser/extensions/api/messaging/
extension_message_port.cc 43 const std::string& error_message) {
45 routing_id_, source_port_id, error_message));
native_process_launcher_win.cc 50 std::string* error_message) {
60 *error_message = "Native messaging host " + native_host_name +
67 *error_message = "Path to native messaging host manifest must be absolute.";
native_message_process_host.h 50 const std::string& error_message) = 0;
111 void Close(const std::string& error_message);
native_process_launcher.cc 136 std::string error_message; local
143 manifest_path = FindManifest(native_host_name, &error_message);
152 manifest = NativeMessagingHostManifest::Load(manifest_path, &error_message);
156 << native_host_name << ": " << error_message; local
native_process_launcher_posix.cc 33 std::string* error_message) {
  /external/chromium_org/chrome/browser/extensions/
pack_extension_job.cc 72 creator.error_message(), creator.error_type()));
74 ReportFailureOnClientThread(creator.error_message(),
webstore_install_helper.h 62 const std::string& error_message) = 0;
96 void OnJSONParseFailed(const std::string& error_message);
extension_creator.h 49 std::string error_message() { return error_message_; } function in class:extensions::ExtensionCreator
test_extension_dir.cc 58 << "ExtensionCreator::Run() failed: " << creator.error_message();
  /external/chromium_org/chrome/browser/
safe_json_parser.cc 48 void SafeJsonParser::OnJSONParseFailed(const std::string& error_message) {
50 error_ = error_message;
  /external/chromium_org/chrome/browser/ui/views/sync/
one_click_signin_bubble_view.h 43 const string16& error_message,
59 const string16& error_message,
  /external/chromium_org/device/bluetooth/
bluetooth_profile_chromeos.h 77 const std::string& error_message);
83 const std::string& error_message);
bluetooth_adapter_chromeos.h 125 const std::string& error_message);
131 const std::string& error_message);
  /external/chromium_org/chrome/browser/chromeos/dbus/
proxy_resolution_service_provider_unittest.cc 102 std::string error_message; local
108 ASSERT_TRUE(reader.PopString(&error_message));
113 EXPECT_EQ(kReturnEmptyErrorMessage, error_message);
  /external/chromium_org/content/common/
sandbox_linux.cc 132 std::string error_message = "InitializeSandbox() called with multiple " local
141 CHECK(false) << error_message;
142 LOG(ERROR) << error_message;
  /external/chromium_org/content/browser/geolocation/
network_location_request.cc 245 position->error_message = "Network location provider at '";
246 position->error_message += server_url.GetOrigin().spec();
247 position->error_message += "' : ";
248 position->error_message += message;
249 position->error_message += ".";
251 << position->error_message;
  /external/chromium_org/third_party/WebKit/Tools/gdb/
webkit.py 64 error_message = ''
66 length, error_message = guess_string_length(ptr)
71 return string + error_message
79 error_message = ''
81 length, error_message = guess_string_length(ptr)
85 return string + error_message