Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DEventTarget.cpp44 static int gEventDispatchForbidden = 0; variable
50 ++gEventDispatchForbidden; in forbidEventDispatch()
57 if (gEventDispatchForbidden > 0) in allowEventDispatch()
58 --gEventDispatchForbidden; in allowEventDispatch()
65 return gEventDispatchForbidden > 0; in eventDispatchForbidden()