Searched refs:checkInvalidControlsAndCollectUnhandled (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormElement.h156 bool checkInvalidControlsAndCollectUnhandled(WillBeHeapVector<RefPtrWillBeMember<FormAssociatedElement> >*);
H A DHTMLFormElement.cpp283 if (!checkInvalidControlsAndCollectUnhandled(&unhandledInvalidControls))
721 return !checkInvalidControlsAndCollectUnhandled(0);
724 bool HTMLFormElement::checkInvalidControlsAndCollectUnhandled(WillBeHeapVector<RefPtrWillBeMember<FormAssociatedElement> >* unhandledInvalidControls) function in class:blink::HTMLFormElement

Completed in 342 milliseconds