Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h116 bool hasSelectorForIdInShadow(Element* host, const String& idValue, ExceptionState&);
DInternals.idl64 [RaisesException] boolean hasSelectorForIdInShadow(Element host, DOMString id);
DInternals.cpp383 bool Internals::hasSelectorForIdInShadow(Element* host, const String& idValue, ExceptionState& exce… in hasSelectorForIdInShadow() function in WebCore::Internals