/external/webkit/WebCore/svg/ |
D | SVGFontFaceFormatElement.cpp | 44 Node* ancestor = parentNode()->parentNode(); in childrenChanged() local
|
/external/webkit/WebCore/editing/ |
D | BreakBlockquoteCommand.cpp | 177 Element* ancestor; in doApply() local
|
D | markup.cpp | 897 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
|
D | htmlediting.cpp | 639 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/ |
D | Node.cpp | 1800 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/ |
D | BottomUpProfileDataGridTree.js | 192 …this._remainingNodeInfos.push({ ancestor:profileNode, focusNode:profileNode, totalTimeAccountedFor… property
|
D | treeoutline.js | 731 TreeElement.prototype.hasAncestor = function(ancestor) { argument
|
D | utilities.js | 451 function isAncestorNode(ancestor, node) argument
|
/external/guava/src/com/google/common/collect/ |
D | AbstractMultimap.java | 363 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/ |
D | HTMLImageElement.cpp | 216 for (Node* ancestor = parentNode(); ancestor; ancestor = ancestor->parentNode()) { in insertedIntoTree() local
|
D | HTMLElement.cpp | 1031 for (Node* ancestor = parentNode(); ancestor; ancestor = ancestor->parentNode()) in findFormAncestor() local
|
/external/webkit/WebCore/loader/ |
D | RedirectScheduler.cpp | 176 …for (Frame* ancestor = targetFrame->tree()->parent(); ancestor; ancestor = ancestor->tree()->paren… in mustLockBackForwardList() local
|
D | FrameLoader.cpp | 1116 for (Frame* ancestor = m_frame; ancestor; ancestor = ancestor->tree()->parent()) { in allAncestorsAreComplete() local
|
/external/webkit/WebCore/platform/graphics/win/ |
D | WKCACFLayer.cpp | 413 …for (WKCACFLayer* ancestor = this->superlayer(); ancestor; layer = ancestor, ancestor = ancestor->… in ancestorOrSelfWithSuperlayer() local
|
/external/libvpx/nestegg/src/ |
D | nestegg.c | 273 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/ |
D | TestUtil.java | 3710 File ancestor = new File("."); in getTestDataDir() local
|
/external/webkit/WebCore/inspector/ |
D | InspectorDOMAgent.cpp | 387 ContainerNode* ancestor = ancestors[i - 1].get(); in getEventListenersForNode() local
|
/external/webkit/WebCore/rendering/ |
D | RenderFrameSet.cpp | 816 for (RenderObject* ancestor = parent(); ancestor; ancestor = ancestor->parent()) { in setIsResizing() local
|
D | RenderLayer.cpp | 835 RenderLayer* ancestor = transparentPaintingAncestor(); in beginTransparencyLayers() local 3159 RenderObject* ancestor = commonAncestor(oldHoverObj, newHoverObj); in updateHoverActiveState() local
|
D | RenderBlock.cpp | 3474 RenderObject* ancestor = parent; in positionForPointRespectingEditingBoundaries() local
|
/external/libxml2/include/libxml/ |
D | xpath.h | 382 xmlNodePtr ancestor; /* used for walking preceding axis */ member
|
/external/webkit/WebCore/page/ |
D | FrameView.cpp | 1200 static bool isObjectAncestorContainerOf(RenderObject* ancestor, RenderObject* descendant) in isObjectAncestorContainerOf()
|
/external/webkit/WebKit/win/ |
D | WebFrame.cpp | 2301 /* [in] */ IWebFrame *ancestor, in isDescendantOfFrame()
|
/external/bluetooth/glib/gobject/ |
D | gtype.c | 263 #define NODE_IS_ANCESTOR(ancestor, node) \ argument
|
/external/libxml2/ |
D | tree.c | 5917 xmlNodePtr ancestor, const xmlChar * prefix) in xmlNsInScope()
|