Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dexternal_protocol_handler.cc96 DictionaryPrefUpdate update_excluded_schemas(pref, prefs::kExcludedSchemes); in GetBlockState() local
99 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() local
120 update_excluded_schemas->Remove(scheme, NULL); in SetBlockState()
122 update_excluded_schemas->SetBoolean(scheme, in SetBlockState()