Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h196 bool hasSpellingMarker(Document*, int from, int length, ExceptionState&);
DInternals.idl154 [RaisesException] boolean hasSpellingMarker(Document document, long from, long length);
DInternals.cpp1487 bool Internals::hasSpellingMarker(Document* document, int from, int length, ExceptionState&) in hasSpellingMarker() function in WebCore::Internals