Home
last modified time | relevance | path

Searched refs:kTrustedSuffix (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/chromeos/
Duser_cros_settings_provider.cc34 const char kTrustedSuffix[] = "/trusted"; variable
79 local_state->RegisterBooleanPref((pref_path + kTrustedSuffix).c_str(), in RegisterSetting()
185 if (prefs->GetBoolean((name + kTrustedSuffix).c_str())) in RequestTrustedEntity()
297 prefs->ClearPref((name + kTrustedSuffix).c_str()); in StartFetchingSetting()
356 prefs->ClearPref((name + kTrustedSuffix).c_str()); in OnRetrievePropertyCompleted()
362 prefs->SetBoolean((name + kTrustedSuffix).c_str(), true); in OnRetrievePropertyCompleted()