Searched refs:autoComplete (Results 1 - 20 of 20) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebFormElement.cpp49 bool WebFormElement::autoComplete() const function in class:WebKit::WebFormElement
51 return constUnwrap<HTMLFormElement>()->autoComplete();
H A DWebPasswordFormUtils.cpp85 && inputElement->autoComplete()) {
107 && (inputElement->autoComplete())) {
H A DWebInputElement.cpp63 bool WebInputElement::autoComplete() const function in class:WebKit::WebInputElement
65 return constUnwrap<HTMLInputElement>()->autoComplete();
H A DEditorClientImpl.cpp737 || inputElement->isPasswordField() || !inputElement->autoComplete()
/external/webkit/Source/WebKit/chromium/public/
H A DWebFormElement.h62 WEBKIT_API bool autoComplete() const;
H A DWebInputElement.h62 WEBKIT_API bool autoComplete() const;
/external/webkit/Source/WebCore/html/
H A DHTMLFormElement.cpp92 if (!autoComplete())
379 if (!autoComplete())
641 ASSERT(!autoComplete());
651 if (!autoComplete())
658 if (!autoComplete())
663 bool HTMLFormElement::autoComplete() const
H A DHTMLFormElement.h65 bool autoComplete() const;
H A DHTMLFormControlElement.cpp530 bool HTMLFormControlElementWithState::autoComplete() const function in class:WebCore::HTMLFormControlElementWithState
534 return form()->autoComplete();
540 return attached() && autoComplete();
H A DHTMLFormControlElement.h178 virtual bool autoComplete() const;
H A DHTMLInputElement.h47 bool autoComplete() const;
H A DHTMLInputElement.cpp112 bool HTMLInputElement::autoComplete() const function in class:WebCore::HTMLInputElement
116 return HTMLTextFormControlElement::autoComplete();
/external/chromium/webkit/glue/
H A Ddom_operations.cc295 return input_element.autoComplete();
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
H A DFormManagerAndroid.cpp455 if (requirements & REQUIRE_AUTOCOMPLETE && !element->autoComplete())
493 !input_element->autoComplete())
615 if (requirements & REQUIRE_AUTOCOMPLETE && !form_element->form_element->autoComplete())
852 if (!input_element->autoComplete())
/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLRepresentation.mm316 && inputElement->autoComplete();
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp989 if (input->autoComplete() == false)
1712 if (input->autoComplete() == false)
1738 if (form->autoComplete()) {
1756 && input->autoComplete()) {
H A DWebViewCore.cpp3405 isEnabled = htmlInput->autoComplete();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp623 return inputElement->isTextField() && !inputElement->isPasswordField() && inputElement->autoComplete();
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp949 return inputElement.autoComplete();
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp1192 *result = inputElement->isTextField() && !inputElement->isPasswordField() && inputElement->autoComplete();

Completed in 320 milliseconds