OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:removeItemFromList
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedPathSegListPropertyTearOff.h
55
void
removeItemFromList
(size_t itemIndex, bool shouldSynchronizeWrappers)
59
static_cast<SVGPathSegListPropertyTearOff*>(m_baseVal.get())->
removeItemFromList
(itemIndex, shouldSynchronizeWrappers);
SVGPathSegListPropertyTearOff.h
60
void
removeItemFromList
(size_t itemIndex, bool shouldSynchronizeWrappers)
SVGAnimatedListPropertyTearOff.h
69
// It's safe to cast to ListPropertyTearOff here as all classes inheriting from us supply their own
removeItemFromList
() method.
74
void
removeItemFromList
(size_t itemIndex, bool shouldSynchronizeWrappers)
77
// It's safe to cast to ListPropertyTearOff here as all classes inheriting from us supply their own
removeItemFromList
() method.
78
static_cast<ListPropertyTearOff*>(m_baseVal.get())->
removeItemFromList
(itemIndex, shouldSynchronizeWrappers);
SVGListPropertyTearOff.h
66
void
removeItemFromList
(size_t itemIndex, bool shouldSynchronizeWrappers)
208
propertyTearOff->
removeItemFromList
(indexToRemove, livesInOtherList);
Completed in 1256 milliseconds