Searched refs:m_styleSharingLists (Results 1 – 2 of 2) sorted by relevance
331 m_styleSharingLists.resize(styleSharingMaxDepth); in styleSharingList()338 if (!m_styleSharingLists[depth]) in styleSharingList()339 m_styleSharingLists[depth] = adoptPtr(new StyleSharingList); in styleSharingList()340 return *m_styleSharingLists[depth]; in styleSharingList()345 m_styleSharingLists.resize(0); in clearStyleSharingList()
330 Vector<OwnPtr<StyleSharingList>, styleSharingMaxDepth> m_styleSharingLists; variable