Searched refs:host_zoom_dictionary (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl_unittest.cc54 base::DictionaryValue* host_zoom_dictionary = update.Get(); local
56 host_zoom_dictionary->RemoveWithoutPathExpansion(change.host, NULL);
58 host_zoom_dictionary->SetWithoutPathExpansion(
H A Dprofile_impl.cc755 const base::DictionaryValue* host_zoom_dictionary = local
758 if (host_zoom_dictionary != NULL) {
760 for (base::DictionaryValue::Iterator i(*host_zoom_dictionary); !i.IsAtEnd();
786 base::DictionaryValue* host_zoom_dictionary = update.Get(); local
789 host_zoom_dictionary->RemoveWithoutPathExpansion(*it, NULL);
1176 base::DictionaryValue* host_zoom_dictionary = update.Get(); local
1178 host_zoom_dictionary->RemoveWithoutPathExpansion(change.host, NULL);
1180 host_zoom_dictionary->SetDoubleWithoutPathExpansion(change.host, level);

Completed in 65 milliseconds