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

  /external/webkit/WebCore/platform/text/
StringBuilder.h 38 StringBuilder() : m_totalLength(UINT_MAX) {}
40 void setNonNull() { if (m_totalLength == UINT_MAX) m_totalLength = 0; }
52 bool isNull() const { return m_totalLength == UINT_MAX; }
54 unsigned m_totalLength;
  /external/webkit/WebCore/platform/graphics/
PathTraversalState.h 62 float m_totalLength;

Completed in 12 milliseconds