Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/bindings/v8/specialization/
DV8BindingState.cpp87 bool State<V8Binding>::processingUserGesture() in processingUserGesture() function in WebCore::State
89 return ScriptController::processingUserGesture(); in processingUserGesture()
DV8BindingState.h58 bool processingUserGesture();
/external/webkit/Source/WebCore/bindings/v8/
DV8Utilities.cpp97 bool processingUserGesture() in processingUserGesture() function
99 return V8BindingState::Only()->processingUserGesture(); in processingUserGesture()
DScriptController.cpp157 bool ScriptController::processingUserGesture() in processingUserGesture() function in WebCore::ScriptController
200 return UserGestureIndicator::processingUserGesture(); in processingUserGesture()
206 return ScriptController::processingUserGesture(); in anyPageIsProcessingUserGesture()
DScriptController.h156 static bool processingUserGesture();
DV8Utilities.h52 bool processingUserGesture();
/external/webkit/Source/WebCore/dom/
DUserGestureIndicator.h42 …static bool processingUserGesture() { return s_processingUserGesture == DefinitelyProcessingUserGe… in processingUserGesture() function
DEvent.cpp248 if (!UserGestureIndicator::processingUserGesture()) in fromUserGesture()
/external/webkit/Source/WebCore/loader/
DNavigationScheduler.cpp65 , 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/
DHTMLFormElement.cpp302 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()
DHTMLFormElement.h135 … void submit(Event*, bool activateSubmitButton, bool processingUserGesture, FormSubmissionTrigger);
DHTMLMediaElement.h177 bool processingUserGesture() const;
DHTMLMediaElement.cpp373 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/
DDOMTimer.cpp60 return UserGestureIndicator::processingUserGesture() in shouldForwardUserGesture()
/external/webkit/Source/WebCore/bindings/generic/
DBindingSecurity.h119 if (state->processingUserGesture()) in allowPopUp()
/external/webkit/Source/WebCore/bindings/js/
DScriptController.h112 static bool processingUserGesture();
DScriptController.cpp240 bool ScriptController::processingUserGesture() in processingUserGesture() function in WebCore::ScriptController
263 return UserGestureIndicator::processingUserGesture(); in processingUserGesture()
DJSDOMBinding.cpp419 bool processingUserGesture() in processingUserGesture() function
421 return ScriptController::processingUserGesture(); in processingUserGesture()
DJSDOMBinding.h295 bool processingUserGesture();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFullscreenVideoController.cpp371 m_mediaElement->play(m_mediaElement->processingUserGesture()); in play()
380 m_mediaElement->pause(m_mediaElement->processingUserGesture()); in pause()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DChromeClientAndroid.cpp139 bool isUserGesture = UserGestureIndicator::processingUserGesture(); in focus()
178 ScriptController::processingUserGesture()); in createWindow()
/external/webkit/Source/WebKit/win/
DFullscreenVideoController.cpp327 m_mediaElement->play(m_mediaElement->processingUserGesture()); in play()
333 m_mediaElement->pause(m_mediaElement->processingUserGesture()); in pause()
/external/webkit/Source/WebKit/mac/WebView/
DWebVideoFullscreenHUDWindowController.mm586 mediaElement->play(mediaElement->processingUserGesture());
588 mediaElement->pause(mediaElement->processingUserGesture());
/external/webkit/Source/WebCore/bindings/scripts/test/V8/
DV8TestObj.cpp872 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/
DWebViewImpl.cpp1734 mediaElement->play(mediaElement->processingUserGesture()); in performMediaPlayerAction()
1736 mediaElement->pause(mediaElement->processingUserGesture()); in performMediaPlayerAction()

12