HomeSort by relevance Sort by last modified time
    Searched defs:maximumWidth (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeFieldElement.cpp 195 float DateTimeFieldElement::maximumWidth(const Font&)
DateTimeNumericFieldElement.cpp 76 float DateTimeNumericFieldElement::maximumWidth(const Font& font)
78 float maximumWidth = font.width(m_placeholder);
79 maximumWidth = std::max(maximumWidth, font.width(formatValue(maximum())));
80 maximumWidth = std::max(maximumWidth, font.width(value()));
81 return maximumWidth + DateTimeFieldElement::maximumWidth(font);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 372 milliseconds