Lines Matching refs:reply_message

27                              IPC::Message* reply_message) {
29 AutomationJSONReply(provider, reply_message).SendError(
131 IPC::Message* reply_message) {
132 AutomationJSONReply reply(this, reply_message);
155 IPC::Message* reply_message) {
159 new LoginManagerObserver(this, reply_message);
164 IPC::Message* reply_message) {
168 AutomationJSONReply(this, reply_message).SendError(
176 new LoginManagerObserver(this, reply_message);
181 IPC::Message* reply_message) {
182 if (!EnsureCrosLibraryLoaded(this, reply_message))
185 new ScreenLockUnlockObserver(this, reply_message, true);
191 IPC::Message* reply_message) {
192 if (!EnsureCrosLibraryLoaded(this, reply_message))
195 new ScreenLockUnlockObserver(this, reply_message, false);
204 DictionaryValue* args, IPC::Message* reply_message) {
205 AutomationJSONReply reply(this, reply_message);
221 IPC::Message* reply_message) {
222 if (!EnsureCrosLibraryLoaded(this, reply_message))
247 AutomationJSONReply(this, reply_message).SendSuccess(return_value.get());
251 IPC::Message* reply_message) {
252 if (!EnsureCrosLibraryLoaded(this, reply_message))
334 AutomationJSONReply(this, reply_message).SendSuccess(return_value.get());
338 IPC::Message* reply_message) {
339 if (!EnsureCrosLibraryLoaded(this, reply_message))
346 new NetworkScanObserver(this, reply_message);
350 IPC::Message* reply_message) {
365 AutomationJSONReply(this, reply_message).SendSuccess(return_value.get());
369 IPC::Message* reply_message) {
370 AutomationJSONReply reply(this, reply_message);
387 DictionaryValue* args, IPC::Message* reply_message) {
388 if (!EnsureCrosLibraryLoaded(this, reply_message))
391 AutomationJSONReply reply(this, reply_message);
416 new ServicePathConnectObserver(this, reply_message, service_path);
423 DictionaryValue* args, IPC::Message* reply_message) {
425 AutomationJSONReply(this, reply_message)
436 AutomationJSONReply(this, reply_message)
449 AutomationJSONReply(this, reply_message)
459 new SSIDConnectObserver(this, reply_message, ssid);
466 DictionaryValue* args, IPC::Message* reply_message) {
467 if (!EnsureCrosLibraryLoaded(this, reply_message))
470 AutomationJSONReply reply(this, reply_message);
483 IPC::Message* reply_message) {
484 if (!EnsureCrosLibraryLoaded(this, reply_message))
488 AutomationJSONReply* reply = new AutomationJSONReply(this, reply_message);
494 IPC::Message* reply_message) {
495 if (!EnsureCrosLibraryLoaded(this, reply_message))
499 AutomationJSONReply* reply = new AutomationJSONReply(this, reply_message);
504 IPC::Message* reply_message) {
505 if (!EnsureCrosLibraryLoaded(this, reply_message))
508 AutomationJSONReply reply(this, reply_message);