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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSBasicShapes.h 204 PassRefPtr<CSSPrimitiveValue> getXAt(unsigned i) const { return m_values.at(i * 2); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BasicShapes.h 164 Length getXAt(unsigned i) const { return m_values.at(2 * i); }

Completed in 58 milliseconds