HomeSort by relevance Sort by last modified time
    Searched defs:shouldAutocomplete (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormControlElementWithState.cpp 60 bool HTMLFormControlElementWithState::shouldAutocomplete() const
64 return form()->shouldAutocomplete();
80 return attached() && shouldAutocomplete();
HTMLInputElement.cpp 218 bool HTMLInputElement::shouldAutocomplete() const
222 return HTMLTextFormControlElement::shouldAutocomplete();
    [all...]

Completed in 170 milliseconds