Searched refs:notify_ (Results 1 – 5 of 5) sorted by relevance
33 notify_ = notify; in XmppPump()58 if (notify_ != NULL) in OnStateChange()59 notify_->OnStateChange(state); in OnStateChange()
71 XmppPumpNotify *notify_; variable
375 HttpBase::HttpBase() : mode_(HM_NONE), data_(NULL), notify_(NULL), in HttpBase()758 if (notify_) { in do_complete()759 notify_->onHttpComplete(mode, err); in do_complete()797 } else if (notify_) { in OnHttpStreamEvent()798 notify_->onHttpClosed(http_error); in OnHttpStreamEvent()844 if (notify_) { in ProcessHeaderComplete()845 *error = notify_->onHttpHeaderComplete(chunked, data_size); in ProcessHeaderComplete()
119 void notify(IHttpNotify* notify) { notify_ = notify; } in notify()187 IHttpNotify* notify_; variable
15161 This removes notify_* overhead on Mac, and, more significantly, removes15220 language. Also removed the Mac OS X notify_* infrastructure.