Home
last modified time | relevance | path

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

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwWebContentsDelegate.java28 public abstract boolean addNewContents(boolean isDialog, boolean isUserGesture); in addNewContents()
DAwWebContentsDelegateAdapter.java181 public boolean addNewContents(boolean isDialog, boolean isUserGesture) { in addNewContents()
DAwContentsClient.java196 protected abstract boolean onCreateWindow(boolean isDialog, boolean isUserGesture); in onCreateWindow()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTabbedPane.js208 var eventData = { tabId: id, view: tab.view, isUserGesture: userGesture }; property
270 var eventData = { tabId: id, view: tab.view, isUserGesture: userGesture }; property
DOverridesView.js774 _userAgentChanged: function(isUserGesture) argument
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
DNullContentsClient.java154 public boolean onCreateWindow(boolean isDialog, boolean isUserGesture) { in onCreateWindow()
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DWebTestProxy.cpp116 bool isUserGesture = WebUserGestureIndicator::isProcessingUserGesture(); in printFrameUserGestureStatus() local