OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JingleInfoTask
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/libjingle/xmpp/
jingleinfotask.h
23
class
JingleInfoTask
: public XmppTask {
25
explicit
JingleInfoTask
(XmppTaskParentInterface* parent) :
jingleinfotask.cc
11
#include "webrtc/libjingle/xmpp/
jingleinfotask
.h"
20
class
JingleInfoTask
::JingleInfoGetTask : public XmppTask {
50
JingleInfoTask
* parent = static_cast<
JingleInfoTask
*>(GetParent());
63
void
JingleInfoTask
::RefreshJingleInfoNow() {
69
JingleInfoTask
::HandleStanza(const XmlElement * stanza) {
85
JingleInfoTask
::ProcessStart() {
/external/webrtc/webrtc/p2p/client/
autoportallocator.h
32
// The
JingleInfoTask
is freed by the task-runner.
33
buzz::
JingleInfoTask
* jit = new buzz::
JingleInfoTask
(client);
Completed in 166 milliseconds