Searched refs:DocumentOrderedList (Results 1 – 17 of 17) sorted by relevance
38 class DocumentOrderedList {39 WTF_MAKE_NONCOPYABLE(DocumentOrderedList); WTF_MAKE_FAST_ALLOCATED;41 DocumentOrderedList() { } in DocumentOrderedList() function
35 void DocumentOrderedList::add(Node* node) in add()61 void DocumentOrderedList::parserAdd(Node* node) in parserAdd()67 void DocumentOrderedList::remove(const Node* node) in remove()
87 DocumentOrderedList& styleSheetCandidateNodes() { return m_styleSheetCandidateNodes; } in styleSheetCandidateNodes()88 …DocumentOrderedList* scopingNodesForStyleScoped() { return m_scopingNodesForStyleScoped.scopingNod… in scopingNodesForStyleScoped()127 DocumentOrderedList m_styleSheetCandidateNodes;
50 DocumentOrderedList::iterator begin = m_styleSheetCandidateNodes.begin(); in collectStyleSheets()51 DocumentOrderedList::iterator end = m_styleSheetCandidateNodes.end(); in collectStyleSheets()52 for (DocumentOrderedList::iterator it = begin; it != end; ++it) { in collectStyleSheets()
57 DocumentOrderedList* scopingNodes() { return m_scopingNodes.get(); } in scopingNodes()61 OwnPtr<DocumentOrderedList> m_scopingNodes;
57 DocumentOrderedList::iterator begin = m_styleSheetCandidateNodes.begin(); in collectStyleSheetsFromCandidates()58 DocumentOrderedList::iterator end = m_styleSheetCandidateNodes.end(); in collectStyleSheetsFromCandidates()59 for (DocumentOrderedList::iterator it = begin; it != end; ++it) { in collectStyleSheetsFromCandidates()
43 m_scopingNodes = adoptPtr(new DocumentOrderedList()); in add()
240 if (DocumentOrderedList* styleScopedScopingNodes = scopingNodesForStyleScoped()) { in resetAllRuleSetsInTreeScope()241 …for (DocumentOrderedList::iterator it = styleScopedScopingNodes->begin(); it != styleScopedScoping… in resetAllRuleSetsInTreeScope()
46 DocumentOrderedList::iterator begin() { return m_scopingNodes.begin(); } in begin()47 DocumentOrderedList::iterator end() { return m_scopingNodes.end(); } in end()51 DocumentOrderedList m_scopingNodes;
57 third_party/WebKit/Source/core/dom/DocumentOrderedList.cpp \
1879 'dom/DocumentOrderedList.cpp',1880 'dom/DocumentOrderedList.h',
418 DocumentOrderedList::iterator it = m_treeBoundaryCrossingRules.end(); in collectTreeBoundaryCrossingRules()