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

  /external/webkit/WebCore/html/
HTMLFrameSetElement.cpp 91 m_rows = newLengthArray(attr->value().string(), m_totalRows);
97 m_cols = newLengthArray(attr->value().string(), m_totalCols);
  /external/webkit/WebCore/platform/
Length.cpp 120 Length* newLengthArray(const String& string, int& len)
Length.h 194 Length* newLengthArray(const String&, int& len);

Completed in 28 milliseconds