Searched defs:hrefMsg (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java164 public void requestFocusNodeHref(Message hrefMsg) { argument
/frameworks/base/core/java/android/webkit/
H A DWebView.java1331 * If hrefMsg is null, this method returns immediately and does not
1332 * dispatch hrefMsg to its target. If the tapped point hits an image,
1337 * @param hrefMsg the message to be dispatched with the result of the
1342 public void requestFocusNodeHref(Message hrefMsg) { argument
1344 mProvider.requestFocusNodeHref(hrefMsg);
H A DWebViewProvider.java171 public void requestFocusNodeHref(Message hrefMsg); argument

Completed in 30 milliseconds