Lines Matching refs:feature
1231 bool Browser::SupportsWindowFeatureImpl(WindowFeature feature,
1266 return !!(features & feature);
1635 bool Browser::SupportsWindowFeature(WindowFeature feature) const {
1636 return SupportsWindowFeatureImpl(feature, true);
1639 bool Browser::CanSupportWindowFeature(WindowFeature feature) const {
1640 return SupportsWindowFeatureImpl(feature, false);