Searched defs:PopulateAxNodeAttributes (Results 1 – 1 of 1) sorted by relevance
64 struct PopulateAxNodeAttributes { struct65 CefRefPtr<CefDictionaryValue> attributes;67 explicit PopulateAxNodeAttributes(CefRefPtr<CefDictionaryValue> attrs) in PopulateAxNodeAttributes() function71 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 ()()