HomeSort by relevance Sort by last modified time
    Searched refs:hasAncestor (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 186 bool hasAncestor(GraphicsLayer*) const;
GraphicsLayer.cpp 87 bool GraphicsLayer::hasAncestor(GraphicsLayer* ancestor) const
  /external/webkit/WebCore/inspector/front-end/
ElementsTreeOutline.js 429 if (selectedTreeElement && selectedTreeElement.hasAncestor(this))
486 if (selectedTreeElement && (selectedTreeElement === currentChild || selectedTreeElement.hasAncestor(currentChild)))
    [all...]
treeoutline.js 731 TreeElement.prototype.hasAncestor = function(ancestor) {

Completed in 51 milliseconds