Lines Matching refs:feature
781 bool Browser::SupportsWindowFeature(WindowFeature feature) const {
782 return SupportsWindowFeatureImpl(feature, true);
785 bool Browser::CanSupportWindowFeature(WindowFeature feature) const {
786 return SupportsWindowFeatureImpl(feature, false);
2271 bool Browser::SupportsWindowFeatureImpl(WindowFeature feature,
2293 return !!(features & feature);