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

  /external/chromium_org/third_party/libjingle/source/talk/examples/plus/
libjingleplus.cc 85 worker_thread_(NULL), ljp_(ljp), notify_(notify),
327 if (notify_)
328 notify_->OnXmppInput(data);
334 if (notify_)
335 notify_->WakeupMainThread();
340 if (notify_)
341 notify_->OnXmppOutput(data);
347 if (notify_)
348 notify_->WakeupMainThread();
386 if (notify_)
679 LibjinglePlusNotify *notify_; member in class:LibjinglePlusWorker
    [all...]
  /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_org/third_party/libjingle/source/talk/xmpp/
xmpppump.cc 36 notify_ = notify;
61 if (notify_ != NULL)
62 notify_->OnStateChange(state);
xmpppump.h 73 buzz::XmppPumpNotify *notify_; member in class:buzz::XmppPump
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
thread.cpp 156 _Notify notify_; member in class:__thread_struct_imp
170 for (_Notify::iterator i = notify_.begin(), e = notify_.end();
187 notify_.push_back(pair<condition_variable*, mutex*>(cv, m));
  /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);
  /external/chromium_org/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 379 HttpBase::HttpBase() : mode_(HM_NONE), data_(NULL), notify_(NULL),
762 if (notify_) {
763 notify_->onHttpComplete(mode, err);
801 } else if (notify_) {
802 notify_->onHttpClosed(http_error);
848 if (notify_) {
849 *error = notify_->onHttpHeaderComplete(chunked, data_size);
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_transfer_controller.js 558 this.notify_('selection-copied');
596 this.notify_('selection-cut');
808 notify_: function(eventName) {

Completed in 99 milliseconds