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

  /external/webkit/Source/WebCore/svg/
GradientAttributes.h 33 , m_boundingBoxMode(true)
42 bool boundingBoxMode() const { return m_boundingBoxMode; }
54 m_boundingBoxMode = value;
78 bool m_boundingBoxMode;
PatternAttributes.h 39 , m_boundingBoxMode(true)
61 bool boundingBoxMode() const { return m_boundingBoxMode; }
104 m_boundingBoxMode = value;
145 bool m_boundingBoxMode;

Completed in 21 milliseconds