HomeSort by relevance Sort by last modified time
    Searched defs:parentOrShadowHostNode (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Text.cpp 292 Node* parentOrShadowHostNode = text->parentOrShadowHostNode();
293 return parentOrShadowHostNode->isSVGElement() && !parentOrShadowHostNode->hasTagName(SVGNames::foreignObjectTag);
Node.h 293 ContainerNode* parentOrShadowHostNode() const;
    [all...]

Completed in 422 milliseconds