Searched refs:notify_ (Results 1 – 6 of 6) sorted by relevance
36 notify_ = notify; in XmppPump()61 if (notify_ != NULL) in OnStateChange()62 notify_->OnStateChange(state); in OnStateChange()
73 buzz::XmppPumpNotify *notify_; variable
160 _Notify notify_; member in __thread_struct_imp174 for (_Notify::iterator i = notify_.begin(), e = notify_.end(); in ~__thread_struct_imp()191 notify_.push_back(pair<condition_variable*, mutex*>(cv, m)); in notify_all_at_thread_exit()
359 HttpBase::HttpBase() : mode_(HM_NONE), data_(NULL), notify_(NULL), in HttpBase()742 if (notify_) { in do_complete()743 notify_->onHttpComplete(mode, err); in do_complete()781 } else if (notify_) { in OnHttpStreamEvent()782 notify_->onHttpClosed(http_error); in OnHttpStreamEvent()828 if (notify_) { in ProcessHeaderComplete()829 *error = notify_->onHttpHeaderComplete(chunked, data_size); in ProcessHeaderComplete()
99 void notify(IHttpNotify* notify) { notify_ = notify; } in notify()167 IHttpNotify* notify_; variable
785 this.notify_('selection-copied');839 this.notify_('selection-cut');1046 notify_: function(eventName) { method in FileTransferController