Home
last modified time | relevance | path

Searched refs:isDescendant (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
DTextPrompt.js182 if (!selectionRange.commonAncestorContainer.isDescendant(this.element))
273 if (node !== this.element && !node.isDescendant(this.element))
Dutilities.js267 … return selectionRange.startContainer === this || selectionRange.startContainer.isDescendant(this);
310 Node.prototype.isDescendant = isDescendantNode; method in Node
DElementsPanel.js581 if (nodeUnderMouse && nodeUnderMouse.isDescendant(this.crumbsElement))
DElementsTreeOutline.js259 if (nodeUnderMouse && nodeUnderMouse.isDescendant(this.element))
DStylesSidebarPane.js1151 …r !== this.listItemElement && !selectionRange.commonAncestorContainer.isDescendant(this.listItemEl…