Home
last modified time | relevance | path

Searched refs:DocumentOrderedList (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentOrderedList.h38 class DocumentOrderedList {
39 WTF_MAKE_NONCOPYABLE(DocumentOrderedList); WTF_MAKE_FAST_ALLOCATED;
41 DocumentOrderedList() { } in DocumentOrderedList() function
DDocumentOrderedList.cpp35 void DocumentOrderedList::add(Node* node) in add()
61 void DocumentOrderedList::parserAdd(Node* node) in parserAdd()
67 void DocumentOrderedList::remove(const Node* node) in remove()
DStyleSheetCollection.h87 DocumentOrderedList& styleSheetCandidateNodes() { return m_styleSheetCandidateNodes; } in styleSheetCandidateNodes()
88DocumentOrderedList* scopingNodesForStyleScoped() { return m_scopingNodesForStyleScoped.scopingNod… in scopingNodesForStyleScoped()
127 DocumentOrderedList m_styleSheetCandidateNodes;
DShadowTreeStyleSheetCollection.cpp50 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()
DStyleSheetScopingNodeList.h57 DocumentOrderedList* scopingNodes() { return m_scopingNodes.get(); } in scopingNodes()
61 OwnPtr<DocumentOrderedList> m_scopingNodes;
DDocumentStyleSheetCollection.cpp57 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()
DStyleSheetScopingNodeList.cpp43 m_scopingNodes = adoptPtr(new DocumentOrderedList()); in add()
DStyleSheetCollection.cpp240 if (DocumentOrderedList* styleScopedScopingNodes = scopingNodesForStyleScoped()) { in resetAllRuleSetsInTreeScope()
241 …for (DocumentOrderedList::iterator it = styleScopedScopingNodes->begin(); it != styleScopedScoping… in resetAllRuleSetsInTreeScope()
/external/chromium_org/third_party/WebKit/Source/core/css/
DTreeBoundaryCrossingRules.h46 DocumentOrderedList::iterator begin() { return m_scopingNodes.begin(); } in begin()
47 DocumentOrderedList::iterator end() { return m_scopingNodes.end(); } in end()
51 DocumentOrderedList m_scopingNodes;
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_dom.target.linux-x86.mk57 third_party/WebKit/Source/core/dom/DocumentOrderedList.cpp \
Dwebcore_dom.target.darwin-x86.mk57 third_party/WebKit/Source/core/dom/DocumentOrderedList.cpp \
Dwebcore_dom.target.linux-mips.mk57 third_party/WebKit/Source/core/dom/DocumentOrderedList.cpp \
Dwebcore_dom.target.darwin-mips.mk57 third_party/WebKit/Source/core/dom/DocumentOrderedList.cpp \
Dwebcore_dom.target.darwin-arm.mk57 third_party/WebKit/Source/core/dom/DocumentOrderedList.cpp \
Dwebcore_dom.target.linux-arm.mk57 third_party/WebKit/Source/core/dom/DocumentOrderedList.cpp \
Dcore.gypi1879 'dom/DocumentOrderedList.cpp',
1880 'dom/DocumentOrderedList.h',
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp418 DocumentOrderedList::iterator it = m_treeBoundaryCrossingRules.end(); in collectTreeBoundaryCrossingRules()