Home
last modified time | relevance | path

Searched refs:isAutofilled (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebInputElement.cpp118 bool WebInputElement::isAutofilled() const in isAutofilled() function in WebKit::WebInputElement
120 return constUnwrap<HTMLInputElement>()->isAutofilled(); in isAutofilled()
/external/webkit/Source/WebKit/chromium/public/
DWebInputElement.h73 WEBKIT_API bool isAutofilled() const;
/external/chromium/webkit/glue/
Dform_field.cc48 is_autofilled = input_element.isAutofilled(); in FormField()
/external/webkit/Source/WebCore/wml/
DWMLInputElement.h50 virtual bool isAutofilled() const { return false; } in isAutofilled() function
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
DInjectedBundleNodeHandle.cpp133 return static_cast<HTMLInputElement*>(m_node.get())->isAutofilled(); in isHTMLInputElementAutofilled()
/external/webkit/Source/WebCore/dom/
DInputElement.h39 virtual bool isAutofilled() const = 0;
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
DFormManagerAndroid.cpp384 field->is_autofilled = input_element->isAutofilled(); in HTMLFormControlElementToFormField()
726 if (!input_element->isAutofilled()) in ClearPreviewedFormWithNode()
783 if (input_element->isAutofilled()) in FormWithNodeIsAutofilled()
/external/webkit/Source/WebCore/html/
DHTMLInputElement.h179 virtual bool isAutofilled() const { return m_isAutofilled; } in isAutofilled() function
/external/webkit/Tools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp210 void LayoutTestController::setAutofilled(JSContextRef, JSValueRef element, bool isAutofilled) in setAutofilled() argument
/external/webkit/Source/WebKit/win/Interfaces/
DDOMPrivate.idl96 HRESULT isAutofilled([out, retval] BOOL* result);
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp461 …LayoutTestController::setAutofilled(JSContextRef context, JSValueRef nodeObject, bool isAutofilled) in setAutofilled() argument
463 DumpRenderTreeSupportGtk::setAutofilled(context, nodeObject, isAutofilled); in setAutofilled()
/external/webkit/Source/WebCore/bindings/objc/
DDOMHTML.mm148 return core(self)->isAutofilled();
/external/webkit/Source/WebKit/win/
DDOMHTMLClasses.cpp1365 HRESULT STDMETHODCALLTYPE DOMHTMLInputElement::isAutofilled( in isAutofilled() function in DOMHTMLInputElement
1371 *result = inputElement->isAutofilled() ? TRUE : FALSE; in isAutofilled()
DDOMHTMLClasses.h2021 virtual HRESULT STDMETHODCALLTYPE isAutofilled(
DChangeLog7224 (DOMHTMLInputElement::isAutofilled):
7238 Add isAutofilled getter to match existing setter.
7243 (DOMHTMLInputElement::isAutofilled):
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp1054 if (thisInputElement->isAutofilled() != otherInputElement->isAutofilled()) in canShareStyleWithElement()
2788 return inputElement->isAutofilled(); in checkOneSelector()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1646762 Move isAutofilled() / isChecked() / isIndeterminate() from Node to InputElement.
46786 (WebCore::HTMLInputElement::isAutofilled):
46823 (WebCore::WMLInputElement::isAutofilled):
52012 (WebCore::HTMLInputElement::isAutofilled):
68593 (WebCore::Node::isAutofilled):
68597 (WebCore::HTMLInputElement::isAutofilled):
DChangeLog2854 (WebCore::HTMLInputElement::isAutofilled):
DChangeLog-2010-01-2924131 Add isAutofilled getter to match existing setter.
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1616968 (WebKit::WebInputElement::isAutofilled):