Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DContainerNode.cpp51 static bool s_shouldReEnableMemoryCacheCallsAfterAttach; variable
528 ASSERT(!s_shouldReEnableMemoryCacheCallsAfterAttach); in suspendPostAttachCallbacks()
532 s_shouldReEnableMemoryCacheCallsAfterAttach = true; in suspendPostAttachCallbacks()
545 if (s_shouldReEnableMemoryCacheCallsAfterAttach) { in resumePostAttachCallbacks()
546 s_shouldReEnableMemoryCacheCallsAfterAttach = false; in resumePostAttachCallbacks()