HomeSort by relevance Sort by last modified time
    Searched defs:maximumWidth (Results 1 - 5 of 5) 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 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 1120 milliseconds