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/tracked/
pref_service_hash_store_contents_unittest.cc 46 ASSERT_FALSE(local_state_.GetUserPrefValue(
60 ASSERT_TRUE(local_state_.GetUserPrefValue(
70 ASSERT_TRUE(local_state_.GetUserPrefValue(
87 ASSERT_FALSE(local_state_.GetUserPrefValue(
  /external/chromium_org/chrome/browser/prefs/
session_startup_pref.cc 161 if (!prefs->GetUserPrefValue(prefs::kRestoreStartupURLsMigrationTime)) {
167 if (!prefs->GetUserPrefValue(prefs::kURLsToRestoreOnStartup)) {
206 prefs->GetUserPrefValue(prefs::kHomePageIsNewTabPage);
215 prefs->GetUserPrefValue(prefs::kRestoreOnStartup);
profile_pref_store_manager_unittest.cc 351 local_state_.GetUserPrefValue(
360 local_state_.GetUserPrefValue(
370 ASSERT_FALSE(local_state_.GetUserPrefValue(
388 local_state_.GetUserPrefValue(
397 local_state_.GetUserPrefValue(
414 ASSERT_FALSE(local_state_.GetUserPrefValue(
pref_model_associator_unittest.cc 385 *pref_service_->GetUserPrefValue(pref),
403 *pref_service_->GetUserPrefValue(pref),
pref_model_associator.cc 104 const base::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 254 const base::Value* PrefService::GetUserPrefValue(const char* path) const {
  /external/chromium_org/chrome/browser/chromeos/
preferences.cc 578 !prefs_->GetUserPrefValue(prefs::kNaturalScroll)) {
  /external/chromium_org/components/sync_driver/
sync_prefs.cc 456 pref_service_->GetUserPrefValue(pref_name) == NULL &&
  /external/chromium_org/extensions/browser/
extension_prefs.cc     [all...]

Completed in 1257 milliseconds