Home
last modified time | relevance | path

Searched refs:notify_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dxmpppump.cc36 notify_ = notify; in XmppPump()
61 if (notify_ != NULL) in OnStateChange()
62 notify_->OnStateChange(state); in OnStateChange()
Dxmpppump.h73 buzz::XmppPumpNotify *notify_; variable
/external/libcxx/src/
Dthread.cpp160 _Notify notify_; member in __thread_struct_imp
174 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()
/external/chromium_org/third_party/webrtc/base/
Dhttpbase.cc359 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()
Dhttpbase.h99 void notify(IHttpNotify* notify) { notify_ = notify; } in notify()
167 IHttpNotify* notify_; variable
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dfile_transfer_controller.js785 this.notify_('selection-copied');
839 this.notify_('selection-cut');
1046 notify_: function(eventName) { method in FileTransferController