Home
last modified time | relevance | path

Searched refs:processingUserGesture (Results 1 – 25 of 27) sorted by relevance

12

/external/webkit/WebCore/bindings/v8/
DV8Utilities.cpp97 bool processingUserGesture() in processingUserGesture() function
100 return frame && frame->script()->processingUserGesture(); in processingUserGesture()
125 …ingFrame->loader()->outgoingReferrer(), lockHistory, lockBackForwardList, processingUserGesture()); in navigateIfAllowed()
DScriptController.cpp153 bool ScriptController::processingUserGesture(DOMWrapperWorld*) const in processingUserGesture() function in WebCore::ScriptController
205 return processingUserGesture(); in anyPageIsProcessingUserGesture()
DScriptController.h148 bool processingUserGesture(DOMWrapperWorld* world = 0) const;
DV8Utilities.h52 bool processingUserGesture();
/external/webkit/WebCore/bindings/generic/
DBindingDOMWindow.h113 bool userGesture = processingUserGesture(); in createWindow()
/external/webkit/WebCore/bindings/js/
DJSDocumentCustom.cpp90 bool userGesture = activeFrame->script()->processingUserGesture(currentWorld(exec)); in setLocation()
DJSLocationCustom.cpp194 …rame->loader()->outgoingReferrer(), lockHistory, lockBackForwardList, processingUserGesture(exec)); in navigateIfAllowed()
328 frame->redirectScheduler()->scheduleRefresh(processingUserGesture(exec)); in reload()
DScriptController.h110 bool processingUserGesture(DOMWrapperWorld*) const;
DJSDOMWindowCustom.cpp516 …(), !lexicalFrame->script()->anyPageIsProcessingUserGesture(), false, processingUserGesture(exec)); in setLocation()
710 bool userGesture = processingUserGesture(exec); in createWindow()
724 if (activeFrame->script()->processingUserGesture(currentWorld(exec))) in domWindowAllowPopUp()
773 bool userGesture = processingUserGesture(exec); in open()
DJSDOMBinding.cpp778 bool processingUserGesture(ExecState* exec) in processingUserGesture() function
781 return frame && frame->script()->processingUserGesture(currentWorld(exec)); in processingUserGesture()
DScriptController.cpp226 bool ScriptController::processingUserGesture(DOMWrapperWorld* world) const in processingUserGesture() function in WebCore::ScriptController
DJSDOMBinding.h424 bool processingUserGesture(JSC::ExecState*);
/external/webkit/WebCore/html/
DHTMLMediaElement.cpp273 pause(processingUserGesture()); in removedFromDocument()
1274 pause(processingUserGesture()); in beginScrubbing()
1770 load(processingUserGesture(), ec); in documentDidBecomeActive()
1809 bool HTMLMediaElement::processingUserGesture() const in processingUserGesture() function in WebCore::HTMLMediaElement
DHTMLMediaElement.h174 bool processingUserGesture() const;
/external/webkit/WebKit/win/
DFullscreenVideoController.cpp246 m_mediaElement->play(m_mediaElement->processingUserGesture()); in play()
252 m_mediaElement->pause(m_mediaElement->processingUserGesture()); in pause()
DChangeLog167 … Bug 34346 - With JSC bindings, make processingUserGesture work with events in Isolated Worlds
/external/webkit/WebKit/mac/WebView/
DWebVideoFullscreenHUDWindowController.mm587 mediaElement->play(mediaElement->processingUserGesture());
589 mediaElement->pause(mediaElement->processingUserGesture());
/external/webkit/WebCore/bindings/v8/custom/
DV8DOMWindowCustom.cpp443 if (frame->script()->processingUserGesture()) in allowPopUp()
624 bool userGesture = processingUserGesture(); in openCallback()
DV8LocationCustom.cpp278 frame->redirectScheduler()->scheduleRefresh(processingUserGesture()); in reloadCallback()
/external/webkit/WebKit/android/WebCoreSupport/
DChromeClientAndroid.cpp180 frame->script()->processingUserGesture(mainThreadNormalWorld())); in focus()
/external/webkit/WebKit/mac/
DChangeLog202 … Bug 34346 - With JSC bindings, make processingUserGesture work with events in Isolated Worlds
/external/webkit/WebKit/chromium/src/
DWebViewImpl.cpp1324 mediaElement->play(mediaElement->processingUserGesture()); in performMediaPlayerAction()
1326 mediaElement->pause(mediaElement->processingUserGesture()); in performMediaPlayerAction()
/external/webkit/WebCore/
DChangeLog4266 (WebCore::ScriptController::processingUserGesture):
5334 (WebCore::ScriptController::processingUserGesture):
5386 … Bug 34346 - With JSC bindings, make processingUserGesture work with events in Isolated Worlds
5394 (WebCore::processingUserGesture):
5402 (WebCore::ScriptController::processingUserGesture):
DChangeLog-2009-06-165744 (WebCore::processingUserGesture):
6509 (WebCore::ScriptController::processingUserGesture):
6536 (WebCore::processingUserGesture):
6550 (WebCore::processingUserGesture):
39800 (WebCore::HTMLMediaElement::processingUserGesture): New.
46000 (WebCore::ScriptController::processingUserGesture):
72845 (WebCore::ScriptController::processingUserGesture):
/external/webkit/WebCore/loader/
DFrameLoader.cpp1502 …return frame->script()->processingUserGesture(mainThreadNormalWorld()); // FIXME: Use pageIsProces… in isProcessingUserGesture()

12