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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleResolver.cpp 45 ScopedStyleResolver* ScopedStyleTree::ensureScopedStyleResolver(const ContainerNode* scopingNode)
StyleResolver.h 227 ScopedStyleResolver* ensureScopedStyleResolver(const ContainerNode* scope)
229 return m_styleTree.ensureScopedStyleResolver(scope ? scope : document());

Completed in 89 milliseconds