Home | History | Annotate | Download | only in accessibility

Lines Matching refs:idList

269     String idList = getAttribute(attribute).string();
270 if (idList.isEmpty())
273 idList.replace('\n', ' ');
275 idList.split(' ', idVector);