HomeSort by relevance Sort by last modified time
    Searched refs:referenceElement (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.idl 52 [Default=Undefined] optional SVGElement referenceElement);
54 [Default=Undefined] optional SVGElement referenceElement);
SVGSVGElement.cpp 330 PassRefPtr<NodeList> SVGSVGElement::collectIntersectionOrEnclosureList(const SVGRect& rect, SVGElement* referenceElement, CollectIntersectionOrEnclosure collect) const
333 Element* element = ElementTraversal::next(referenceElement ? referenceElement : this);
346 element = ElementTraversal::next(element, referenceElement ? referenceElement : this);
351 PassRefPtr<NodeList> SVGSVGElement::getIntersectionList(const SVGRect& rect, SVGElement* referenceElement) const
353 return collectIntersectionOrEnclosureList(rect, referenceElement, CollectIntersectionList);
356 PassRefPtr<NodeList> SVGSVGElement::getEnclosureList(const SVGRect& rect, SVGElement* referenceElement) const
358 return collectIntersectionOrEnclosureList(rect, referenceElement, CollectEnclosureList);
SVGSVGElement.h 106 PassRefPtr<NodeList> getIntersectionList(const SVGRect&, SVGElement* referenceElement) const;
107 PassRefPtr<NodeList> getEnclosureList(const SVGRect&, SVGElement* referenceElement) const;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableElement.cpp 159 Node* referenceElement = lastBody() ? lastBody()->nextSibling() : 0;
161 insertBefore(body, referenceElement, ASSERT_NO_EXCEPTION);

Completed in 69 milliseconds