OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_viewBox
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGViewSpec.h
74
SVGRect& viewBoxCurrentValue() { return
m_viewBox
; }
75
SVGRect viewBoxBaseValue() const { return
m_viewBox
; }
76
void setViewBoxBaseValue(const SVGRect& viewBox) {
m_viewBox
= viewBox; }
106
SVGRect
m_viewBox
;
PatternAttributes.h
37
,
m_viewBox
()
59
FloatRect viewBox() const { return
m_viewBox
; }
92
m_viewBox
= value;
143
FloatRect
m_viewBox
;
SVGViewSpec.cpp
174
return SVGAnimatedProperty::lookupOrCreateWrapper<SVGElement, SVGAnimatedRect, SVGRect>(ownerType->contextElement(), viewBoxPropertyInfo(), ownerType->
m_viewBox
);
195
m_viewBox
= SVGRect();
Completed in 152 milliseconds