Home
last modified time | relevance | path

Searched refs:reply_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dwinping.cc143 data_(0), dlen_(0), reply_(0), rlen_(0), valid_(false) { in WinPing()
168 reply_ = new char[rlen_]; in WinPing()
183 delete reply_; in ~WinPing()
208 delete [] reply_; in Ping()
210 reply_ = new char[rlen_]; in Ping()
215 reply_, reply_size, timeout); in Ping()
Dwinping.h87 char* reply_; variable
/external/chromium/chrome/browser/automation/
Dautomation_provider_observers.cc2116 : reply_(automation, reply_message) { in GetActiveNotificationsObserver()
2155 reply_.SendSuccess(return_value.get()); in SendMessage()
2164 : reply_(provider, reply_message), in OnNotificationBalloonCountObserver()
2174 reply_.SendSuccess(NULL); in OnBalloonCollectionChanged()
Dautomation_provider_observers.h1202 AutomationJSONReply reply_; variable
1220 AutomationJSONReply reply_;