/external/webkit/WebCore/bindings/v8/ |
D | V8Utilities.cpp | 97 bool processingUserGesture() in processingUserGesture() function 100 return frame && frame->script()->processingUserGesture(); in processingUserGesture() 125 …ingFrame->loader()->outgoingReferrer(), lockHistory, lockBackForwardList, processingUserGesture()); in navigateIfAllowed()
|
D | ScriptController.cpp | 153 bool ScriptController::processingUserGesture(DOMWrapperWorld*) const in processingUserGesture() function in WebCore::ScriptController 205 return processingUserGesture(); in anyPageIsProcessingUserGesture()
|
D | ScriptController.h | 148 bool processingUserGesture(DOMWrapperWorld* world = 0) const;
|
D | V8Utilities.h | 52 bool processingUserGesture();
|
/external/webkit/WebCore/bindings/generic/ |
D | BindingDOMWindow.h | 113 bool userGesture = processingUserGesture(); in createWindow()
|
/external/webkit/WebCore/bindings/js/ |
D | JSDocumentCustom.cpp | 90 bool userGesture = activeFrame->script()->processingUserGesture(currentWorld(exec)); in setLocation()
|
D | JSLocationCustom.cpp | 194 …rame->loader()->outgoingReferrer(), lockHistory, lockBackForwardList, processingUserGesture(exec)); in navigateIfAllowed() 328 frame->redirectScheduler()->scheduleRefresh(processingUserGesture(exec)); in reload()
|
D | ScriptController.h | 110 bool processingUserGesture(DOMWrapperWorld*) const;
|
D | JSDOMWindowCustom.cpp | 516 …(), !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()
|
D | JSDOMBinding.cpp | 778 bool processingUserGesture(ExecState* exec) in processingUserGesture() function 781 return frame && frame->script()->processingUserGesture(currentWorld(exec)); in processingUserGesture()
|
D | ScriptController.cpp | 226 bool ScriptController::processingUserGesture(DOMWrapperWorld* world) const in processingUserGesture() function in WebCore::ScriptController
|
D | JSDOMBinding.h | 424 bool processingUserGesture(JSC::ExecState*);
|
/external/webkit/WebCore/html/ |
D | HTMLMediaElement.cpp | 273 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
|
D | HTMLMediaElement.h | 174 bool processingUserGesture() const;
|
/external/webkit/WebKit/win/ |
D | FullscreenVideoController.cpp | 246 m_mediaElement->play(m_mediaElement->processingUserGesture()); in play() 252 m_mediaElement->pause(m_mediaElement->processingUserGesture()); in pause()
|
D | ChangeLog | 167 … Bug 34346 - With JSC bindings, make processingUserGesture work with events in Isolated Worlds
|
/external/webkit/WebKit/mac/WebView/ |
D | WebVideoFullscreenHUDWindowController.mm | 587 mediaElement->play(mediaElement->processingUserGesture()); 589 mediaElement->pause(mediaElement->processingUserGesture());
|
/external/webkit/WebCore/bindings/v8/custom/ |
D | V8DOMWindowCustom.cpp | 443 if (frame->script()->processingUserGesture()) in allowPopUp() 624 bool userGesture = processingUserGesture(); in openCallback()
|
D | V8LocationCustom.cpp | 278 frame->redirectScheduler()->scheduleRefresh(processingUserGesture()); in reloadCallback()
|
/external/webkit/WebKit/android/WebCoreSupport/ |
D | ChromeClientAndroid.cpp | 180 frame->script()->processingUserGesture(mainThreadNormalWorld())); in focus()
|
/external/webkit/WebKit/mac/ |
D | ChangeLog | 202 … Bug 34346 - With JSC bindings, make processingUserGesture work with events in Isolated Worlds
|
/external/webkit/WebKit/chromium/src/ |
D | WebViewImpl.cpp | 1324 mediaElement->play(mediaElement->processingUserGesture()); in performMediaPlayerAction() 1326 mediaElement->pause(mediaElement->processingUserGesture()); in performMediaPlayerAction()
|
/external/webkit/WebCore/ |
D | ChangeLog | 4266 (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):
|
D | ChangeLog-2009-06-16 | 5744 (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/ |
D | FrameLoader.cpp | 1502 …return frame->script()->processingUserGesture(mainThreadNormalWorld()); // FIXME: Use pageIsProces… in isProcessingUserGesture()
|