Home | History | Annotate | Download | only in inspector

Lines Matching refs:ancestor

737     for (ContainerNode* ancestor = node->parentOrHostNode(); ancestor; ancestor = ancestor->parentOrHostNode())
738 ancestors.append(ancestor);
743 ContainerNode* ancestor = ancestors[i - 1];
746 if (ancestor->hasEventListeners(type))
747 eventInformation.append(EventListenerInfo(ancestor, type, ancestor->getEventListeners(type)));