Home | History | Annotate | Download | only in base

Lines Matching refs:Feature

27 struct Feature kFeatureOnByDefault {
32 struct Feature kFeatureOffByDefault {
115 // structs with the same feature name are passed to it.
117 // Call it twice for each feature at the top of the file, since the first call
126 struct Feature kFeatureOnByDefault2 {
201 // Check the feature enabled state is its default.
207 // Check the feature enabled state is its default.
220 // The feature is explicitly enabled on the command-line.
223 // But the FieldTrial would set the feature to disabled.
232 // Since the feature is on due to the command-line, and not as a result of the
263 // Register a field trial to associate with the feature and ensure that the
274 // and check that the function still returns false for that feature.
284 // Check the expected feature states for good measure.
298 // Enabling the feature should result in the enable trial created.
300 // Disabling the feature should result in the disable trial created.
496 // Check that the new feature list is empty.
503 // Check that the new feature list now has 2 overrides.