OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HL_PEEK
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengine.h
258
HL_PEEK
, //!< Sees messages before all other processing; cannot abort
269
virtual XmppReturnStatus AddStanzaHandler(XmppStanzaHandler* handler, HandlerLevel level =
HL_PEEK
) = 0;
xmppengineimpl.cc
337
for (size_t i = 0; i < stanza_handlers_[
HL_PEEK
]->size(); i += 1) {
338
(*stanza_handlers_[
HL_PEEK
])[i]->HandleStanza(stanza);
Completed in 444 milliseconds