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

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeFieldElement.cpp190 float DateTimeFieldElement::maximumWidth(const Font&) function in class:WebCore::DateTimeFieldElement
H A DDateTimeNumericFieldElement.cpp80 float DateTimeNumericFieldElement::maximumWidth(const Font& font) function in class:WebCore::DateTimeNumericFieldElement
82 float maximumWidth = font.width(m_placeholder); local
83 maximumWidth = std::max(maximumWidth, font.width(formatValue(maximum())));
84 maximumWidth = std::max(maximumWidth, font.width(value()));
85 return maximumWidth + DateTimeFieldElement::maximumWidth(font);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 77 milliseconds