Home
last modified time | relevance | path

Searched refs:shouldRespectHeightAndWidthAttributes (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/html/
DHiddenInputType.cpp78 bool HiddenInputType::shouldRespectHeightAndWidthAttributes() in shouldRespectHeightAndWidthAttributes() function in WebCore::HiddenInputType
DHiddenInputType.h51 virtual bool shouldRespectHeightAndWidthAttributes();
DImageInputType.h63 virtual bool shouldRespectHeightAndWidthAttributes();
DImageInputType.cpp163 bool ImageInputType::shouldRespectHeightAndWidthAttributes() in shouldRespectHeightAndWidthAttributes() function in WebCore::ImageInputType
DHTMLInputElement.cpp467 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()
DInputType.h219 virtual bool shouldRespectHeightAndWidthAttributes();
DInputType.cpp645 bool InputType::shouldRespectHeightAndWidthAttributes() in shouldRespectHeightAndWidthAttributes() function in WebCore::InputType
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1633834 InputType::shouldRespectHeightAndWidthAttributes and
33841 shouldRespectHeightAndWidthAttributes rather than having
33969 (WebCore::HiddenInputType::shouldRespectHeightAndWidthAttributes): Added.
33981 (WebCore::ImageInputType::shouldRespectHeightAndWidthAttributes): Added.
34035 (WebCore::InputType::shouldRespectHeightAndWidthAttributes): Added.