OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_WK_PURGE
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc
49
MSG_WK_PURGE
,
173
// When
MSG_WK_PURGE
is received, we know there will be no more messages from
176
worker_thread_->Post(this,
MSG_WK_PURGE
);
446
} else if (pmsg->message_id ==
MSG_WK_PURGE
) {
449
LOG_F(LS_INFO) << "(
MSG_WK_PURGE
)";
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc
50
MSG_WK_PURGE
,
176
// When
MSG_WK_PURGE
is received, we know there will be no more messages from
179
worker_thread_->Post(this,
MSG_WK_PURGE
);
457
} else if (pmsg->message_id ==
MSG_WK_PURGE
) {
460
LOG_F(LS_INFO) << "(
MSG_WK_PURGE
)";
Completed in 37 milliseconds