Home
last modified time | relevance | path

Searched defs:sibling (Results 1 – 25 of 41) sorted by relevance

12

/external/webkit/Source/WebCore/svg/
DSVGElementInstance.h151 void setNextSibling(SVGElementInstance* sibling) { m_nextSibling = sibling; } in setNextSibling()
152 void setPreviousSibling(SVGElementInstance* sibling) { m_previousSibling = sibling; } in setPreviousSibling()
DSVGUseElement.cpp883 … for (RefPtr<Node> sibling = element->nextSibling(); sibling; sibling = sibling->nextSibling()) in expandUseElementsInShadowTree() local
931 … for (RefPtr<Node> sibling = element->nextSibling(); sibling; sibling = sibling->nextSibling()) in expandSymbolElementsInShadowTree() local
/external/webkit/Source/WebCore/dom/
DTreeWalker.cpp145 for (RefPtr<Node> sibling = node->previousSibling(); sibling; ) { in previousSibling() local
182 for (RefPtr<Node> sibling = node->nextSibling(); sibling; ) { in nextSibling() local
/external/webkit/Source/WebCore/platform/graphics/texmap/
DGraphicsLayerTextureMapper.cpp111 void GraphicsLayerTextureMapper::addChildAbove(GraphicsLayer* layer, GraphicsLayer* sibling) in addChildAbove()
119 void GraphicsLayerTextureMapper::addChildBelow(GraphicsLayer* layer, GraphicsLayer* sibling) in addChildBelow()
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DCompilingClassLoader.java175 JavaFileObject.Kind kind, FileObject sibling) throws IOException { in getJavaFileForOutput()
/external/bluetooth/glib/gobject/
Dgobject-query.c58 GType sibling, in show_nodes()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.cpp140 void GraphicsLayer::addChildBelow(GraphicsLayer* childLayer, GraphicsLayer* sibling) in addChildBelow()
160 void GraphicsLayer::addChildAbove(GraphicsLayer* childLayer, GraphicsLayer* sibling) in addChildAbove()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGraphicsLayerChromium.cpp153 void GraphicsLayerChromium::addChildBelow(GraphicsLayer* childLayer, GraphicsLayer* sibling) in addChildBelow()
159 void GraphicsLayerChromium::addChildAbove(GraphicsLayer* childLayer, GraphicsLayer *sibling) in addChildAbove()
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsLayerCACF.cpp179 void GraphicsLayerCACF::addChildBelow(GraphicsLayer* childLayer, GraphicsLayer* sibling) in addChildBelow()
185 void GraphicsLayerCACF::addChildAbove(GraphicsLayer* childLayer, GraphicsLayer *sibling) in addChildAbove()
/external/bluetooth/glib/glib/
Dgqueue.c941 GList *sibling, in g_queue_insert_before()
965 GList *sibling, in g_queue_insert_after()
Dgnode.h181 #define g_node_insert_data_before(parent, sibling, data) \ argument
Dglist.c242 GList *sibling, in g_list_insert_before()
Dgslist.c238 GSList *sibling, in g_slist_insert_before()
/external/webkit/Source/WebCore/rendering/
DRenderCounter.cpp56 Element* sibling; in previousInPreOrder() local
102 Element* sibling; in previousSiblingOrParent() local
/external/webkit/Source/WebCore/page/
DFrameTree.cpp267 Frame* sibling = nextSibling(); in traverseNext() local
/external/kernel-headers/original/linux/
Dioport.h22 struct resource *parent, *sibling, *child; member
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp182 void GraphicsLayerAndroid::addChildBelow(GraphicsLayer* childLayer, GraphicsLayer* sibling) in addChildBelow()
190 void GraphicsLayerAndroid::addChildAbove(GraphicsLayer* childLayer, GraphicsLayer* sibling) in addChildAbove()
DGLWebViewState.cpp250 TiledPage* GLWebViewState::sibling(TiledPage* page) in sibling() function in WebCore::GLWebViewState
DTiledPage.cpp390 TiledPage* TiledPage::sibling() in sibling() function in WebCore::TiledPage
/external/libxslt/libxslt/
Dpattern.c898 xmlNodePtr sibling = node; in xsltTestCompMatch() local
1030 xmlNodePtr sibling = node; in xsltTestCompMatch() local
/external/chromium/chrome/browser/ui/gtk/
Dgtk_tree.cc182 GtkTreeIter sibling; in AddNodeToList() local
Dtask_manager_gtk.cc372 GtkTreeIter sibling; in OnItemsAdded() local
/external/webkit/Source/WebCore/editing/
DApplyStyleCommand.cpp696 Node* sibling = node->traverseNextSibling(); in containsNonEditableRegion() local
745 Node* sibling = node->nextSibling(); in applyInlineStyleToNodeRange() local
/external/mesa3d/src/talloc/
Dhieralloc.c114 hieralloc_header_t * sibling = header->prevSibling; in remove_from_parent() local
/external/skia/src/xml/
DSkDOM.cpp106 const Node* sibling = node->fNextSibling; in getNextSibling() local

12