Searched defs:error_message (Results 101 - 125 of 172) sorted by relevance

1234567

/external/chromium_org/chrome/renderer/extensions/
H A Dextension_helper.cc284 const std::string& error_message) {
287 port_id, error_message,
282 OnExtensionDispatchOnDisconnect( int port_id, const std::string& error_message) argument
H A Dmodule_system.cc109 std::string error_message = "<no error message>"; local
112 error_message.assign(*error_message_v8, error_message_v8.length());
118 error_message.c_str());
/external/chromium_org/chrome/renderer/pepper/
H A Dppb_nacl_private_impl.cc89 struct PP_Var* error_message) {
93 *error_message = PP_MakeUndefined();
131 *error_message = ppapi::StringVar::StringToPPVar(error_message_string);
81 LaunchSelLdr(PP_Instance instance, const char* alleged_url, PP_Bool uses_irt, PP_Bool uses_ppapi, PP_Bool enable_ppapi_dev, PP_Bool enable_dyncode_syscalls, PP_Bool enable_exception_handling, void* imc_handle, struct PP_Var* error_message) argument
/external/chromium_org/chrome/test/automation/
H A Dproxy_launcher.cc354 void ProxyLauncher::AssertAppNotRunning(const std::string& error_message) { argument
355 std::string final_error_message(error_message);
/external/chromium_org/chromeos/dbus/
H A Dshill_service_client_stub.cc31 const std::string& error_message) {
32 LOG(ERROR) << "Shill Error: " << error_name << " : " << error_message; local
30 ErrorFunction(const std::string& error_name, const std::string& error_message) argument
/external/chromium_org/chromeos/network/
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
H A Dcros_network_functions.cc153 const std::string& error_message) {}
177 const std::string& error_message) {
195 const std::string& error_message) {
199 callback.Run(path, NETWORK_METHOD_ERROR_REMOTE, error_message);
152 IgnoreErrors(const std::string& error_name, const std::string& error_message) argument
173 RunCallbackWithDictionaryValueError( const NetworkPropertiesCallback& callback, const std::string& path, const std::string& error_name, const std::string& error_message) argument
192 OnNetworkActionError(const NetworkOperationCallback& callback, const std::string& path, const std::string& error_name, const std::string& error_message) argument
H A Dnetwork_configuration_handler_unittest.cc71 const std::string& error_message) {
73 << error_message << ")"; local
70 DBusErrorCallback(const std::string& error_name, const std::string& error_message) argument
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service_config.cc82 void ShowErrorMessageBox(const string16& error_message);
108 void ShowError(const string16& error_message);
141 void SetupDialog::ShowErrorMessageBox(const string16& error_message) { argument
143 MessageBox(error_message.c_str(),
311 void SetupDialog::ShowError(const string16& error_message) { argument
319 error_message));
320 LOG(ERROR) << error_message;
/external/chromium_org/content/browser/devtools/
H A Ddevtools_protocol.cc134 const std::string& error_message)
137 error_message_(error_message),
263 std::string error_message; local
266 json, 0, &parse_error_code, &error_message));
270 new Response(0, kErrorParseError, error_message);
132 Response(int id, int error_code, const std::string& error_message) argument
/external/chromium_org/content/browser/gpu/
H A Dgpu_pixel_browsertest.cc371 std::string error_message = base::StringPrintf( local
374 LOG(ERROR) << error_message.c_str();
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Drender_tree.cc462 string error_message; local
466 &error_message));
469 "\n(" << error_message << ")";
/external/chromium_org/remoting/host/win/
H A Drdp_client_window.cc432 base::win::ScopedBstr error_message; local
437 error_message.Receive());
439 error_message.Reset();
443 << ": " << error_message << " (reason=" << reason
/external/chromium_org/sync/notifier/
H A Dsync_invalidation_listener.cc323 const std::string& error_message) {
329 << ", message=" << error_message; local
364 << error_info.error_message()
319 InformRegistrationFailure( invalidation::InvalidationClient* client, const invalidation::ObjectId& object_id, bool is_transient, const std::string& error_message) argument
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb421 # message text using +error_header+ and +error_message+,
426 message = error_message( e )
433 def error_message( e = $! ) method in class:ANTLR3.Scope
1141 def error_message( e ) method in class:ANTLR3.Hypothetical.Lexer.Hypothetical.Parser.Lexer
/external/chromium/chrome/browser/extensions/
H A Dextension_tabs_module.cc54 // |error_message| can optionally be passed in a will be set with an appropriate
59 std::string* error_message);
61 // |error_message| can optionally be passed in and will be set with an
68 int* tab_index, std::string* error_message);
1313 std::string* error_message) {
1325 if (error_message)
1326 *error_message = ExtensionErrorUtils::FormatErrorMessage(
1338 std::string* error_message) {
1343 if (error_message)
1344 *error_message
1310 GetBrowserInProfileWithId(Profile* profile, const int window_id, bool include_incognito, std::string* error_message) argument
1332 GetTabById(int tab_id, Profile* profile, bool include_incognito, Browser** browser, TabStripModel** tab_strip, TabContentsWrapper** contents, int* tab_index, std::string* error_message) argument
[all...]
H A Dextension_webstore_private_api.cc209 virtual void OnJSONParseFailed(const std::string& error_message) { argument
212 error_ = error_message;
374 ResultCode result_code, const std::string& error_message) {
376 error_ = error_message;
373 OnParseFailure( ResultCode result_code, const std::string& error_message) argument
/external/chromium/net/proxy/
H A Dproxy_resolver_v8.cc391 string16 error_message = local
394 js_bindings_->OnError(-1, error_message);
505 string16 error_message; local
506 V8ObjectToUTF16String(message->Get(), &error_message);
507 js_bindings_->OnError(line_number, error_message);
/external/chromium_org/chrome/browser/automation/
H A Dautomation_util.cc179 Profile* GetCurrentProfileOnChromeOS(std::string* error_message) { argument
182 *error_message = "No user manager.";
189 *error_message = "Cannot get controller though user is not logged in.";
197 *error_message = "Unable to get webui from login display host.";
204 *error_message = "Unable to get shell delegate.";
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_util.cc93 std::string error_message; local
94 scoped_ptr<base::Value> root_value(reader.Deserialize(NULL, &error_message));
97 << " error = " << error_message;
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dmessage_service.cc447 const std::string& error_message) {
457 weak_factory_.GetWeakPtr(), port_id, error_message));
461 CloseChannelImpl(it, port_id, error_message, true);
467 const std::string& error_message,
476 error_message); local
607 const std::string& error_message) {
609 port.DispatchOnDisconnect(GET_OPPOSITE_PORT_ID(port_id), error_message); local
446 CloseChannel(int port_id, const std::string& error_message) argument
464 CloseChannelImpl( MessageChannelMap::iterator channel_iter, int closing_port_id, const std::string& error_message, bool notify_other_port) argument
605 DispatchOnDisconnect(content::RenderProcessHost* source, int port_id, const std::string& error_message) argument
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
H A Dwebstore_private_api.cc435 const std::string& error_message) {
452 error_ = error_message;
432 OnWebstoreParseFailure( const std::string& id, WebstoreInstallHelper::Delegate::InstallHelperResultCode result_code, const std::string& error_message) argument
/external/chromium_org/chrome/browser/google_apis/
H A Dbase_requests.cc46 std::string error_message; local
48 json, base::JSON_PARSE_RFC, &error_code, &error_message));
51 LOG(ERROR) << "Error while parsing entry response: " << error_message
/external/chromium_org/chrome/browser/nacl_host/
H A Dnacl_process_host.cc570 std::string() /* error_message */);
575 void NaClProcessHost::SendErrorToRenderer(const std::string& error_message) { argument
576 LOG(ERROR) << "NaCl process launch failed: " << error_message;
577 SendMessageToRenderer(nacl::NaClLaunchResult(), error_message); local
582 const std::string& error_message) {
587 reply_msg_, result, error_message);
580 SendMessageToRenderer( const nacl::NaClLaunchResult& result, const std::string& error_message) argument
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_render_message_filter.cc462 const std::string& error_message) {
469 message_service->CloseChannel(port_id, error_message);
460 OnExtensionCloseChannel( int port_id, const std::string& error_message) argument

Completed in 594 milliseconds

1234567