Searched refs:supportsMaxLength (Results 1 – 6 of 6) sorted by relevance
110 virtual bool supportsMaxLength() const { return true; } in supportsMaxLength() function
49 virtual bool supportsMaxLength() const = 0;
197 …unsigned maxLength = static_cast<unsigned>(inputElement->supportsMaxLength() ? data.maxLength() : … in handleBeforeTextInsertedEvent()
286 virtual bool supportsMaxLength() const { return isTextType(); } in supportsMaxLength() function
94980 Apply maxLength() only if supportsMaxLength() is true.94990 (WebCore::HTMLInputElement::supportsMaxLength):94995 (WebCore::WMLInputElement::supportsMaxLength):
2855 (WebCore::HTMLInputElement::supportsMaxLength):