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

/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DAutofillManager.cpp34 && !element->isAutofilled() && element->shouldAutocomplete();
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMPrivate.idl97 HRESULT isAutofilled([out, retval] BOOL* result);
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DDOMHTML.mm130 return core(self)->isAutofilled();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleNodeHandle.cpp194 return static_cast<HTMLInputElement*>(m_node.get())->isAutofilled();
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLInputElement.h221 bool isAutofilled() const { return m_isAutofilled; } function in class:WebCore::HTMLInputElement
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMHTMLClasses.cpp1367 HRESULT STDMETHODCALLTYPE DOMHTMLInputElement::isAutofilled( function in class:DOMHTMLInputElement
1373 *result = inputElement->isAutofilled() ? TRUE : FALSE;
H A DDOMHTMLClasses.h2021 virtual HRESULT STDMETHODCALLTYPE isAutofilled(
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DSelectorChecker.cpp608 return inputElement->isAutofilled();
H A DStyleResolver.cpp525 if (thisInputElement->isAutofilled() != otherInputElement->isAutofilled())

Completed in 173 milliseconds