Home
last modified time | relevance | path

Searched defs:ancestor (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/WebCore/svg/
DSVGFontFaceFormatElement.cpp44 Node* ancestor = parentNode()->parentNode(); in childrenChanged() local
/external/webkit/WebCore/editing/
DBreakBlockquoteCommand.cpp177 Element* ancestor; in doApply() local
Dmarkup.cpp897 Node *ancestor = ancestorsToClose.last(); in createMarkup() local
947 for (Node *ancestor = lastClosed->parentNode(); ancestor; ancestor = ancestor->parentNode()) in createMarkup() local
982 … for (Node* ancestor = lastClosed->parentNode(); ancestor; ancestor = ancestor->parentNode()) { in createMarkup() local
Dhtmlediting.cpp639 Node* ancestor = range->commonAncestorContainer(ec);// find the cloeset common ancestor in extendRangeToWrappingNodes() local
923 Node* ancestor = node->shadowAncestorNode(); in isNodeInTextFormControl() local
/external/webkit/WebCore/dom/
DNode.cpp1800 if (Element* ancestor = ancestorElement()) in isDefaultNamespace() local
1821 if (Element* ancestor = ancestorElement()) in isDefaultNamespace() local
1854 if (Element* ancestor = ancestorElement()) in lookupPrefix() local
1894 if (Element* ancestor = ancestorElement()) in lookupNamespaceURI() local
1916 if (Element* ancestor = ancestorElement()) in lookupNamespaceURI() local
1943 if (Element* ancestor = ancestorElement()) in lookupNamespacePrefix() local
2631 …for (ContainerNode* ancestor = eventParentNode(); ancestor; ancestor = ancestor->eventParentNode()… in eventAncestors() local
2662 ContainerNode* ancestor = ancestors[i].get(); in eventHasListeners() local
2717 ContainerNode* ancestor = ancestors[i - 1].get(); in dispatchGenericEvent() local
2737 ContainerNode* ancestor = ancestors[i].get(); in dispatchGenericEvent() local
[all …]
/external/webkit/WebCore/inspector/front-end/
DBottomUpProfileDataGridTree.js192 …this._remainingNodeInfos.push({ ancestor:profileNode, focusNode:profileNode, totalTimeAccountedFor… property
Dtreeoutline.js731 TreeElement.prototype.hasAncestor = function(ancestor) { argument
Dutilities.js451 function isAncestorNode(ancestor, node) argument
/external/guava/src/com/google/common/collect/
DAbstractMultimap.java363 K key, List<V> list, @Nullable WrappedCollection ancestor) { in wrapList()
389 final WrappedCollection ancestor; field in AbstractMultimap.WrappedCollection
393 @Nullable WrappedCollection ancestor) { in WrappedCollection()
642 @Nullable WrappedCollection ancestor) { in WrappedSortedSet()
688 WrappedList(K key, List<V> delegate, @Nullable WrappedCollection ancestor) { in WrappedList()
819 @Nullable WrappedCollection ancestor) { in RandomAccessWrappedList()
/external/webkit/WebCore/html/
DHTMLImageElement.cpp216 for (Node* ancestor = parentNode(); ancestor; ancestor = ancestor->parentNode()) { in insertedIntoTree() local
DHTMLElement.cpp1031 for (Node* ancestor = parentNode(); ancestor; ancestor = ancestor->parentNode()) in findFormAncestor() local
/external/webkit/WebCore/loader/
DRedirectScheduler.cpp176 …for (Frame* ancestor = targetFrame->tree()->parent(); ancestor; ancestor = ancestor->tree()->paren… in mustLockBackForwardList() local
DFrameLoader.cpp1116 for (Frame* ancestor = m_frame; ancestor; ancestor = ancestor->tree()->parent()) { in allAncestorsAreComplete() local
/external/webkit/WebCore/platform/graphics/win/
DWKCACFLayer.cpp413 …for (WKCACFLayer* ancestor = this->superlayer(); ancestor; layer = ancestor, ancestor = ancestor->… in ancestorOrSelfWithSuperlayer() local
/external/libvpx/nestegg/src/
Dnestegg.c273 struct list_node * ancestor; member
291 struct list_node * ancestor; member
755 ne_is_ancestor_element(uint64_t id, struct list_node * ancestor) in ne_is_ancestor_element()
780 ne_ctx_push(nestegg * ctx, struct ebml_element_desc * ancestor, void * data) in ne_ctx_push()
/external/protobuf/java/src/test/java/com/google/protobuf/
DTestUtil.java3710 File ancestor = new File("."); in getTestDataDir() local
/external/webkit/WebCore/inspector/
DInspectorDOMAgent.cpp387 ContainerNode* ancestor = ancestors[i - 1].get(); in getEventListenersForNode() local
/external/webkit/WebCore/rendering/
DRenderFrameSet.cpp816 for (RenderObject* ancestor = parent(); ancestor; ancestor = ancestor->parent()) { in setIsResizing() local
DRenderLayer.cpp835 RenderLayer* ancestor = transparentPaintingAncestor(); in beginTransparencyLayers() local
3159 RenderObject* ancestor = commonAncestor(oldHoverObj, newHoverObj); in updateHoverActiveState() local
DRenderBlock.cpp3474 RenderObject* ancestor = parent; in positionForPointRespectingEditingBoundaries() local
/external/libxml2/include/libxml/
Dxpath.h382 xmlNodePtr ancestor; /* used for walking preceding axis */ member
/external/webkit/WebCore/page/
DFrameView.cpp1200 static bool isObjectAncestorContainerOf(RenderObject* ancestor, RenderObject* descendant) in isObjectAncestorContainerOf()
/external/webkit/WebKit/win/
DWebFrame.cpp2301 /* [in] */ IWebFrame *ancestor, in isDescendantOfFrame()
/external/bluetooth/glib/gobject/
Dgtype.c263 #define NODE_IS_ANCESTOR(ancestor, node) \ argument
/external/libxml2/
Dtree.c5917 xmlNodePtr ancestor, const xmlChar * prefix) in xmlNsInScope()

12