Searched refs:findTag (Results 1 – 1 of 1) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | Hyperlinks.java | 1111 Pair<File, Integer> result = findTag(name, file, parser, document, targetTag); in findValueInDocument() 1115 result = findTag(name, file, parser, document, targetTag); in findValueInDocument() 1120 private static Pair<File, Integer> findTag(String name, File file, OffsetTrackingParser parser, in findTag() method in Hyperlinks
|