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

  /external/webkit/WebCore/rendering/style/
FillLayer.h 83 bool isXPositionSet() const { return m_xPosSet; }
94 void setXPosition(Length l) { m_xPosition = l; m_xPosSet = true; }
107 void clearXPosition() { m_xPosSet = false; }
188 bool m_xPosSet : 1;
FillLayer.cpp 45 , m_xPosSet(false)
71 , m_xPosSet(o.m_xPosSet)
110 m_xPosSet = o.m_xPosSet;

Completed in 261 milliseconds