HomeSort by relevance Sort by last modified time
    Searched refs:IsTextAreaElement (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/autofill/content/renderer/
form_autofill_util.h 64 bool IsTextAreaElement(const blink::WebFormControlElement& element);
form_cache.cc 114 } else if (IsTextAreaElement(element)) {
208 } else if (IsTextAreaElement(control_element)) {
form_autofill_util.cc 91 IsTextAreaElement(element);
512 (IsTextAreaElement(*element) &&
548 } else if (IsTextAreaElement(*field)) {
648 bool IsTextAreaElement(const WebFormControlElement& element) {
781 } else if (IsTextAreaElement(element)) {
798 } else if (IsTextAreaElement(element)) {
    [all...]

Completed in 27 milliseconds