OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ItemTearOffType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGListPropertyTearOffHelper.h
45
typedef typename ItemPropertyType::TearOffType
ItemTearOffType
;
47
static PassRefPtr<ItemPropertyType> getValueForInsertionFromTearOff(PassRefPtr<
ItemTearOffType
> passNewItem, SVGElement* contextElement, const QualifiedName& attributeName)
49
RefPtr<
ItemTearOffType
> newItem = passNewItem;
68
static PassRefPtr<
ItemTearOffType
> createTearOff(PassRefPtr<ItemPropertyType> value, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
70
return
ItemTearOffType
::create(value, contextElement, propertyIsAnimVal, attributeName);
79
typedef typename ItemPropertyType::TearOffType
ItemTearOffType
;
100
PassRefPtr<
ItemTearOffType
> initialize(PassRefPtr<
ItemTearOffType
> passItem, ExceptionState& exceptionState)
102
RefPtr<
ItemTearOffType
> item = passItem;
120
PassRefPtr<
ItemTearOffType
> getItem(unsigned long index, ExceptionState& exceptionState
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegListTearOff.h
45
typedef SVGPathSeg
ItemTearOffType
;
47
static PassRefPtr<ItemPropertyType> getValueForInsertionFromTearOff(PassRefPtr<
ItemTearOffType
> passNewItem, SVGElement* contextElement, const QualifiedName& attributeName)
50
RefPtr<
ItemTearOffType
> newItem = passNewItem;
55
static PassRefPtr<
ItemTearOffType
> createTearOff(PassRefPtr<ItemPropertyType> passValue, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName&)
Completed in 165 milliseconds