HomeSort by relevance Sort by last modified time
    Searched defs:ownerList (Results 1 - 3 of 3) 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...]
  /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 2352 milliseconds