Searched defs:shouldAutocomplete (Results 1 - 3 of 3) 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 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();

Completed in 403 milliseconds