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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.h 78 const unsigned styleSharingMaxDepth = 32;
302 WillBeHeapVector<OwnPtrWillBeMember<StyleSharingList>, styleSharingMaxDepth> m_styleSharingLists;
StyleResolver.cpp 335 m_styleSharingLists.resize(styleSharingMaxDepth);
339 unsigned depth = std::max(std::min(m_styleSharingDepth, styleSharingMaxDepth), 1u) - 1u;
    [all...]

Completed in 30 milliseconds