Searched refs:GetAPIFeatures (Results 1 – 16 of 16) sorted by relevance
18 base::Bind(&TestFeaturesNativeHandler::GetAPIFeatures, in TestFeaturesNativeHandler()22 void TestFeaturesNativeHandler::GetAPIFeatures( in GetAPIFeatures() function in extensions::TestFeaturesNativeHandler
17 void GetAPIFeatures(const v8::FunctionCallbackInfo<v8::Value>& args);
26 const FeatureProvider* feature_provider = FeatureProvider::GetAPIFeatures(); in GetExtensionAPIDefinitionsForTest()
888 FeatureProvider::GetAPIFeatures(); in UpdateBindingsForContext()1209 FeatureProvider::GetAPIFeatures(); in GetOrCreateBindObjectIfAvailable()
14 var GetAPIFeatures = requireNative('test_features').GetAPIFeatures; variable330 return GetAPIFeatures();
37 static const FeatureProvider* GetAPIFeatures();
55 const FeatureProvider* FeatureProvider::GetAPIFeatures() { in GetAPIFeatures() function in extensions::FeatureProvider
318 self._server.features_bundle.GetAPIFeatures().Get())
55 api_features_future = self._features_bundle.GetAPIFeatures()
39 api_features = self._features_bundle.GetAPIFeatures().Get()
42 feature = self._features_bundle.GetAPIFeatures().Get()[api_name]
122 def GetAPIFeatures(self): member in FeaturesBundle
211 return _GetChannelFromFeatures(api_name, features_bundle.GetAPIFeatures())
84 self._api_features = features_bundle.GetAPIFeatures()
474 extensions::FeatureProvider::GetAPIFeatures(); in CanLaunchViaEvent()
397 const FeatureProvider& api_features = *FeatureProvider::GetAPIFeatures(); in TEST()