HomeSort by relevance Sort by last modified time
    Searched refs:OVERRIDE_USE_DEFAULT (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/
feature_list.cc 317 // If marked as OVERRIDE_USE_DEFAULT, simply return the default state below.
318 if (entry.overridden_state != OVERRIDE_USE_DEFAULT)
368 overridden_state = OVERRIDE_USE_DEFAULT;
392 entry.second.overridden_state == OVERRIDE_USE_DEFAULT)) {
398 case OVERRIDE_USE_DEFAULT:
409 if (entry.second.overridden_state == OVERRIDE_USE_DEFAULT)
feature_list_unittest.cc 192 kFeatureOnByDefaultName, FeatureList::OVERRIDE_USE_DEFAULT, trial1);
194 kFeatureOffByDefaultName, FeatureList::OVERRIDE_USE_DEFAULT, trial2);
391 kFeatureOffByDefaultName, FeatureList::OVERRIDE_USE_DEFAULT, trial);
409 kFeatureOnByDefaultName, FeatureList::OVERRIDE_USE_DEFAULT, trial);
518 kFeatureOnByDefaultName, FeatureList::OVERRIDE_USE_DEFAULT, trial1);
520 kFeatureOffByDefaultName, FeatureList::OVERRIDE_USE_DEFAULT, trial2);
feature_list.h 103 // with the '*' character, it will be created with OVERRIDE_USE_DEFAULT -
117 OVERRIDE_USE_DEFAULT,
155 // FieldTrial. Features that have overrides with OVERRIDE_USE_DEFAULT will be

Completed in 874 milliseconds