HomeSort by relevance Sort by last modified time
    Searched refs:s_currentScope (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverParentScope.cpp 11 StyleResolverParentScope* StyleResolverParentScope::s_currentScope = 0;
StyleResolverParentScope.h 33 static StyleResolverParentScope* s_currentScope;
39 , m_previous(s_currentScope)
44 s_currentScope = this;
50 s_currentScope = m_previous;
60 if (s_currentScope)
61 s_currentScope->pushParentIfNeeded();

Completed in 55 milliseconds