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

  /external/libchrome/base/
feature_list_unittest.cc 78 const char* enable_features; member in struct:base::__anon27362
95 test_case.enable_features,
100 feature_list->InitializeFromCommandLine(test_case.enable_features,
291 const char* enable_features; member in struct:base::__anon27364
311 test_case.enable_features,
318 feature_list->InitializeFromCommandLine(test_case.enable_features,
370 std::string enable_features; local
372 FeatureList::GetInstance()->GetFeatureOverrides(&enable_features,
374 EXPECT_EQ("A,OffByDefault<Trial,X", SortFeatureListString(enable_features));
377 FeatureList::GetInstance()->GetCommandLineFeatureOverrides(&enable_features,
395 std::string enable_features; local
    [all...]
feature_list.h 97 // Initializes feature overrides via command-line flags |enable_features| and
107 void InitializeFromCommandLine(const std::string& enable_features,
182 // command-line flags |enable_features| and |disable_features| if one has not
185 // about |enable_features| and |disable_features| parameters.
186 static bool InitializeInstance(const std::string& enable_features,
feature_list.cc 89 const std::string& enable_features,
96 RegisterOverridesFromCommandLine(enable_features, OVERRIDE_ENABLE_FEATURE);
223 bool FeatureList::InitializeInstance(const std::string& enable_features,
248 feature_list->InitializeFromCommandLine(enable_features, disable_features);
  /external/libchrome/base/test/
scoped_feature_list.h 57 void InitFromCommandLine(const std::string& enable_features,
scoped_feature_list.cc 118 const std::string& enable_features,
121 feature_list->InitializeFromCommandLine(enable_features, disable_features);

Completed in 174 milliseconds