Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLVideoElement.h55 …void webkitEnterFullScreen(bool isUserGesture, ExceptionCode& ec) { webkitEnterFullscreen(isUserGe… in webkitEnterFullScreen()
DHTMLVideoElement.cpp233 void HTMLVideoElement::webkitEnterFullscreen(bool isUserGesture, ExceptionCode& ec) in webkitEnterFullscreen()
DHTMLMediaElement.cpp511 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()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DChromeClientAndroid.cpp156 bool isUserGesture = UserGestureIndicator::processingUserGesture(); in focus() local
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/
DWebKitDOMTestObj.cpp281 …_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()
/external/webkit/Tools/DumpRenderTree/chromium/
DWebViewHost.cpp1425 bool isUserGesture = webframe->isProcessingUserGesture(); in printFrameUserGestureStatus() local