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

  /external/chromium_org/components/autofill/content/renderer/
form_autofill_util.h 67 bool IsCheckableElement(const blink::WebInputElement* element);
form_cache.cc 119 if (IsCheckableElement(&input_element)) {
224 DCHECK(IsCheckableElement(&input_element));
form_autofill_util.cc 561 DCHECK(IsCheckableElement(input_element));
654 bool IsCheckableElement(const WebInputElement* element) {
664 IsCheckableElement(element);
776 field->is_checkable = IsCheckableElement(input_element);
    [all...]

Completed in 97 milliseconds