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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.h 302 WillBeHeapVector<OwnPtrWillBeMember<StyleSharingList>, styleSharingMaxDepth> m_styleSharingLists;
StyleResolver.cpp 335 m_styleSharingLists.resize(styleSharingMaxDepth);
341 if (!m_styleSharingLists[depth])
342 m_styleSharingLists[depth] = adoptPtrWillBeNoop(new StyleSharingList);
343 return *m_styleSharingLists[depth];
348 m_styleSharingLists.resize(0);
    [all...]

Completed in 1493 milliseconds