Searched refs:notify_ (Results 1 – 5 of 5) sorted by relevance
19 notify_ = notify; in XmppPump()44 if (notify_ != NULL) in OnStateChange()45 notify_->OnStateChange(state); in OnStateChange()
56 buzz::XmppPumpNotify *notify_; variable
155 _Notify notify_; member in __thread_struct_imp169 for (_Notify::iterator i = notify_.begin(), e = notify_.end(); in ~__thread_struct_imp()186 notify_.push_back(pair<condition_variable*, mutex*>(cv, m)); in notify_all_at_thread_exit()
363 HttpBase::HttpBase() : mode_(HM_NONE), data_(NULL), notify_(NULL), in HttpBase()747 if (notify_) { in do_complete()748 notify_->onHttpComplete(mode, err); in do_complete()786 } else if (notify_) { in OnHttpStreamEvent()787 notify_->onHttpClosed(http_error); in OnHttpStreamEvent()833 if (notify_) { in ProcessHeaderComplete()834 *error = notify_->onHttpHeaderComplete(chunked, data_size); in ProcessHeaderComplete()
99 void notify(IHttpNotify* notify) { notify_ = notify; } in notify()173 IHttpNotify* notify_; variable