Searched refs:update_excluded_schemas (Results 1 – 1 of 1) sorted by relevance
96 DictionaryPrefUpdate update_excluded_schemas(pref, prefs::kExcludedSchemes); in GetBlockState() local99 PrepopulateDictionary(update_excluded_schemas.Get()); in GetBlockState()102 if (update_excluded_schemas->GetBoolean(scheme, &should_block)) in GetBlockState()117 DictionaryPrefUpdate update_excluded_schemas(pref, prefs::kExcludedSchemes); in SetBlockState() local120 update_excluded_schemas->Remove(scheme, NULL); in SetBlockState()122 update_excluded_schemas->SetBoolean(scheme, in SetBlockState()