Home | History | Annotate | Download | only in signed_in_devices

Lines Matching defs:dictionary

22     const base::DictionaryValue& dictionary) {
24 if (dictionary.GetString(path, &out)) {
42 base::DictionaryValue dictionary;
44 CreateMappingForUnmappedDevices(&(devices.get()), &dictionary);
59 CreateMappingForUnmappedDevices(&(devices.get()), &dictionary);
71 // Verify the dictionary.
72 EXPECT_TRUE(VerifyDictionary(public_id1, devices[0]->guid(), dictionary));
73 EXPECT_TRUE(VerifyDictionary(public_id2, devices[1]->guid(), dictionary));
74 EXPECT_TRUE(VerifyDictionary(public_id3, devices[2]->guid(), dictionary));
76 EXPECT_EQ(dictionary.size(), 3U);