OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutable_settings
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider.cc
378
DictionaryValue*
mutable_settings
;
382
mutable_settings
= update.Get();
385
mutable_settings
= all_settings_dictionary->DeepCopy();
386
mutable_settings_scope.reset(
mutable_settings
);
389
CanonicalizeContentSettingsExceptions(
mutable_settings
);
394
for (DictionaryValue::Iterator i(*
mutable_settings
); !i.IsAtEnd();
content_settings_pref_provider_unittest.cc
437
DictionaryValue*
mutable_settings
= update.Get();
local
438
mutable_settings
->SetWithoutPathExpansion("www.example.com,*",
/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 1354 milliseconds