Home | History | Annotate | Download | only in base

Lines Matching refs:Feature

25 struct Feature kFeatureOnByDefault {
30 struct Feature kFeatureOffByDefault {
113 // structs with the same feature name are passed to it.
115 // Call it twice for each feature at the top of the file, since the first call
124 struct Feature kFeatureOnByDefault2 {
199 // Check the feature enabled state is its default.
205 // Check the feature enabled state is its default.
218 // The feature is explicitly enabled on the command-line.
221 // But the FieldTrial would set the feature to disabled.
230 // Since the feature is on due to the command-line, and not as a result of the
261 // Register a field trial to associate with the feature and ensure that the
272 // and check that the function still returns false for that feature.
282 // Check the expected feature states for good measure.
296 // Enabling the feature should result in the enable trial created.
298 // Disabling the feature should result in the disable trial created.