Searched defs:isUserGesture (Results 1 – 6 of 6) sorted by relevance
55 …void webkitEnterFullScreen(bool isUserGesture, ExceptionCode& ec) { webkitEnterFullscreen(isUserGe… in webkitEnterFullScreen()
233 void HTMLVideoElement::webkitEnterFullscreen(bool isUserGesture, ExceptionCode& ec) in webkitEnterFullscreen()
511 void HTMLMediaElement::load(bool isUserGesture, ExceptionCode& ec) in load()1423 void HTMLMediaElement::play(bool isUserGesture) in play()1482 void HTMLMediaElement::pause(bool isUserGesture) in pause()
156 bool isUserGesture = UserGestureIndicator::processingUserGesture(); in focus() local
281 …_with_dynamic_frame_and_user_gesture(WebKitDOMTestObj* self, glong int_arg, gboolean isUserGesture) in webkit_dom_test_obj_with_dynamic_frame_and_user_gesture()290 …ser_gesture_asad(WebKitDOMTestObj* self, glong int_arg, glong optional_arg, gboolean isUserGesture) in webkit_dom_test_obj_with_dynamic_frame_and_user_gesture_asad()
1425 bool isUserGesture = webframe->isProcessingUserGesture(); in printFrameUserGestureStatus() local