Searched refs:child_dictionary (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/prefs/
H A Dpref_metrics_service_unittest.cc220 const DictionaryValue* child_dictionary = NULL; local
222 profile_name_, &child_dictionary));
226 ASSERT_TRUE(child_dictionary->GetString(kTrackedPrefs[0], &pref1_hash));
227 ASSERT_TRUE(child_dictionary->GetString(kTrackedPrefs[1], &pref2_hash));
366 DictionaryValue* child_dictionary = NULL; local
370 &child_dictionary));
371 child_dictionary->SetString(kTrackedPrefs[0], old_style_hash);
H A Dpref_metrics_service.cc355 DictionaryValue* child_dictionary = NULL; local
360 &child_dictionary)) {
361 child_dictionary = new DictionaryValue;
362 update->SetWithoutPathExpansion(profile_name_, child_dictionary);
365 child_dictionary->SetString(path,
/external/chromium/base/
H A Dvalues.cc349 DictionaryValue* child_dictionary = NULL; local
350 if (!current_dictionary->GetDictionary(key, &child_dictionary)) {
351 child_dictionary = new DictionaryValue;
352 current_dictionary->SetWithoutPathExpansion(key, child_dictionary);
355 current_dictionary = child_dictionary;
403 DictionaryValue* child_dictionary = NULL; local
405 current_path.substr(0, delimiter_position), &child_dictionary))
408 current_dictionary = child_dictionary;
/external/chromium_org/base/
H A Dvalues.cc392 DictionaryValue* child_dictionary = NULL; local
393 if (!current_dictionary->GetDictionary(key, &child_dictionary)) {
394 child_dictionary = new DictionaryValue;
395 current_dictionary->SetWithoutPathExpansion(key, child_dictionary);
398 current_dictionary = child_dictionary;
473 const DictionaryValue* child_dictionary = NULL; local
475 current_path.substr(0, delimiter_position), &child_dictionary))
478 current_dictionary = child_dictionary;

Completed in 189 milliseconds