• Home
  • Raw
  • Download

Lines Matching refs:CefDictionaryValue

129           CefRefPtr<CefDictionaryValue> update, event;  in OnAccessibilityTreeChange()
152 CefRefPtr<CefDictionaryValue> update, event; in OnAccessibilityTreeChange()
173 CefRefPtr<CefDictionaryValue> event; in OnAccessibilityTreeChange()
263 CefRefPtr<CefDictionaryValue> topLevel = value->GetDictionary(); in GetUpdateList()
276 static CefRefPtr<CefDictionaryValue> GetUpdateValue(CefRefPtr<CefValue> value, in GetUpdateValue()
282 CefRefPtr<CefDictionaryValue> update = updates->GetDictionary(index); in GetUpdateValue()
290 CefRefPtr<CefDictionaryValue> topLevel = value->GetDictionary(); in GetEventList()
303 static CefRefPtr<CefDictionaryValue> GetEventValue(CefRefPtr<CefValue> value, in GetEventValue()
309 CefRefPtr<CefDictionaryValue> event = events->GetDictionary(index); in GetEventValue()
315 CefRefPtr<CefDictionaryValue>& update, in GetFirstUpdateAndEvent()
316 CefRefPtr<CefDictionaryValue>& event) { in GetFirstUpdateAndEvent()
325 CefRefPtr<CefDictionaryValue>& event) { in GetFirstMatchingEvent()
329 CefRefPtr<CefDictionaryValue> cur_event = GetEventValue(value, i); in GetFirstMatchingEvent()
340 CefRefPtr<CefDictionaryValue> update, event; in TestEnableAccessibilityUpdate()
351 CefRefPtr<CefDictionaryValue> treeData = update->GetDictionary("tree_data"); in TestEnableAccessibilityUpdate()
364 CefRefPtr<CefDictionaryValue> root; in TestEnableAccessibilityUpdate()
366 CefRefPtr<CefDictionaryValue> node = nodes->GetDictionary(index); in TestEnableAccessibilityUpdate()
387 void SetEditBoxIdAndRect(CefRefPtr<CefDictionaryValue> value) { in SetEditBoxIdAndRect()
396 CefRefPtr<CefDictionaryValue> node = nodes->GetDictionary(index); in SetEditBoxIdAndRect()
399 CefRefPtr<CefDictionaryValue> loc = node->GetDictionary("location"); in SetEditBoxIdAndRect()