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

/external/webkit/Source/WebCore/page/
H A DFrameTree.cpp242 bool FrameTree::isDescendantOf(const Frame* ancestor) const function in class:WebCore::FrameTree
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/
H A DWebFrameProxy.cpp221 bool WebFrameProxy::isDescendantOf(const WebFrameProxy* ancestor) const function in class:WebKit::WebFrameProxy
/external/webkit/Source/WebCore/dom/
H A DNode.cpp1263 if (newChild == newParent || newParent->isDescendantOf(newChild)) {
1298 bool Node::isDescendantOf(const Node *other) const function in class:WebCore::Node
1314 return this == node || node->isDescendantOf(this);
1791 if (element && (isDocumentNode() || element->isDescendantOf(this)) && selectorChecker.checkSelector(querySelectorList.first(), element))
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp246 bool RenderObject::isDescendantOf(const RenderObject* obj) const function in class:WebCore::RenderObject
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp2461 if (isDescendantOf(inputControl, anchorNode)) {
2490 if (isDescendantOf(inputControl, anchorNode)) {
2717 bool WebViewCore::isDescendantOf(Node* parent, Node* node) function in class:android::WebViewCore
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 137 milliseconds