HomeSort by relevance Sort by last modified time
    Searched full:mutable_settings (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider.cc 623 DictionaryValue* mutable_settings; local
627 mutable_settings = update.Get();
630 mutable_settings = all_settings_dictionary->DeepCopy();
631 mutable_settings_scope.reset(mutable_settings);
635 CanonicalizeContentSettingsExceptions(mutable_settings);
637 for (DictionaryValue::key_iterator i(mutable_settings->begin_keys());
638 i != mutable_settings->end_keys(); ++i) {
643 bool found = mutable_settings->GetDictionaryWithoutPathExpansion(

Completed in 320 milliseconds