Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPostAttachCallbacks.cpp42 static size_t s_attachDepth; variable
57 ++s_attachDepth; in SuspendScope()
62 if (s_attachDepth == 1) { in ~SuspendScope()
72 --s_attachDepth; in ~SuspendScope()