Searched refs:SendSuccess (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/automation/ |
D | automation_provider_observers_chromeos.cc | 67 reply.SendSuccess(NULL); in Observe() 93 reply.SendSuccess(NULL); in Observe() 115 AutomationJSONReply(automation_, reply_message_).SendSuccess(NULL); in OnNetworkManagerChanged() 139 .SendSuccess(return_value.get()); in OnNetworkManagerChanged() 148 .SendSuccess(return_value.get()); in OnNetworkManagerChanged() 151 AutomationJSONReply(automation_, reply_message_).SendSuccess(NULL); in OnNetworkManagerChanged()
|
D | testing_automation_provider_chromeos.cc | 114 reply->SendSuccess(return_value.get()); in GetReleaseTrackCallback() 122 reply->SendSuccess(NULL); in UpdateCheckCallback() 149 reply.SendSuccess(return_value.get()); in GetLoginInfo() 216 reply.SendSuccess(NULL); in SignoutInScreenLocker() 247 AutomationJSONReply(this, reply_message).SendSuccess(return_value.get()); in GetBatteryInfo() 334 AutomationJSONReply(this, reply_message).SendSuccess(return_value.get()); in GetNetworkInfo() 365 AutomationJSONReply(this, reply_message).SendSuccess(return_value.get()); in GetProxySettings() 383 reply.SendSuccess(NULL); in SetProxySettings() 479 reply.SendSuccess(NULL); in DisconnectFromWifiNetwork() 517 reply.SendSuccess(NULL); in SetReleaseTrack()
|
D | automation_provider_observers.cc | 303 .SendSuccess(&dict); in ConditionMet() 539 .SendSuccess(return_value.get()); in Observe() 552 .SendSuccess(return_value.get()); in Observe() 742 reply.SendSuccess(NULL); in Observe() 1130 .SendSuccess(return_value.get()); in Observe() 1180 .SendSuccess(&dict); in OnDomOperationCompleted() 1295 reply.SendSuccess(return_value.get()); in Observe() 1358 .SendSuccess(return_value.get()); in Observe() 1473 AutomationJSONReply(provider_, reply_message_.release()).SendSuccess( in RemoveAndCleanupOnLastEntry() 1510 AutomationJSONReply(provider_, reply_message_.release()).SendSuccess( in OnDownloadUpdated() [all …]
|
D | testing_automation_provider.cc | 2322 AutomationJSONReply(this, reply_message).SendSuccess(NULL); in SetWindowDimensions() 2410 reply.SendSuccess(NULL); in PerformActionOnInfobar() 2426 reply.SendSuccess(NULL); in PerformActionOnInfobar() 2590 AutomationJSONReply(this, reply_message).SendSuccess(return_value.get()); in GetBrowserInfo() 2641 reply.SendSuccess(return_value.get()); in GetNavigationInfo() 2712 reply.SendSuccess(NULL); in AddHistoryItem() 2736 reply.SendSuccess(return_value.get()); in GetDownloadsInfo() 2747 AutomationJSONReply(this, reply_message).SendSuccess(NULL); in WaitForDownloadsToComplete() 2754 AutomationJSONReply(this, reply_message).SendSuccess(NULL); in WaitForDownloadsToComplete() 2825 AutomationJSONReply(this, reply_message).SendSuccess(NULL); in PerformActionOnDownload() [all …]
|
D | automation_util.cc | 227 reply.SendSuccess(&dict); in GetCookiesJSON() 258 reply.SendSuccess(NULL); in DeleteCookieJSON() 348 reply.SendSuccess(NULL); in SetCookieJSON()
|
D | automation_provider_json.h | 38 void SendSuccess(const Value* value);
|
D | automation_provider_json.cc | 40 void AutomationJSONReply::SendSuccess(const Value* value) { in SendSuccess() function in AutomationJSONReply
|