Home
last modified time | relevance | path

Searched refs:buildInDocumentOrder (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DScopedStyleTree.h69 bool buildInDocumentOrder() const { return m_buildInDocumentOrder; } in buildInDocumentOrder() function
DStyleResolver.h152 bool buildScopedStyleTreeInDocumentOrder() const { return m_styleTree.buildInDocumentOrder(); } in buildScopedStyleTreeInDocumentOrder()