Searched defs:hasTreeSharedParent (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ | ||
H A D | SVGElementInstance.h | 152 bool hasTreeSharedParent() const { return !!m_parentInstance; } function in class:WebCore::SVGElementInstance |
/external/chromium_org/third_party/WebKit/Source/core/dom/ | ||
H A D | Node.h | 829 bool hasTreeSharedParent() const { return !!parentOrShadowHostNode(); } function in class:WebCore::Node |
Completed in 478 milliseconds