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

  /external/chromium/chrome/browser/prefs/
pref_value_store_unittest.cc 69 const char kCommandLineValue[] = "command_line:command_line";
76 const char kCommandLineValue[] = "user:command_line";
84 const char kCommandLineValue[] = "recommended_platform:command_line";
94 const char kCommandLineValue[] = "recommended_cloud:command_line";
105 const char kCommandLineValue[] = "default:command_line";
181 command_line_pref::kCommandLineValue);
194 user_pref::kCommandLineValue);
213 recommended_platform_pref::kCommandLineValue);
235 recommended_cloud_pref::kCommandLineValue);
260 default_pref::kCommandLineValue);
    [all...]
  /external/chromium_org/base/prefs/
pref_value_store_unittest.cc 69 const char kCommandLineValue[] = "command_line:command_line";
76 const char kCommandLineValue[] = "user:command_line";
84 const char kCommandLineValue[] = "recommended:command_line";
93 const char kCommandLineValue[] = "default:command_line";
171 command_line_pref::kCommandLineValue);
184 user_pref::kCommandLineValue);
203 recommended_pref::kCommandLineValue);
225 default_pref::kCommandLineValue);
297 EXPECT_EQ(command_line_pref::kCommandLineValue, actual_str_value);
368 EXPECT_EQ(recommended_pref::kCommandLineValue, actual_str_value)
    [all...]

Completed in 23 milliseconds