HomeSort by relevance Sort by last modified time
    Searched refs:notify_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmpppump.cc 33 notify_ = notify;
58 if (notify_ != NULL)
59 notify_->OnStateChange(state);
xmpppump.h 71 XmppPumpNotify *notify_; member in class:XmppPump
  /external/chromium/third_party/libjingle/source/talk/base/
httpbase.h 119 void notify(IHttpNotify* notify) { notify_ = notify; }
187 IHttpNotify* notify_; member in class:talk_base::HttpBase
httpbase.cc 375 HttpBase::HttpBase() : mode_(HM_NONE), data_(NULL), notify_(NULL),
758 if (notify_) {
759 notify_->onHttpComplete(mode, err);
797 } else if (notify_) {
798 notify_->onHttpClosed(http_error);
844 if (notify_) {
845 *error = notify_->onHttpHeaderComplete(chunked, data_size);

Completed in 248 milliseconds