OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:child_dictionary
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/prefs/
pref_metrics_service_unittest.cc
220
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);
pref_metrics_service.cc
355
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/
values.cc
349
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/
values.cc
392
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 175 milliseconds