Searched refs:numberOfScopedHTMLStyleChildren (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStyleSheetScopingNodeList.cpp56 if (node->inDocument() && node->numberOfScopedHTMLStyleChildren())
H A DNode.h689 size_t numberOfScopedHTMLStyleChildren() const;
H A DNode.cpp2651 setHasScopedHTMLStyleChild(numberOfScopedHTMLStyleChildren());
2654 size_t Node::numberOfScopedHTMLStyleChildren() const function in class:WebCore::Node
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h92 size_t numberOfScopedHTMLStyleChildren(const Node*, ExceptionState&) const;
H A DInternals.idl44 [RaisesException] unsigned long numberOfScopedHTMLStyleChildren(Node scope);
H A DInternals.cpp579 size_t Internals::numberOfScopedHTMLStyleChildren(const Node* scope, ExceptionState& exceptionState) const function in class:WebCore::Internals
582 return scope->numberOfScopedHTMLStyleChildren();

Completed in 194 milliseconds