/external/chromium/chrome/browser/automation/ |
D | automation_provider_observers.cc | 184 reply_message_(reply_message) { in NavigationControllerRestoredObserver() 214 AutomationMsg_WaitForTabToBeRestored::WriteReplyParams(reply_message_.get(), in SendDone() 216 automation_->Send(reply_message_.release()); in SendDone() 227 reply_message_(reply_message), in NavigationNotificationObserver() 302 AutomationJSONReply(automation_, reply_message_.release()) in ConditionMet() 306 reply_message_.get(), navigation_result); in ConditionMet() 307 automation_->Send(reply_message_.release()); in ConditionMet() 340 reply_message_(reply_message) { in TabAppendedNotificationObserver() 357 reply_message_.release(), in ObserveTab() 367 reply_message_(reply_message), in TabClosedNotificationObserver() [all …]
|
D | testing_automation_provider_views.cc | 33 reply_message_(reply_message), in ViewFocusChangeWaiter() 63 reply_message_, true, focused_now->GetID()); in FocusChanged() 65 automation_->Send(reply_message_); in FocusChanged() 73 IPC::Message* reply_message_; member in __anonff0585830111::ViewFocusChangeWaiter 87 reply_message_(NULL) { in PopupMenuWaiter() 96 if (reply_message_) { in OnMenuOpened() 98 reply_message_, true); in OnMenuOpened() 99 automation_->Send(reply_message_); in OnMenuOpened() 105 reply_message_ = reply_message; in set_reply_message() 111 IPC::Message* reply_message_; member in TestingAutomationProvider::PopupMenuWaiter
|
D | automation_provider_observers.h | 151 scoped_ptr<IPC::Message> reply_message_; variable 175 scoped_ptr<IPC::Message> reply_message_; variable 213 scoped_ptr<IPC::Message> reply_message_; variable 231 scoped_ptr<IPC::Message> reply_message_; 260 scoped_ptr<IPC::Message> reply_message_; variable 290 scoped_ptr<IPC::Message> reply_message_; variable 311 scoped_ptr<IPC::Message> reply_message_; variable 337 scoped_ptr<IPC::Message> reply_message_; variable 384 scoped_ptr<IPC::Message> reply_message_; variable 439 scoped_ptr<IPC::Message> reply_message_; variable [all …]
|
D | automation_provider_observers_chromeos.cc | 47 reply_message_(reply_message) { in LoginManagerObserver() 64 AutomationJSONReply reply(automation_, reply_message_.release()); in Observe() 78 reply_message_(reply_message), in ScreenLockUnlockObserver() 90 AutomationJSONReply reply(automation_, reply_message_); in Observe() 101 : automation_(automation), reply_message_(reply_message) { in NetworkScanObserver() 115 AutomationJSONReply(automation_, reply_message_).SendSuccess(NULL); in OnNetworkManagerChanged() 121 : automation_(automation), reply_message_(reply_message) { in NetworkConnectObserver() 138 AutomationJSONReply(automation_, reply_message_) in OnNetworkManagerChanged() 147 AutomationJSONReply(automation_, reply_message_) in OnNetworkManagerChanged() 151 AutomationJSONReply(automation_, reply_message_).SendSuccess(NULL); in OnNetworkManagerChanged()
|
D | automation_provider_gtk.cc | 34 reply_message_(reply_message) { in WindowDragResponseTask() 36 DCHECK(reply_message_); in WindowDragResponseTask() 43 AutomationMsg_WindowDrag::WriteReplyParams(reply_message_, true); in Run() 44 provider_->Send(reply_message_); in Run() 49 IPC::Message* reply_message_; member in WindowDragResponseTask
|
D | automation_provider_win.cc | 132 : provider_(provider), reply_message_(reply_message) {} in WindowDragResponseTask() 136 DCHECK(reply_message_ != NULL); in Run() 137 AutomationMsg_WindowDrag::WriteReplyParams(reply_message_, true); in Run() 138 provider_->Send(reply_message_); in Run() 143 IPC::Message* reply_message_; member in WindowDragResponseTask
|
D | automation_provider.h | 133 IPC::Message* reply_message = reply_message_; in reply_message_release() 134 reply_message_ = NULL; in reply_message_release() 194 IPC::Message* reply_message_;
|
D | automation_provider.cc | 110 reply_message_(NULL), in AutomationProvider() 787 DCHECK(!reply_message_); in WaitForExtensionTestResult() 788 reply_message_ = reply_message; in WaitForExtensionTestResult()
|
D | testing_automation_provider.cc | 694 DCHECK(!reply_message_); in GetRedirectsFrom() 695 reply_message_ = reply_message; in GetRedirectsFrom() 1140 reply_message_, false); in WaitForAutocompleteEditFocus() 1232 DCHECK(!reply_message_); in HandleInspectElementRequest() 1233 reply_message_ = reply_message; in HandleInspectElementRequest() 5403 AutomationMsg_WaitForInfoBarCount::WriteReplyParams(reply_message_, false); in WaitForInfoBarCount() 5404 Send(reply_message_); in WaitForInfoBarCount() 5410 AutomationMsg_WaitForInfoBarCount::WriteReplyParams(reply_message_, false); in WaitForInfoBarCount() 5411 Send(reply_message_); in WaitForInfoBarCount() 5511 DCHECK(reply_message_ != NULL); in OnRedirectQueryComplete() [all …]
|