Searched refs:shouldRespectHeightAndWidthAttributes (Results 1 – 8 of 8) sorted by relevance
78 bool HiddenInputType::shouldRespectHeightAndWidthAttributes() in shouldRespectHeightAndWidthAttributes() function in WebCore::HiddenInputType
51 virtual bool shouldRespectHeightAndWidthAttributes();
63 virtual bool shouldRespectHeightAndWidthAttributes();
163 bool ImageInputType::shouldRespectHeightAndWidthAttributes() in shouldRespectHeightAndWidthAttributes() function in WebCore::ImageInputType
467 bool didRespectHeightAndWidth = m_inputType->shouldRespectHeightAndWidthAttributes(); in updateType()491 if (didRespectHeightAndWidth != m_inputType->shouldRespectHeightAndWidthAttributes()) { in updateType()551 …me == heightAttr || attrName == widthAttr) && m_inputType->shouldRespectHeightAndWidthAttributes()) in mapToEntry()627 if (m_inputType->shouldRespectHeightAndWidthAttributes()) in parseMappedAttribute()630 if (m_inputType->shouldRespectHeightAndWidthAttributes()) in parseMappedAttribute()
219 virtual bool shouldRespectHeightAndWidthAttributes();
645 bool InputType::shouldRespectHeightAndWidthAttributes() in shouldRespectHeightAndWidthAttributes() function in WebCore::InputType
33834 InputType::shouldRespectHeightAndWidthAttributes and33841 shouldRespectHeightAndWidthAttributes rather than having33969 (WebCore::HiddenInputType::shouldRespectHeightAndWidthAttributes): Added.33981 (WebCore::ImageInputType::shouldRespectHeightAndWidthAttributes): Added.34035 (WebCore::InputType::shouldRespectHeightAndWidthAttributes): Added.