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

  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 47 std::string setting_path = "cros.session.proxy."; local
48 setting_path.append(setting_name);
52 if (settings_provider.Get(setting_path, &value))
56 if (settings_provider.Get(setting_path, &setting)) {
378 std::string setting_path = "cros.session.proxy."; local
379 setting_path.append(key);
382 chromeos::ProxyCrosSettingsProvider().Set(setting_path, value->DeepCopy());
  /external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider.cc 289 std::string setting_path = GetTypeName(content_type); local
291 settings_dictionary->RemoveWithoutPathExpansion(setting_path,
295 setting_path, value->DeepCopy());

Completed in 66 milliseconds