OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ownerList
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGProperty.h
74
SVGPropertyBase*
ownerList
() const
79
void setOwnerList(SVGPropertyBase*
ownerList
)
82
ASSERT((!
ownerList
&& m_ownerList) || (
ownerList
&& !m_ownerList));
84
m_ownerList =
ownerList
;
SVGListPropertyHelper.h
65
ASSERT(m_values.at(index)->
ownerList
() == this);
204
ASSERT((*it)->
ownerList
() == this);
232
ASSERT(m_values.at(index)->
ownerList
() == this);
266
ASSERT(m_values.at(index)->
ownerList
() == this);
310
ASSERT(position->
ownerList
() == this);
334
RefPtr<Derived>
ownerList
= toDerived(item->
ownerList
());
335
if (!
ownerList
)
340
bool livesInOtherList =
ownerList
.get() != this;
341
size_t indexToRemove =
ownerList
->findItem(item)
[
all
...]
SVGListPropertyTearOffHelper.h
55
|| (newItem->contextElement() && !newItem->target()->
ownerList
())) {
216
if (value->
ownerList
() == toDerived()->target())
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSeg.h
103
SVGPropertyBase*
ownerList
() const
108
void setOwnerList(SVGPropertyBase*
ownerList
)
111
ASSERT((!
ownerList
&& m_ownerList) || (
ownerList
&& !m_ownerList));
113
m_ownerList =
ownerList
;
Completed in 123 milliseconds