Home
last modified time | relevance | path

Searched refs:eventContext (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DEventDispatcher.cpp157 const NodeEventContext& eventContext = m_event->eventPath()[i]; in dispatchEventAtCapturing() local
158 if (eventContext.currentTargetSameAsTarget()) in dispatchEventAtCapturing()
160 eventContext.handleLocalEvents(m_event.get()); in dispatchEventAtCapturing()
180 const NodeEventContext& eventContext = m_event->eventPath()[i]; in dispatchEventAtBubbling() local
181 if (eventContext.currentTargetSameAsTarget()) in dispatchEventAtBubbling()
187 eventContext.handleLocalEvents(m_event.get()); in dispatchEventAtBubbling()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptDebugServer.cpp501 v8::Handle<v8::Context> eventContext = eventDetails.GetEventContext(); in handleV8DebugEvent() local
502 ASSERT(!eventContext.IsEmpty()); in handleV8DebugEvent()
504 ScriptDebugListener* listener = getDebugListenerForContext(eventContext); in handleV8DebugEvent()
519 …handleProgramBreak(ScriptState::from(eventContext), eventDetails.GetExecutionState(), exception, v… in handleV8DebugEvent()
524 …handleProgramBreak(ScriptState::from(eventContext), eventDetails.GetExecutionState(), v8::Handle<v… in handleV8DebugEvent()
527 …handleV8AsyncTaskEvent(listener, ScriptState::from(eventContext), eventDetails.GetExecutionState()… in handleV8DebugEvent()
530 …handleV8PromiseEvent(listener, ScriptState::from(eventContext), eventDetails.GetExecutionState(), … in handleV8DebugEvent()
DPageScriptDebugServer.cpp239 v8::Handle<v8::Context> eventContext = eventDetails.GetEventContext(); in preprocessBeforeCompile() local
240 LocalFrame* frame = retrieveFrameWithGlobalObjectCheck(eventContext); in preprocessBeforeCompile()