OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetFeature
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/xmpp/
xmpplogintask.cc
143
if (pctx_->tls_needed_ ||
GetFeature
(QN_TLS_STARTTLS) != NULL) {
158
const XmlElement * pelTls =
GetFeature
(QN_TLS_STARTTLS);
186
const XmlElement * pelSaslAuth =
GetFeature
(QN_SASL_MECHANISMS);
251
const XmlElement * pelBindFeature =
GetFeature
(QN_BIND_BIND);
252
const XmlElement * pelSessionFeature =
GetFeature
(QN_SESSION_SESSION);
354
XmppLoginTask::
GetFeature
(const QName & name) {
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpplogintask.cc
143
bool tls_present = (
GetFeature
(QN_TLS_STARTTLS) != NULL);
165
const XmlElement * pelTls =
GetFeature
(QN_TLS_STARTTLS);
193
const XmlElement * pelSaslAuth =
GetFeature
(QN_SASL_MECHANISMS);
268
const XmlElement * pelBindFeature =
GetFeature
(QN_BIND_BIND);
269
const XmlElement * pelSessionFeature =
GetFeature
(QN_SESSION_SESSION);
371
XmppLoginTask::
GetFeature
(const QName & name) {
/external/chromium_org/chrome/common/extensions/features/
base_feature_provider.cc
201
Feature* BaseFeatureProvider::
GetFeature
(const std::string& name) {
219
return
GetFeature
(JoinString(split, '.'));
/external/chromium_org/extensions/browser/
file_highlighter.cc
90
std::string FileHighlighter::
GetFeature
() const {
103
std::string feature =
GetFeature
();
Completed in 245 milliseconds