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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrameTree.cpp298 bool FrameTree::isDescendantOf(const Frame* ancestor) const function in class:blink::FrameTree
316 ASSERT(!stayWithin || child->tree().isDescendantOf(stayWithin));
325 ASSERT(!stayWithin || sibling->tree().isDescendantOf(stayWithin));
338 ASSERT(!stayWithin || !sibling || sibling->tree().isDescendantOf(stayWithin));
/external/llvm/lib/Analysis/
H A DLazyCallGraph.cpp165 bool LazyCallGraph::SCC::isDescendantOf(const SCC &C) const { function in class:LazyCallGraph::SCC
198 assert(CalleeC.isDescendantOf(*this) &&
214 assert(CallerC.isDescendantOf(*this) &&
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp843 bool Node::isDescendantOf(const Node *other) const function in class:blink::Node
863 return this == node || node->isDescendantOf(this);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp290 bool RenderObject::isDescendantOf(const RenderObject* obj) const function in class:blink::RenderObject
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Ddom_util.js406 cvox.DomUtil.isDescendantOf = function(node, tagName, className) {
1009 if (cvox.DomUtil.isDescendantOf(node, 'HEAD')) {
1014 if (cvox.DomUtil.isDescendantOf(node, 'SCRIPT')) {
1019 if (cvox.DomUtil.isDescendantOf(node, 'NOSCRIPT')) {
1026 if (cvox.DomUtil.isDescendantOf(node, 'NOEMBED')) {
1031 if (cvox.DomUtil.isDescendantOf(node, 'STYLE')) {
1054 if (cvox.DomUtil.isDescendantOf(node, 'VIDEO')) {
1059 if (cvox.DomUtil.isDescendantOf(node, 'AUDIO')) {
/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 1074 milliseconds