Searched defs:isDescendantOf (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/page/
H A DFrameTree.cpp216 bool FrameTree::isDescendantOf(const Frame* ancestor) const function in class:WebCore::FrameTree
234 ASSERT(!stayWithin || child->tree()->isDescendantOf(stayWithin));
243 ASSERT(!stayWithin || sibling->tree()->isDescendantOf(stayWithin));
256 ASSERT(!stayWithin || !sibling || sibling->tree()->isDescendantOf(stayWithin));
/external/webkit/WebCore/dom/
H A DNode.cpp1133 if (newChild == this || isDescendantOf(newChild)) {
1189 if (newChild == this || isDescendantOf(newChild)) {
1215 bool Node::isDescendantOf(const Node *other) const function in class:WebCore::Node
1231 return this == node || node->isDescendantOf(this);
1670 if (element && (isDocumentNode() || element->isDescendantOf(this)) && selectorChecker.checkSelector(querySelectorList.first(), element))
/external/webkit/WebCore/rendering/
H A DRenderObject.cpp238 bool RenderObject::isDescendantOf(const RenderObject* obj) const function in class:WebCore::RenderObject

Completed in 94 milliseconds