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

  /external/chromium_org/components/autofill/content/renderer/
form_autofill_util.h 65 bool IsTextAreaElement(const blink::WebFormControlElement& element);
form_autofill_util.cc 91 IsTextAreaElement(element);
518 IsTextAreaElement(*element)) &&
560 IsTextAreaElement(*field))) {
590 } else if (IsTextAreaElement(*field) || IsSelectElement(*field)) {
596 (IsTextInput(input_element) || IsTextAreaElement(*field))) {
659 bool IsTextAreaElement(const WebFormControlElement& element) {
782 IsTextAreaElement(element)) {
796 } else if (IsTextAreaElement(element)) {
    [all...]
autofill_agent.cc 323 if (!input_element && !IsTextAreaElement(element))
344 DCHECK(toWebInputElement(&element) || IsTextAreaElement(element));
573 DCHECK(IsTextAreaElement(element));
621 DCHECK(toWebInputElement(&element) || IsTextAreaElement(element));
form_cache.cc 127 } else if (IsTextAreaElement(element)) {
220 } else if (IsTextAreaElement(control_element)) {

Completed in 358 milliseconds