Home
last modified time | relevance | path

Searched defs:hasUserGesture (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/components/navigation_interception/android/java/src/org/chromium/components/navigation_interception/
DNavigationParams.java15 public final boolean hasUserGesture; field in NavigationParams
21 public NavigationParams(String url, boolean isPost, boolean hasUserGesture, in NavigationParams()
31 public static NavigationParams create(String url, boolean isPost, boolean hasUserGesture, in create()
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwContentsIoThreadClient.java49 boolean hasUserGesture, String method, String[] requestHeaderNames, in shouldInterceptRequest()
DAwContentsClient.java96 public boolean hasUserGesture; field in AwContentsClient.ShouldInterceptRequestParams
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DDownloadInfo.java97 public boolean hasUserGesture() { in hasUserGesture() method in DownloadInfo
199 public Builder setHasUserGesture(boolean hasUserGesture) { in setHasUserGesture()
DDownloadController.java67 String cookie, String referer, boolean hasUserGesture, in newHttpGetDownload()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebURLRequest.cpp245 bool WebURLRequest::hasUserGesture() const in hasUserGesture() function in blink::WebURLRequest
250 void WebURLRequest::setHasUserGesture(bool hasUserGesture) in setHasUserGesture()
/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceRequest.h173 bool hasUserGesture() const { return m_hasUserGesture; } in hasUserGesture() function
174 void setHasUserGesture(bool hasUserGesture) { m_hasUserGesture = hasUserGesture; } in setHasUserGesture()