OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toDerived
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGListPropertyTearOffHelper.h
87
return
toDerived
()->target()->length();
92
if (
toDerived
()->isImmutable()) {
97
toDerived
()->target()->clear();
104
if (
toDerived
()->isImmutable()) {
114
RefPtr<ItemPropertyType> value =
toDerived
()->target()->initialize(getValueForInsertionFromTearOff(item));
115
toDerived
()->commitChange();
122
RefPtr<ItemPropertyType> value =
toDerived
()->target()->getItem(index, exceptionState);
130
if (
toDerived
()->isImmutable()) {
140
RefPtr<ItemPropertyType> value =
toDerived
()->target()->insertItemBefore(getValueForInsertionFromTearOff(item), index);
141
toDerived
()->commitChange()
[
all
...]
SVGListPropertyHelper.h
171
static PassRefPtr<Derived>
toDerived
(PassRefPtr<SVGPropertyBase> passBase)
334
RefPtr<Derived> ownerList =
toDerived
(item->ownerList());
Completed in 188 milliseconds