Searched refs:htmlName (Results 1 – 1 of 1) sorted by relevance
305 static ViewNode findNodeByHtmlName(AssistStructure structure, String htmlName) { in findNodeByHtmlName() argument306 return findNodeByFilter(structure, htmlName, HTML_NAME_FILTER); in findNodeByHtmlName()312 static ViewNode findNodeByHtmlName(List<FillContext> contexts, String htmlName) { in findNodeByHtmlName() argument313 return findNodeByFilter(contexts, htmlName, HTML_NAME_FILTER); in findNodeByHtmlName()319 static ViewNode findNodeByHtmlName(ViewNode node, String htmlName) { in findNodeByHtmlName() argument320 return findNodeByFilter(node, htmlName, HTML_NAME_FILTER); in findNodeByHtmlName()