OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGAnimatedPathSegListPropertyTearOff
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedPath.cpp
26
#include "core/svg/properties/
SVGAnimatedPathSegListPropertyTearOff
.h"
45
SVGAnimatedPathSegListPropertyTearOff
* property = castAnimatedPropertyToActualType<
SVGAnimatedPathSegListPropertyTearOff
>(animatedTypes[0].properties[0].get());
52
Vector<RefPtr<
SVGAnimatedPathSegListPropertyTearOff
> > result;
56
result.append(castAnimatedPropertyToActualType<
SVGAnimatedPathSegListPropertyTearOff
>(it->properties[0].get()));
69
stopAnimValAnimationForType<
SVGAnimatedPathSegListPropertyTearOff
>(animatedTypes);
77
const SVGPathSegList& baseValue = castAnimatedPropertyToActualType<
SVGAnimatedPathSegListPropertyTearOff
>(animatedTypes[0].properties[0].get())->currentBaseValue();
83
animValWillChangeForType<
SVGAnimatedPathSegListPropertyTearOff
>(animatedTypes);
88
animValDidChangeForType<
SVGAnimatedPathSegListPropertyTearOff
>(animatedTypes);
SVGPathSegWithContext.h
23
#include "core/svg/properties/
SVGAnimatedPathSegListPropertyTearOff
.h"
41
return SVGAnimatedProperty::lookupWrapper<SVGPathElement,
SVGAnimatedPathSegListPropertyTearOff
>(m_element, SVGPathElement::dPropertyInfo());
SVGPathElement.cpp
259
if (m_pathSegList.shouldSynchronize && !SVGAnimatedProperty::lookupWrapper<SVGPathElement,
SVGAnimatedPathSegListPropertyTearOff
>(this, dPropertyInfo())->isAnimating()) {
303
SVGAnimatedProperty* property = SVGAnimatedProperty::lookupWrapper<SVGPathElement,
SVGAnimatedPathSegListPropertyTearOff
>(this, dPropertyInfo());
306
return static_cast<
SVGAnimatedPathSegListPropertyTearOff
*>(property)->animatedPathByteStream();
314
if (SVGAnimatedProperty* property = SVGAnimatedProperty::lookupWrapper<SVGPathElement,
SVGAnimatedPathSegListPropertyTearOff
>(ownerType, dPropertyInfo()))
320
return SVGAnimatedProperty::lookupOrCreateWrapper<SVGPathElement,
SVGAnimatedPathSegListPropertyTearOff
, SVGPathSegList>
336
return static_cast<SVGPathSegListPropertyTearOff*>(static_pointer_cast<
SVGAnimatedPathSegListPropertyTearOff
>(lookupOrCreateDWrapper(this))->baseVal());
349
return static_cast<SVGPathSegListPropertyTearOff*>(static_pointer_cast<
SVGAnimatedPathSegListPropertyTearOff
>(lookupOrCreateDWrapper(this))->animVal());
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedPathSegListPropertyTearOff.h
32
class
SVGAnimatedPathSegListPropertyTearOff
: public SVGAnimatedListPropertyTearOff<SVGPathSegList> {
62
static PassRefPtr<
SVGAnimatedPathSegListPropertyTearOff
> create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, SVGPathSegList& values)
65
return adoptRef(new
SVGAnimatedPathSegListPropertyTearOff
(contextElement, attributeName, animatedPropertyType, values));
107
SVGAnimatedPathSegListPropertyTearOff
(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, SVGPathSegList& values)
SVGPathSegListPropertyTearOff.cpp
27
#include "core/svg/properties/
SVGAnimatedPathSegListPropertyTearOff
.h"
113
SVGAnimatedPathSegListPropertyTearOff
* propertyTearOff = static_cast<
SVGAnimatedPathSegListPropertyTearOff
*>(animatedPropertyOfItem);
Completed in 51 milliseconds