Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/automation/
Dautomation_provider_observers_chromeos.cc67 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()
Dtesting_automation_provider_chromeos.cc114 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()
Dautomation_provider_observers.cc303 .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 …]
Dtesting_automation_provider.cc2322 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 …]
Dautomation_util.cc227 reply.SendSuccess(&dict); in GetCookiesJSON()
258 reply.SendSuccess(NULL); in DeleteCookieJSON()
348 reply.SendSuccess(NULL); in SetCookieJSON()
Dautomation_provider_json.h38 void SendSuccess(const Value* value);
Dautomation_provider_json.cc40 void AutomationJSONReply::SendSuccess(const Value* value) { in SendSuccess() function in AutomationJSONReply