Searched refs:s_updateSuspendCount (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFrameOwnerElement.cpp48 static unsigned s_updateSuspendCount = 0; member in namespace:WebCore
52 ++s_updateSuspendCount;
75 ASSERT(s_updateSuspendCount > 0);
76 if (s_updateSuspendCount == 1)
78 --s_updateSuspendCount;
83 if (!s_updateSuspendCount) {

Completed in 69 milliseconds