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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.cpp 282 StyleSharingList& styleSharingList = m_styleResolver.styleSharingList();
283 for (StyleSharingList::iterator it = styleSharingList.begin(); it != styleSharingList.end(); ++it) {
287 if (it != styleSharingList.begin()) {
289 styleSharingList.remove(it);
290 styleSharingList.prepend(&candidate);
StyleResolver.h 79 typedef WillBeHeapDeque<RawPtrWillBeMember<Element>, styleSharingListSize> StyleSharingList;
185 StyleSharingList& styleSharingList();
302 WillBeHeapVector<OwnPtrWillBeMember<StyleSharingList>, styleSharingMaxDepth> m_styleSharingLists;
StyleResolver.cpp 327 StyleSharingList& list = styleSharingList();
333 StyleSharingList& StyleResolver::styleSharingList()
342 m_styleSharingLists[depth] = adoptPtrWillBeNoop(new StyleSharingList);
    [all...]

Completed in 192 milliseconds