OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FirstContentByType
(Results
1 - 8
of
8
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
sessiondescription.cc
61
const ContentInfo* SessionDescription::
FirstContentByType
(
sessiondescription.h
73
const ContentInfo*
FirstContentByType
(const std::string& type) const;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessiondescription.h
135
const ContentInfo*
FirstContentByType
(const std::string& type) const;
sessiondescription.cc
132
const ContentInfo* SessionDescription::
FirstContentByType
(
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc
256
const ContentInfo* cinfo = sdesc->
FirstContentByType
(NS_TUNNEL);
380
session_->remote_description()->
FirstContentByType
(NS_TUNNEL);
securetunnelsessionclient.cc
135
const ContentInfo* cinfo = sdesc->
FirstContentByType
(NS_SECURE_TUNNEL);
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc
264
const ContentInfo* cinfo = sdesc->
FirstContentByType
(NS_TUNNEL);
413
session_->remote_description()->
FirstContentByType
(NS_TUNNEL);
securetunnelsessionclient.cc
139
const ContentInfo* cinfo = sdesc->
FirstContentByType
(NS_SECURE_TUNNEL);
Completed in 71 milliseconds