Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/examples/login/
Dxmpppump.cc33 notify_ = notify; in XmppPump()
58 if (notify_ != NULL) in OnStateChange()
59 notify_->OnStateChange(state); in OnStateChange()
Dxmpppump.h71 XmppPumpNotify *notify_; variable
/external/chromium/third_party/libjingle/source/talk/base/
Dhttpbase.cc375 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()
Dhttpbase.h119 void notify(IHttpNotify* notify) { notify_ = notify; } in notify()
187 IHttpNotify* notify_; variable
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2415161 This removes notify_* overhead on Mac, and, more significantly, removes
15220 language. Also removed the Mac OS X notify_* infrastructure.