Home
last modified time | relevance | path

Searched defs:PopulateAxNodeAttributes (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/libcef/browser/osr/
Dosr_accessibility_util.cc64 struct PopulateAxNodeAttributes { struct
65 CefRefPtr<CefDictionaryValue> attributes;
67 explicit PopulateAxNodeAttributes(CefRefPtr<CefDictionaryValue> attrs) in PopulateAxNodeAttributes() function
71 void operator()(const std::pair<ax::mojom::IntAttribute, int32_t> attr) { in operator ()()
227 void operator()(const std::pair<ax::mojom::BoolAttribute, bool> attr) { in operator ()()
232 void operator()( in operator ()()
238 void operator()(const std::pair<ax::mojom::FloatAttribute, float>& attr) { in operator ()()
244 void operator()(const std::pair<ax::mojom::IntListAttribute, in operator ()()