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

  /external/webkit/Source/WebCore/platform/graphics/
FontDescription.h 83 float specifiedSize() const { return m_specifiedSize; }
  /external/webkit/Source/WebCore/rendering/
RenderListBox.cpp 205 int specifiedSize = toSelectElement(static_cast<Element*>(node()))->size();
206 if (specifiedSize > 1)
207 return max(minSize, specifiedSize);

Completed in 582 milliseconds