Home
last modified time | relevance | path

Searched defs:maximumWidth (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DDateTimeSymbolicFieldElement.cpp65 float DateTimeSymbolicFieldElement::maximumWidth(const Font& font) in maximumWidth() function in WebCore::DateTimeSymbolicFieldElement
67 float maximumWidth = font.width(visibleEmptyValue()); in maximumWidth() local
DDateTimeNumericFieldElement.cpp76 float DateTimeNumericFieldElement::maximumWidth(const Font& font) in maximumWidth() function in WebCore::DateTimeNumericFieldElement
78 float maximumWidth = font.width(m_placeholder); in maximumWidth() local
DDateTimeFieldElement.cpp194 float DateTimeFieldElement::maximumWidth(const Font&) in maximumWidth() function in WebCore::DateTimeFieldElement