Home
last modified time | relevance | path

Searched refs:targetAttribute (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DHyperlinks.java1026 String targetAttribute = NEW_ID_PREFIX + id; in findIdInDocument() local
1028 Pair<IFile, IRegion> result = findIdInElement(root, file, targetAttribute, in findIdInDocument()
1031 result = findIdInElement(root, file, targetAttribute, false /*requireId*/); in findIdInDocument()
1037 Element root, IFile file, String targetAttribute, boolean requireIdAttribute) { in findIdInElement() argument
1047 if (value.equals(targetAttribute)) { in findIdInElement()
1068 Pair<IFile, IRegion> result = findIdInElement(element, file, targetAttribute, in findIdInElement()