Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DContainerNode.cpp57 static bool s_shouldReEnableMemoryCacheCallsAfterAttach; variable
678 ASSERT(!s_shouldReEnableMemoryCacheCallsAfterAttach); in suspendPostAttachCallbacks()
682 s_shouldReEnableMemoryCacheCallsAfterAttach = true; in suspendPostAttachCallbacks()
695 if (s_shouldReEnableMemoryCacheCallsAfterAttach) { in resumePostAttachCallbacks()
696 s_shouldReEnableMemoryCacheCallsAfterAttach = false; in resumePostAttachCallbacks()