HomeSort by relevance Sort by last modified time
    Searched refs:host_zoom_dictionary (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl_unittest.cc 60 base::DictionaryValue* host_zoom_dictionary = update.Get(); local
62 host_zoom_dictionary->RemoveWithoutPathExpansion(change.host, NULL);
64 host_zoom_dictionary->SetWithoutPathExpansion(
profile_impl.cc 656 const base::DictionaryValue* host_zoom_dictionary = local
659 if (host_zoom_dictionary != NULL) {
661 for (base::DictionaryValue::Iterator i(*host_zoom_dictionary); !i.IsAtEnd();
687 base::DictionaryValue* host_zoom_dictionary = update.Get(); local
690 host_zoom_dictionary->RemoveWithoutPathExpansion(*it, NULL);
1069 base::DictionaryValue* host_zoom_dictionary = update.Get(); local
    [all...]

Completed in 44 milliseconds