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

  /external/chromium_org/chrome/browser/prefs/
pref_metrics_service_unittest.cc 216 const DictionaryValue* root_dictionary = local
218 ASSERT_TRUE(root_dictionary != NULL);
221 ASSERT_TRUE(root_dictionary->GetDictionaryWithoutPathExpansion(
  /external/chromium_org/chrome/browser/profiles/
profile_downloader.cc 164 base::DictionaryValue* root_dictionary = local
167 root_dictionary->GetString(kFullNamePath, full_name);
168 root_dictionary->GetString(kGivenNamePath, given_name);
169 root_dictionary->GetString(kLocalePath, profile_locale);
172 if (root_dictionary->GetString(kPhotoThumbnailURLPath, &url_string)) {

Completed in 731 milliseconds