Lines Matching refs:GetDictionary
179 dictionary_value = value->GetDictionary(kDictionaryKey); in TestDictionaryDictionary()
399 dictionary_value = value->GetDictionary(index); in TestListDictionary()
707 dictionary_value = value->GetDictionary(kDictionaryKey); in TEST()
711 dictionary_value2 = dictionary_value->GetDictionary(kDictionaryKey); in TEST()
715 dictionary_value3 = dictionary_value2->GetDictionary(kDictionaryKey); in TEST()
1243 CefRefPtr<CefDictionaryValue> dict_value2 = value->GetDictionary(); in TEST()
1280 CefRefPtr<CefDictionaryValue> dict_value2 = value->GetDictionary(); in TEST()
1281 CefRefPtr<CefDictionaryValue> dict_value3 = target_list->GetDictionary(0); in TEST()
1283 CefRefPtr<CefDictionaryValue> dict_value4 = value2->GetDictionary(); in TEST()
1341 CefRefPtr<CefDictionaryValue> dict_value2 = value->GetDictionary(); in TEST()
1342 CefRefPtr<CefDictionaryValue> dict_value3 = target_dict->GetDictionary(key); in TEST()
1344 CefRefPtr<CefDictionaryValue> dict_value4 = value2->GetDictionary(); in TEST()