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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormControlElementWithState.cpp61 bool HTMLFormControlElementWithState::shouldAutocomplete() const function in class:blink::HTMLFormControlElementWithState
65 return form()->shouldAutocomplete();
80 return inDocument() && shouldAutocomplete();
H A DHTMLFormControlElementWithState.h39 virtual bool shouldAutocomplete() const;
H A DHTMLFormElement.h68 bool shouldAutocomplete() const;
H A DHTMLInputElement.h57 virtual bool shouldAutocomplete() const OVERRIDE FINAL;
H A DHTMLFormElement.cpp487 else if (!shouldAutocomplete())
801 bool HTMLFormElement::shouldAutocomplete() const function in class:blink::HTMLFormElement
H A DHTMLInputElement.cpp195 bool HTMLInputElement::shouldAutocomplete() const function in class:blink::HTMLInputElement
199 return HTMLTextFormControlElement::shouldAutocomplete();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFormElement.cpp48 return constUnwrap<HTMLFormElement>()->shouldAutocomplete();
H A DWebFormControlElement.cpp88 return constUnwrap<HTMLInputElement>()->shouldAutocomplete();
90 return constUnwrap<HTMLTextAreaElement>()->shouldAutocomplete();
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp866 return toHTMLInputElement(*element).shouldAutocomplete();

Completed in 94 milliseconds