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

  /external/webkit/Source/WebCore/page/
FrameTree.cpp 242 bool FrameTree::isDescendantOf(const Frame* ancestor) const
260 ASSERT(!stayWithin || child->tree()->isDescendantOf(stayWithin));
269 ASSERT(!stayWithin || sibling->tree()->isDescendantOf(stayWithin));
282 ASSERT(!stayWithin || !sibling || sibling->tree()->isDescendantOf(stayWithin));
  /external/webkit/Source/WebKit2/UIProcess/
WebFrameProxy.cpp 221 bool WebFrameProxy::isDescendantOf(const WebFrameProxy* ancestor) const
  /external/webkit/Source/WebCore/dom/
Node.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp 246 bool RenderObject::isDescendantOf(const RenderObject* obj) const
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 251 milliseconds