Searched refs:sBefore (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/toolkit/test/accessibility/ |
H A D | AccessibleTextHandler.java | 167 String sWord, String sBefore, String sBehind) in textAtIndexNodeString() argument 171 + "(" + sBefore + "," in textAtIndexNodeString() 197 TextSegment sBefore = xText.getTextBeforeIndex(0, nTextType); in textAtIndexNode() local 205 if( ! ( sTmp.equals( sWord ) && sTBef.equals( sBefore ) && in textAtIndexNode() 210 sWord.SegmentText, sBefore.SegmentText, sBehind.SegmentText), aNode)); in textAtIndexNode() 212 sBefore = sTBef; in textAtIndexNode() 226 sWord.SegmentText, sBefore.SegmentText, sBehind.SegmentText), aNode)); in textAtIndexNode()
|
Completed in 19 milliseconds