Searched refs:isAutofilled (Results 1 - 8 of 8) sorted by relevance

/external/webkit/WebKit/win/Interfaces/
H A DDOMPrivate.idl95 HRESULT isAutofilled([out, retval] BOOL* result);
/external/webkit/WebCore/wml/
H A DWMLInputElement.h46 virtual bool isAutofilled() const { return false; } function in class:WebCore::WMLInputElement
/external/webkit/WebCore/dom/
H A DInputElement.h39 virtual bool isAutofilled() const = 0;
/external/webkit/WebCore/bindings/objc/
H A DDOMHTML.mm147 return core(self)->isAutofilled();
/external/webkit/WebCore/html/
H A DHTMLInputElement.h245 virtual bool isAutofilled() const { return m_autofilled; } function in class:WebCore::HTMLInputElement
/external/webkit/WebKit/win/
H A DDOMHTMLClasses.cpp1365 HRESULT STDMETHODCALLTYPE DOMHTMLInputElement::isAutofilled( function in class:DOMHTMLInputElement
1371 *result = inputElement->isAutofilled() ? TRUE : FALSE;
H A DDOMHTMLClasses.h2023 virtual HRESULT STDMETHODCALLTYPE isAutofilled(
/external/webkit/WebCore/css/
H A DCSSStyleSelector.cpp995 if ((thisInputElement->isAutofilled() != otherInputElement->isAutofilled()) ||
2358 return inputElement->isAutofilled();

Completed in 86 milliseconds