Searched refs:foundNode (Results 1 – 12 of 12) sorted by relevance
92 Element foundNode = (Element) xPathExpression.evaluate(domNode, XPathConstants.NODE); in find() local93 if (foundNode == null) { in find()98 UiElement match = FROM_DOM_MAP.get(foundNode); in find()
118 ViewNode foundNode = findLayoutViewNode(qualifier, version, rawLayoutName); in getViewNodeByLayoutName() local119 if (foundNode != null) { in getViewNodeByLayoutName()120 return foundNode; in getViewNodeByLayoutName()
232 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
100 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
104 [debugListener LT:k foundNode:hash ofType:type text:text];
321 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text