• Home
  • Raw
  • Download

Lines Matching refs:CefDictionaryValue

100 void TestDictionaryNull(CefRefPtr<CefDictionaryValue> value) {  in TestDictionaryNull()
108 void TestDictionaryBool(CefRefPtr<CefDictionaryValue> value) { in TestDictionaryBool()
117 void TestDictionaryInt(CefRefPtr<CefDictionaryValue> value) { in TestDictionaryInt()
126 void TestDictionaryDouble(CefRefPtr<CefDictionaryValue> value) { in TestDictionaryDouble()
135 void TestDictionaryString(CefRefPtr<CefDictionaryValue> value) { in TestDictionaryString()
144 void TestDictionaryBinary(CefRefPtr<CefDictionaryValue> value, in TestDictionaryBinary()
165 void TestDictionaryDictionary(CefRefPtr<CefDictionaryValue> value, in TestDictionaryDictionary()
166 CefRefPtr<CefDictionaryValue>& dictionary_value) { in TestDictionaryDictionary()
167 dictionary_value = CefDictionaryValue::Create(); in TestDictionaryDictionary()
189 void TestDictionaryList(CefRefPtr<CefDictionaryValue> value, in TestDictionaryList()
213 void TestDictionary(CefRefPtr<CefDictionaryValue> value, in TestDictionary()
217 CefRefPtr<CefDictionaryValue> dictionary_value; in TestDictionary()
236 CefRefPtr<CefDictionaryValue> copy = value->Copy(false); in TestDictionary()
287 DictionaryTask(CefRefPtr<CefDictionaryValue> value, in DictionaryTask()
299 CefRefPtr<CefDictionaryValue> value_;
384 CefRefPtr<CefDictionaryValue>& dictionary_value) { in TestListDictionary()
385 dictionary_value = CefDictionaryValue::Create(); in TestListDictionary()
440 CefRefPtr<CefDictionaryValue> dictionary_value; in TestList()
613 CefRefPtr<CefDictionaryValue> CreateDictionaryValue() { in CreateDictionaryValue()
615 CefRefPtr<CefDictionaryValue> dict_value = CefDictionaryValue::Create(); in CreateDictionaryValue()
658 CefRefPtr<CefDictionaryValue> value = CefDictionaryValue::Create(); in TEST()
672 CefRefPtr<CefDictionaryValue> value = CefDictionaryValue::Create(); in TEST()
688 CefRefPtr<CefDictionaryValue> value = CefDictionaryValue::Create(); in TEST()
694 CefRefPtr<CefDictionaryValue> dictionary_value = CefDictionaryValue::Create(); in TEST()
695 CefRefPtr<CefDictionaryValue> dictionary_value2 = in TEST()
696 CefDictionaryValue::Create(); in TEST()
697 CefRefPtr<CefDictionaryValue> dictionary_value3 = in TEST()
698 CefDictionaryValue::Create(); in TEST()
899 CefRefPtr<CefDictionaryValue> target_dict = CefDictionaryValue::Create(); in TEST()
1027 CefRefPtr<CefDictionaryValue> target_dict = CefDictionaryValue::Create(); in TEST()
1179 CefRefPtr<CefDictionaryValue> target_dict = CefDictionaryValue::Create(); in TEST()
1231 CefRefPtr<CefDictionaryValue> dict_value = CreateDictionaryValue(); in TEST()
1243 CefRefPtr<CefDictionaryValue> dict_value2 = value->GetDictionary(); in TEST()
1264 CefRefPtr<CefDictionaryValue> dict_value = CreateDictionaryValue(); 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()
1325 CefRefPtr<CefDictionaryValue> dict_value = CreateDictionaryValue(); in TEST()
1332 CefRefPtr<CefDictionaryValue> target_dict = CefDictionaryValue::Create(); 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()