Home
last modified time | relevance | path

Searched refs:ancestorElement (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp1478 if (Element* ancestor = ancestorElement()) in isDefaultNamespace()
1499 if (Element* ancestor = ancestorElement()) in isDefaultNamespace()
1532 if (Element* ancestor = ancestorElement()) in lookupPrefix()
1570 if (Element* ancestor = ancestorElement()) in lookupNamespaceURI()
1591 if (Element* ancestor = ancestorElement()) in lookupNamespaceURI()
1617 if (Element* ancestor = ancestorElement()) in lookupNamespacePrefix()
1701 Element* Node::ancestorElement() const in ancestorElement() function in WebCore::Node
1851 Element *parent = ancestorElement(); in convertToPage()
1866 Element *parent = ancestorElement(); in convertFromPage()
DNode.h845 Element* ancestorElement() const;
/external/chromium_org/third_party/WebKit/Source/web/resources/
DcalendarPicker.js1255 View.prototype.offsetRelativeTo = function(ancestorElement) { argument
1263 if (element === ancestorElement)