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

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

Completed in 54 milliseconds