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

  /external/chromium_org/chrome/browser/prefs/
session_startup_pref.cc 160 if (!prefs->GetUserPrefValue(prefs::kRestoreStartupURLsMigrationTime)) {
166 if (!prefs->GetUserPrefValue(prefs::kURLsToRestoreOnStartup)) {
205 prefs->GetUserPrefValue(prefs::kHomePageIsNewTabPage);
214 prefs->GetUserPrefValue(prefs::kRestoreOnStartup);
pref_metrics_service.cc 297 const base::Value* value = prefs_->GetUserPrefValue(tracked_pref_paths_[i]);
353 const base::Value* value = prefs_->GetUserPrefValue(path);
pref_model_associator_unittest.cc 384 *pref_service_->GetUserPrefValue(pref),
402 *pref_service_->GetUserPrefValue(pref),
pref_metrics_service_unittest.cc 359 prefs_->GetUserPrefValue(kTrackedPrefs[0]));
pref_model_associator.cc 104 const Value* user_pref_value = pref_service_->GetUserPrefValue(
  /external/chromium_org/base/prefs/
pref_service.h 212 const base::Value* GetUserPrefValue(const char* path) const;
pref_service.cc 252 const base::Value* PrefService::GetUserPrefValue(const char* path) const {
  /external/chromium_org/chrome/browser/chromeos/
preferences.cc 564 !prefs_->GetUserPrefValue(prefs::kNaturalScroll)) {
  /external/chromium_org/chrome/browser/sync/
sync_prefs.cc 449 pref_service_->GetUserPrefValue(pref_name) == NULL &&
  /external/chromium_org/chrome/browser/extensions/
extension_prefs.cc     [all...]

Completed in 351 milliseconds