OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notify_
(Results
1 - 5
of
5
) sorted by null
/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
/ndk/sources/cxx-stl/llvm-libc++/src/
thread.cpp
141
_Notify
notify_
;
member in class:__thread_struct_imp
155
for (_Notify::iterator i =
notify_
.begin(), e =
notify_
.end();
172
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);
Completed in 130 milliseconds