/external/webkit/Source/WebCore/bindings/v8/specialization/ |
D | V8BindingState.cpp | 87 bool State<V8Binding>::processingUserGesture() in processingUserGesture() function in WebCore::State 89 return ScriptController::processingUserGesture(); in processingUserGesture()
|
D | V8BindingState.h | 58 bool processingUserGesture();
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | V8Utilities.cpp | 97 bool processingUserGesture() in processingUserGesture() function 99 return V8BindingState::Only()->processingUserGesture(); in processingUserGesture()
|
D | ScriptController.cpp | 157 bool ScriptController::processingUserGesture() in processingUserGesture() function in WebCore::ScriptController 200 return UserGestureIndicator::processingUserGesture(); in processingUserGesture() 206 return ScriptController::processingUserGesture(); in anyPageIsProcessingUserGesture()
|
D | ScriptController.h | 156 static bool processingUserGesture();
|
D | V8Utilities.h | 52 bool processingUserGesture();
|
/external/webkit/Source/WebCore/dom/ |
D | UserGestureIndicator.h | 42 …static bool processingUserGesture() { return s_processingUserGesture == DefinitelyProcessingUserGe… in processingUserGesture() function
|
D | Event.cpp | 248 if (!UserGestureIndicator::processingUserGesture()) in fromUserGesture()
|
/external/webkit/Source/WebCore/loader/ |
D | NavigationScheduler.cpp | 65 , m_wasUserGesture(ScriptController::processingUserGesture()) in ScheduledNavigation() 296 …if (!ScriptController::processingUserGesture() && targetFrame->loader()->documentLoader() && !targ… in mustLockBackForwardList() 352 && m_frame->tree()->parent() && !ScriptController::processingUserGesture()); in scheduleFormSubmission()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLFormElement.cpp | 302 void HTMLFormElement::submit(Event* event, bool activateSubmitButton, bool processingUserGesture, F… in submit() argument 315 m_wasUserSubmitted = processingUserGesture; in submit() 336 …()->submitForm(FormSubmission::create(this, m_attributes, event, !processingUserGesture, formSubmi… in submit()
|
D | HTMLFormElement.h | 135 … void submit(Event*, bool activateSubmitButton, bool processingUserGesture, FormSubmissionTrigger);
|
D | HTMLMediaElement.h | 177 bool processingUserGesture() const;
|
D | HTMLMediaElement.cpp | 373 pause(processingUserGesture()); in removedFromDocument() 1597 pause(processingUserGesture()); in beginScrubbing() 2347 load(processingUserGesture(), ec); in resume() 2409 bool HTMLMediaElement::processingUserGesture() const in processingUserGesture() function in WebCore::HTMLMediaElement
|
/external/webkit/Source/WebCore/page/ |
D | DOMTimer.cpp | 60 return UserGestureIndicator::processingUserGesture() in shouldForwardUserGesture()
|
/external/webkit/Source/WebCore/bindings/generic/ |
D | BindingSecurity.h | 119 if (state->processingUserGesture()) in allowPopUp()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | ScriptController.h | 112 static bool processingUserGesture();
|
D | ScriptController.cpp | 240 bool ScriptController::processingUserGesture() in processingUserGesture() function in WebCore::ScriptController 263 return UserGestureIndicator::processingUserGesture(); in processingUserGesture()
|
D | JSDOMBinding.cpp | 419 bool processingUserGesture() in processingUserGesture() function 421 return ScriptController::processingUserGesture(); in processingUserGesture()
|
D | JSDOMBinding.h | 295 bool processingUserGesture();
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | FullscreenVideoController.cpp | 371 m_mediaElement->play(m_mediaElement->processingUserGesture()); in play() 380 m_mediaElement->pause(m_mediaElement->processingUserGesture()); in pause()
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | ChromeClientAndroid.cpp | 139 bool isUserGesture = UserGestureIndicator::processingUserGesture(); in focus() 178 ScriptController::processingUserGesture()); in createWindow()
|
/external/webkit/Source/WebKit/win/ |
D | FullscreenVideoController.cpp | 327 m_mediaElement->play(m_mediaElement->processingUserGesture()); in play() 333 m_mediaElement->pause(m_mediaElement->processingUserGesture()); in pause()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebVideoFullscreenHUDWindowController.mm | 586 mediaElement->play(mediaElement->processingUserGesture()); 588 mediaElement->pause(mediaElement->processingUserGesture());
|
/external/webkit/Source/WebCore/bindings/scripts/test/V8/ |
D | V8TestObj.cpp | 872 imp->withDynamicFrameAndUserGesture(enteredFrame, intArg, processingUserGesture()); in withDynamicFrameAndUserGestureCallback() 885 imp->withDynamicFrameAndUserGestureASAD(enteredFrame, intArg, processingUserGesture()); in withDynamicFrameAndUserGestureASADCallback() 892 …mp->withDynamicFrameAndUserGestureASAD(enteredFrame, intArg, optionalArg, processingUserGesture()); in withDynamicFrameAndUserGestureASADCallback()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebViewImpl.cpp | 1734 mediaElement->play(mediaElement->processingUserGesture()); in performMediaPlayerAction() 1736 mediaElement->pause(mediaElement->processingUserGesture()); in performMediaPlayerAction()
|