Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DContainerNode.cpp56 static size_t s_attachDepth; variable
677 if (!s_attachDepth) { in suspendPostAttachCallbacks()
687 ++s_attachDepth; in suspendPostAttachCallbacks()
692 if (s_attachDepth == 1) { in resumePostAttachCallbacks()
702 --s_attachDepth; in resumePostAttachCallbacks()
715 return s_attachDepth; in postAttachCallbacksAreSuspended()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06104799 whether s_attachDepth is non-zero.