Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h159 bool elementShouldAutoComplete(Element* inputElement, ExceptionState&);
DInternals.idl115 [RaisesException] boolean elementShouldAutoComplete(Element inputElement);
DInternals.cpp998 bool Internals::elementShouldAutoComplete(Element* element, ExceptionState& exceptionState) in elementShouldAutoComplete() function in WebCore::Internals