Searched defs:m_viewBox (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFitToViewBox.h56 m_viewBox->setBaseValueAsString(value, parseError);
57 if (m_viewBox->baseValue()->width() < 0.0f) {
59 m_viewBox->baseValue()->setInvalid();
61 if (m_viewBox->baseValue()->height() < 0.0f) {
63 m_viewBox->baseValue()->setInvalid();
74 bool hasEmptyViewBox() const { return m_viewBox->currentValue()->isValid() && m_viewBox->currentValue()->value().isEmpty(); }
77 SVGAnimatedRect* viewBox() const { return m_viewBox.get(); }
83 void clearViewBox() { m_viewBox = nullptr; }
87 RefPtr<SVGAnimatedRect> m_viewBox; member in class:blink::SVGFitToViewBox
[all...]
H A DPatternAttributes.h37 , m_viewBox()
59 FloatRect viewBox() const { return m_viewBox; }
92 m_viewBox = value;
143 FloatRect m_viewBox; member in struct:blink::PatternAttributes

Completed in 149 milliseconds