Searched defs:processingUserGesture (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/specialization/
H A DV8BindingState.cpp87 bool State<V8Binding>::processingUserGesture() function in class:WebCore::State
89 return ScriptController::processingUserGesture();
/external/webkit/Source/WebCore/dom/
H A DUserGestureIndicator.h42 static bool processingUserGesture() { return s_processingUserGesture == DefinitelyProcessingUserGesture; } function in class:WebCore::UserGestureIndicator
/external/webkit/Source/WebCore/bindings/v8/
H A DV8Utilities.cpp97 bool processingUserGesture() function in namespace:WebCore
99 return V8BindingState::Only()->processingUserGesture();
H A DScriptController.cpp157 bool ScriptController::processingUserGesture() function in class:WebCore::ScriptController
182 // Based on code from JSC's ScriptController::processingUserGesture.
185 // Event::fromUserGesture will return false when UserGestureIndicator::processingUserGesture() returns false.
199 // Based on JSC version, use returned value of UserGestureIndicator::processingUserGesture for all other situations.
200 return UserGestureIndicator::processingUserGesture();
206 return ScriptController::processingUserGesture();
/external/webkit/Source/WebCore/html/
H A DHTMLFormElement.cpp302 void HTMLFormElement::submit(Event* event, bool activateSubmitButton, bool processingUserGesture, FormSubmissionTrigger formSubmissionTrigger) argument
315 m_wasUserSubmitted = processingUserGesture;
336 frame->loader()->submitForm(FormSubmission::create(this, m_attributes, event, !processingUserGesture, formSubmissionTrigger));
H A DHTMLMediaElement.cpp374 pause(processingUserGesture());
1622 pause(processingUserGesture());
2375 load(processingUserGesture(), ec);
2438 m_userGestureInitiated = processingUserGesture();
2446 bool HTMLMediaElement::processingUserGesture() const function in class:WebCore::HTMLMediaElement
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMBinding.cpp419 bool processingUserGesture() function in namespace:WebCore
421 return ScriptController::processingUserGesture();
H A DScriptController.cpp240 bool ScriptController::processingUserGesture() function in class:WebCore::ScriptController
263 return UserGestureIndicator::processingUserGesture();

Completed in 312 milliseconds