Home
last modified time | relevance | path

Searched refs:SendError (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/automation/
Dautomation_util.cc191 reply.SendError("'url' missing or invalid"); in GetCookiesJSON()
206 reply.SendError("Couldn't post task to get the cookies"); in GetCookiesJSON()
236 reply.SendError("'url' missing or invalid"); in DeleteCookieJSON()
240 reply.SendError("'name' missing or invalid"); in DeleteCookieJSON()
254 reply.SendError("Couldn't post task to delete the cookie"); in DeleteCookieJSON()
267 reply.SendError("'url' missing or invalid"); in SetCookieJSON()
272 reply.SendError("'cookie' missing or invalid"); in SetCookieJSON()
282 reply.SendError("'name' missing or invalid"); in SetCookieJSON()
286 reply.SendError("'value' missing or invalid"); in SetCookieJSON()
291 reply.SendError("optional 'domain' invalid"); in SetCookieJSON()
[all …]
Dtesting_automation_provider.cc191 .SendError("Invalid browser name string found."); in OnSourceProfilesLoaded()
867 AutomationJSONReply(this, reply_message).SendError(error); in WebkitMouseClick()
875 .SendError("(X,Y) coordinates missing or invalid"); in WebkitMouseClick()
882 .SendError("Mouse button missing or invalid"); in WebkitMouseClick()
893 .SendError("Invalid button press requested"); in WebkitMouseClick()
912 AutomationJSONReply(this, reply_message).SendError(error); in WebkitMouseMove()
920 .SendError("(X,Y) coordinates missing or invalid"); in WebkitMouseMove()
934 AutomationJSONReply(this, reply_message).SendError(error); in WebkitMouseDrag()
945 .SendError("Invalid start/end positions"); in WebkitMouseDrag()
2031 AutomationJSONReply(this, reply_message).SendError(error); in SendJSONRequest()
[all …]
Dtesting_automation_provider_chromeos.cc29 AutomationJSONReply(provider, reply_message).SendError( in EnsureCrosLibraryLoaded()
95 reply->SendError("Unable to get release track."); in GetReleaseTrackCallback()
124 reply->SendError(error_msg); in UpdateCheckCallback()
137 reply.SendError("No user manager!"); in GetLoginInfo()
168 AutomationJSONReply(this, reply_message).SendError( in Login()
209 reply.SendError( in SignoutInScreenLocker()
374 reply.SendError("Invalid or missing args."); in SetProxySettings()
397 reply.SendError("Invalid or missing args."); in ConnectToWifiNetwork()
405 reply.SendError("No network found with specified service path."); in ConnectToWifiNetwork()
426 .SendError("Could not load cros library."); in ConnectToHiddenWifiNetwork()
[all …]
Dautomation_provider_observers_chromeos.cc69 reply.SendError("Login failure."); in Observe()
95 reply.SendError("Screen lock failure."); in Observe()
Dautomation_provider_json.h41 void SendError(const std::string& error_message);
Dautomation_provider_json.cc51 void AutomationJSONReply::SendError(const std::string& error_message) { in SendError() function in AutomationJSONReply
Dautomation_provider_observers.cc1470 AutomationJSONReply(provider_, reply_message_.release()).SendError( in RemoveAndCleanupOnLastEntry()
1834 .SendError("Failed to take snapshot of page"); in SendMessage()
1894 .SendError("Profile does not have service for querying the top sites."); in NTPInfoObserver()
1900 .SendError("No TabRestoreService."); in NTPInfoObserver()
1908 .SendError("No ExtensionService."); in NTPInfoObserver()