HomeSort by relevance Sort by last modified time
    Searched refs:GetFeature (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/extensions/common/features/
feature_provider.h 22 virtual Feature* GetFeature(const std::string& name) = 0;
  /external/chromium_org/chrome/common/extensions/features/
base_feature_provider_unittest.cc 19 static_cast<SimpleFeature*>(provider->GetFeature("description"));
47 static_cast<SimpleFeature*>(provider->GetFeature("theme"));
53 static_cast<SimpleFeature*>(provider->GetFeature("devtools_page"));
62 static_cast<SimpleFeature*>(provider->GetFeature("contextMenus"));
88 static_cast<SimpleFeature*>(provider->GetFeature("chromePrivate"));
94 static_cast<SimpleFeature*>(provider->GetFeature("clipboardWrite"));
125 EXPECT_FALSE(provider->GetFeature("feature1"));
130 EXPECT_TRUE(provider->GetFeature("feature1"));
135 EXPECT_FALSE(provider->GetFeature("feature1"));
138 EXPECT_FALSE(provider->GetFeature("feature2"))
    [all...]
base_feature_provider.h 34 virtual Feature* GetFeature(const std::string& feature_name) OVERRIDE;
base_feature_provider.cc 39 virtual Feature* GetFeature(const std::string& name) OVERRIDE {
40 return GetBaseFeatureProvider()->GetFeature(name);
233 Feature* BaseFeatureProvider::GetFeature(const std::string& name) {
251 return GetFeature(JoinString(split, '.'));
  /external/chromium_org/chrome/renderer/extensions/
api_definitions_natives.cc 31 if (!feature_provider->GetParent(feature_provider->GetFeature(*i)) &&
runtime_custom_bindings.cc 72 GetFeature("nativeMessaging")->IsAvailableToContext(
dispatcher.cc 689 Feature* feature = feature_provider->GetFeature(api_name);
754 if (feature_provider->GetFeature(ancestor_name) &&
    [all...]
  /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) {
xmpplogintask.h 74 const XmlElement * 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) {
xmpplogintask.h 79 const XmlElement * GetFeature(const QName & name);
  /external/chromium_org/chrome/common/extensions/
manifest.cc 155 Feature* feature = provider->GetFeature(*feature_name);
167 if (!provider->GetFeature(it.key())) {
254 Feature* feature = FeatureProvider::GetByName("manifest")->GetFeature(key);
  /external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_api.cc 83 !FeatureProvider::GetByName("permission")->GetFeature("tabCapture")->
  /external/chromium_org/chrome/common/extensions/api/
extension_api.cc 383 Feature* feature = provider->second->GetFeature(feature_name);
387 feature = provider->second->GetFeature(
extension_api_unittest.cc 719 Feature* feature = api_feature_provider.GetFeature("test");
    [all...]
  /external/chromium_org/chrome/common/extensions/permissions/
permissions_data.cc 139 Feature* feature = permission_features->GetFeature(iter->name());

Completed in 899 milliseconds