OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:propagationStopped
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/renderer/resources/extensions/automation/
automation_event.js
8
this.
propagationStopped
= false;
18
this.
propagationStopped
= true;
automation_node.js
151
if (privates(event).impl.
propagationStopped
)
160
return !privates(event).impl.
propagationStopped
;
167
if (privates(event).impl.
propagationStopped
)
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBEventDispatcher.cpp
46
if (event->
propagationStopped
())
53
if (event->
propagationStopped
() || !event->bubbles() || event->cancelBubble())
60
if (event->
propagationStopped
() || event->cancelBubble())
/external/chromium_org/third_party/WebKit/Source/core/events/
EventDispatcher.cpp
145
return (m_event->eventPath().isEmpty() || m_event->
propagationStopped
()) ? DoneDispatching : ContinueDispatching;
153
if (windowEventContext.handleLocalEvents(m_event.get()) && m_event->
propagationStopped
())
161
if (m_event->
propagationStopped
())
172
return m_event->
propagationStopped
() ? DoneDispatching : ContinueDispatching;
188
if (m_event->
propagationStopped
())
Event.h
159
bool
propagationStopped
() const { return m_propagationStopped || m_immediatePropagationStopped; }
Completed in 208 milliseconds