Searched refs:windowTypeTable (Results 1 – 1 of 1) sorted by relevance
271 static const std::map<AccessibilityWindowType, const std::string> windowTypeTable = { in ConvertWindowTypeToString() local278 if (windowTypeTable.find(type) == windowTypeTable.end()) { in ConvertWindowTypeToString()282 return windowTypeTable.at(type); in ConvertWindowTypeToString()