Searched defs:SRC_ANCHOR_TYPE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebView.java990 public static final int SRC_ANCHOR_TYPE = 7; field in class:WebView.HitTestResult
2539 * is set to SRC_ANCHOR_TYPE and the url is set in the "extra" field. If the
2582 result.setType(HitTestResult.SRC_ANCHOR_TYPE);
2600 || type == HitTestResult.SRC_ANCHOR_TYPE) {

Completed in 128 milliseconds