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

/frameworks/base/core/java/android/webkit/
H A DBrowserFrame.java800 * @param userGesture
812 boolean userGesture,
841 + ", userGesture=" + userGesture);
847 mainResource, userGesture, postDataIdentifier, username, password);
1002 private BrowserFrame createWindow(boolean dialog, boolean userGesture) { argument
1003 return mCallbackProxy.createWindow(dialog, userGesture);
804 startLoadingResource(int loaderHandle, String url, String method, HashMap headers, byte[] postData, long postDataIdentifier, int cacheMode, boolean mainResource, boolean userGesture, boolean synchronous, String username, String password) argument
H A DCallbackProxy.java1217 public BrowserFrame createWindow(boolean dialog, boolean userGesture) { argument
1229 userGesture ? 1 : 0, msg));
H A DLoadListener.java135 boolean isMainResource, boolean userGesture, long postIdentifier,
140 isMainPageLoader, isMainResource, userGesture, postIdentifier,
150 boolean isMainResource, boolean userGesture, long postIdentifier,
167 mUserGesture = userGesture;
132 getLoadListener(Context context, BrowserFrame frame, String url, int nativeLoader, boolean synchronous, boolean isMainPageLoader, boolean isMainResource, boolean userGesture, long postIdentifier, String username, String password) argument
148 LoadListener(Context context, BrowserFrame frame, String url, int nativeLoader, boolean synchronous, boolean isMainPageLoader, boolean isMainResource, boolean userGesture, long postIdentifier, String username, String password) argument

Completed in 57 milliseconds