HomeSort by relevance Sort by last modified time
    Searched refs:isUserGesture (Results 1 - 11 of 11) 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 510 void HTMLMediaElement::load(bool isUserGesture, ExceptionCode& ec)
512 LOG(Media, "HTMLMediaElement::load(isUserGesture : %s)", boolString(isUserGesture));
514 if (m_restrictions & RequireUserGestureForLoadRestriction && !isUserGesture)
517 m_loadInitiatedByUserGesture = isUserGesture;
    [all...]
  /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 139 bool isUserGesture = UserGestureIndicator::processingUserGesture();
142 if (isUserGesture)
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp     [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorGObject.pm 767 $functionSig .= ", gboolean isUserGesture";
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp 486 bool isUserGesture = UserGestureIndicator::processingUserGesture();
491 cacheMode, mainResource, isUserGesture,
    [all...]

Completed in 381 milliseconds