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

  /external/webkit/WebCore/page/
FrameTree.cpp 216 bool FrameTree::isDescendantOf(const Frame* ancestor) const
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/rendering/
RenderObject.cpp 238 bool RenderObject::isDescendantOf(const RenderObject* obj) const
    [all...]
  /external/webkit/WebCore/dom/
Node.cpp 1133 if (newChild == this || isDescendantOf(newChild)) {
    [all...]

Completed in 148 milliseconds