Lines Matching refs:CefDictionaryValue
54 CefRefPtr<CefDictionaryValue> ToCefValue(const gfx::RectF& bounds) { in ToCefValue()
55 CefRefPtr<CefDictionaryValue> value = CefDictionaryValue::Create(); in ToCefValue()
65 CefRefPtr<CefDictionaryValue> attributes;
67 explicit PopulateAxNodeAttributes(CefRefPtr<CefDictionaryValue> attrs) in PopulateAxNodeAttributes()
277 CefRefPtr<CefDictionaryValue> ToCefValue(const ui::AXNodeData& node) { in ToCefValue()
278 CefRefPtr<CefDictionaryValue> value = CefDictionaryValue::Create(); in ToCefValue()
319 CefRefPtr<CefDictionaryValue> attributes = CefDictionaryValue::Create(); in ToCefValue()
346 CefRefPtr<CefDictionaryValue> ToCefValue(const ui::AXTreeData& treeData) { in ToCefValue()
347 CefRefPtr<CefDictionaryValue> value = CefDictionaryValue::Create(); in ToCefValue()
393 CefRefPtr<CefDictionaryValue> ToCefValue(const ui::AXTreeUpdate& update) { in ToCefValue()
394 CefRefPtr<CefDictionaryValue> value = CefDictionaryValue::Create(); in ToCefValue()
413 CefRefPtr<CefDictionaryValue> ToCefValue(const ui::AXEvent& event) { in ToCefValue()
414 CefRefPtr<CefDictionaryValue> value = CefDictionaryValue::Create(); in ToCefValue()
432 CefRefPtr<CefDictionaryValue> ToCefValue( in ToCefValue()
434 CefRefPtr<CefDictionaryValue> value = CefDictionaryValue::Create(); in ToCefValue()
464 CefRefPtr<CefDictionaryValue> ToCefValue(const ui::AXRelativeBounds& location) { in ToCefValue()
465 CefRefPtr<CefDictionaryValue> value = CefDictionaryValue::Create(); in ToCefValue()
481 CefRefPtr<CefDictionaryValue> ToCefValue( in ToCefValue()
483 CefRefPtr<CefDictionaryValue> value = CefDictionaryValue::Create(); in ToCefValue()