HomeSort by relevance Sort by last modified time
    Searched refs:isUserGesture (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLVideoElement.h 48 void webkitEnterFullscreen(bool isUserGesture, ExceptionCode&);
55 void webkitEnterFullScreen(bool isUserGesture, ExceptionCode& ec) { webkitEnterFullscreen(isUserGesture, ec); }
HTMLVideoElement.cpp 233 void HTMLVideoElement::webkitEnterFullscreen(bool isUserGesture, ExceptionCode& ec)
240 if ((requireUserGestureForFullScreen() && !isUserGesture) || !supportsFullscreen()) {
HTMLMediaElement.h 98 void load(bool isUserGesture, ExceptionCode&);
125 void play(bool isUserGesture);
126 void pause(bool isUserGesture);
HTMLMediaElement.cpp 511 void HTMLMediaElement::load(bool isUserGesture, ExceptionCode& ec)
513 LOG(Media, "HTMLMediaElement::load(isUserGesture : %s)", boolString(isUserGesture));
515 if (m_restrictions & RequireUserGestureForLoadRestriction && !isUserGesture)
518 m_loadInitiatedByUserGesture = isUserGesture;
520 m_userGestureInitiated |= isUserGesture;
    [all...]
  /frameworks/base/core/java/android/webkit/
WebChromeClient.java 109 * @param isUserGesture True if the request was initiated by a user gesture,
124 boolean isUserGesture, Message resultMsg) {
  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestObj.h 95 webkit_dom_test_obj_with_dynamic_frame_and_user_gesture(WebKitDOMTestObj* self, glong int_arg, gboolean isUserGesture);
98 webkit_dom_test_obj_with_dynamic_frame_and_user_gesture_asad(WebKitDOMTestObj* self, glong int_arg, glong optional_arg, gboolean isUserGesture);
WebKitDOMTestObj.cpp 281 webkit_dom_test_obj_with_dynamic_frame_and_user_gesture(WebKitDOMTestObj* self, glong int_arg, gboolean isUserGesture)
290 webkit_dom_test_obj_with_dynamic_frame_and_user_gesture_asad(WebKitDOMTestObj* self, glong int_arg, glong optional_arg, gboolean isUserGesture)
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
FrameLoadDelegate.mm 96 BOOL isUserGesture = [[self webView] _isProcessingUserGesture];
97 return [NSString stringWithFormat:@"Frame with user gesture \"%@\"", isUserGesture ? @"true" : @"false"];
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 156 bool isUserGesture = UserGestureIndicator::processingUserGesture();
159 if (isUserGesture)
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp     [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorGObject.pm 767 $functionSig .= ", gboolean isUserGesture";
    [all...]
  /prebuilts/sdk/current/
android.jar 

Completed in 348 milliseconds