Home
last modified time | relevance | path

Searched refs:countElementShadow (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h104 size_t countElementShadow(const Node*, ExceptionState&) const;
DInternals.idl57 [RaisesException] unsigned long countElementShadow(Node Root);
DInternals.cpp499 size_t Internals::countElementShadow(const Node* root, ExceptionState& exceptionState) const in countElementShadow() function in WebCore::Internals