Home
last modified time | relevance | path

Searched refs:marktypeArr (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/libcef/browser/osr/
Dosr_accessibility_util.cc258 static ax::mojom::MarkerType marktypeArr[] = { in operator ()() local
263 for (unsigned j = 0; j < base::size(marktypeArr); j++) { in operator ()()
264 if (attr.second[i] & static_cast<int>(marktypeArr[j])) in operator ()()
265 list->SetString(index++, ToString(marktypeArr[j])); in operator ()()