Searched defs:referenceElement (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableElement.cpp154 Node* referenceElement = lastBody() ? lastBody()->nextSibling() : 0; local
156 insertBefore(body, referenceElement);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGSVGElement.cpp329 PassRefPtr<NodeList> SVGSVGElement::collectIntersectionOrEnclosureList(const SVGRect& rect, SVGElement* referenceElement, CollectIntersectionOrEnclosure collect) const argument
332 Element* element = ElementTraversal::next(*(referenceElement ? referenceElement : this));
345 element = ElementTraversal::next(*element, referenceElement ? referenceElement : this);
350 PassRefPtr<NodeList> SVGSVGElement::getIntersectionList(const SVGRect& rect, SVGElement* referenceElement) const
352 return collectIntersectionOrEnclosureList(rect, referenceElement, CollectIntersectionList);
355 PassRefPtr<NodeList> SVGSVGElement::getEnclosureList(const SVGRect& rect, SVGElement* referenceElement) const
357 return collectIntersectionOrEnclosureList(rect, referenceElement, CollectEnclosureList);

Completed in 86 milliseconds