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

/external/webkit/Source/WebKit/chromium/src/
H A DWebInputElement.cpp118 bool WebInputElement::isAutofilled() const function in class:WebKit::WebInputElement
120 return constUnwrap<HTMLInputElement>()->isAutofilled();
/external/webkit/Source/WebKit/chromium/public/
H A DWebInputElement.h73 WEBKIT_API bool isAutofilled() const;
/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMPrivate.idl96 HRESULT isAutofilled([out, retval] BOOL* result);
/external/chromium/webkit/glue/
H A Dform_field.cc48 is_autofilled = input_element.isAutofilled();
/external/webkit/Source/WebCore/wml/
H A DWMLInputElement.h50 virtual bool isAutofilled() const { return false; } function in class:WebCore::WMLInputElement
/external/webkit/Source/WebCore/dom/
H A DInputElement.h39 virtual bool isAutofilled() const = 0;
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleNodeHandle.cpp133 return static_cast<HTMLInputElement*>(m_node.get())->isAutofilled();
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMHTML.mm148 return core(self)->isAutofilled();
/external/webkit/Source/WebCore/html/
H A DHTMLInputElement.h179 virtual bool isAutofilled() const { return m_isAutofilled; } function in class:WebCore::HTMLInputElement
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp210 void LayoutTestController::setAutofilled(JSContextRef, JSValueRef element, bool isAutofilled) argument
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
H A DFormManagerAndroid.cpp384 field->is_autofilled = input_element->isAutofilled();
726 if (!input_element->isAutofilled())
783 if (input_element->isAutofilled())
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp461 void LayoutTestController::setAutofilled(JSContextRef context, JSValueRef nodeObject, bool isAutofilled) argument
463 DumpRenderTreeSupportGtk::setAutofilled(context, nodeObject, isAutofilled);
/external/webkit/Source/WebKit/win/
H A DDOMHTMLClasses.cpp1365 HRESULT STDMETHODCALLTYPE DOMHTMLInputElement::isAutofilled( function in class:DOMHTMLInputElement
1371 *result = inputElement->isAutofilled() ? TRUE : FALSE;
H A DDOMHTMLClasses.h2021 virtual HRESULT STDMETHODCALLTYPE isAutofilled(
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp1054 if (thisInputElement->isAutofilled() != otherInputElement->isAutofilled())
2788 return inputElement->isAutofilled();

Completed in 953 milliseconds