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

/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java172 public void requestFocusNodeHref(Message hrefMsg) { argument
/frameworks/base/core/java/android/webkit/
H A DWebView.java1950 * "href." If hrefMsg is null, this method returns immediately and does not
1951 * dispatch hrefMsg to its target.
1953 * @param hrefMsg This message will be dispatched with the result of the
1960 public void requestFocusNodeHref(Message hrefMsg) { argument
1961 if (hrefMsg == null || mNativeClass == 0) {
1967 hrefMsg);

Completed in 26 milliseconds