/external/webkit/Source/WebCore/svg/ |
D | SVGElementInstance.h | 151 void setNextSibling(SVGElementInstance* sibling) { m_nextSibling = sibling; } in setNextSibling() 152 void setPreviousSibling(SVGElementInstance* sibling) { m_previousSibling = sibling; } in setPreviousSibling()
|
D | SVGUseElement.cpp | 883 … 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/ |
D | TreeWalker.cpp | 145 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/ |
D | GraphicsLayerTextureMapper.cpp | 111 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/ |
D | CompilingClassLoader.java | 175 JavaFileObject.Kind kind, FileObject sibling) throws IOException { in getJavaFileForOutput()
|
/external/bluetooth/glib/gobject/ |
D | gobject-query.c | 58 GType sibling, in show_nodes()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsLayer.cpp | 140 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/ |
D | GraphicsLayerChromium.cpp | 153 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/ |
D | GraphicsLayerCACF.cpp | 179 void GraphicsLayerCACF::addChildBelow(GraphicsLayer* childLayer, GraphicsLayer* sibling) in addChildBelow() 185 void GraphicsLayerCACF::addChildAbove(GraphicsLayer* childLayer, GraphicsLayer *sibling) in addChildAbove()
|
/external/bluetooth/glib/glib/ |
D | gqueue.c | 941 GList *sibling, in g_queue_insert_before() 965 GList *sibling, in g_queue_insert_after()
|
D | gnode.h | 181 #define g_node_insert_data_before(parent, sibling, data) \ argument
|
D | glist.c | 242 GList *sibling, in g_list_insert_before()
|
D | gslist.c | 238 GSList *sibling, in g_slist_insert_before()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderCounter.cpp | 56 Element* sibling; in previousInPreOrder() local 102 Element* sibling; in previousSiblingOrParent() local
|
/external/webkit/Source/WebCore/page/ |
D | FrameTree.cpp | 267 Frame* sibling = nextSibling(); in traverseNext() local
|
/external/kernel-headers/original/linux/ |
D | ioport.h | 22 struct resource *parent, *sibling, *child; member
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.cpp | 182 void GraphicsLayerAndroid::addChildBelow(GraphicsLayer* childLayer, GraphicsLayer* sibling) in addChildBelow() 190 void GraphicsLayerAndroid::addChildAbove(GraphicsLayer* childLayer, GraphicsLayer* sibling) in addChildAbove()
|
D | GLWebViewState.cpp | 250 TiledPage* GLWebViewState::sibling(TiledPage* page) in sibling() function in WebCore::GLWebViewState
|
D | TiledPage.cpp | 390 TiledPage* TiledPage::sibling() in sibling() function in WebCore::TiledPage
|
/external/libxslt/libxslt/ |
D | pattern.c | 898 xmlNodePtr sibling = node; in xsltTestCompMatch() local 1030 xmlNodePtr sibling = node; in xsltTestCompMatch() local
|
/external/chromium/chrome/browser/ui/gtk/ |
D | gtk_tree.cc | 182 GtkTreeIter sibling; in AddNodeToList() local
|
D | task_manager_gtk.cc | 372 GtkTreeIter sibling; in OnItemsAdded() local
|
/external/webkit/Source/WebCore/editing/ |
D | ApplyStyleCommand.cpp | 696 Node* sibling = node->traverseNextSibling(); in containsNonEditableRegion() local 745 Node* sibling = node->nextSibling(); in applyInlineStyleToNodeRange() local
|
/external/mesa3d/src/talloc/ |
D | hieralloc.c | 114 hieralloc_header_t * sibling = header->prevSibling; in remove_from_parent() local
|
/external/skia/src/xml/ |
D | SkDOM.cpp | 106 const Node* sibling = node->fNextSibling; in getNextSibling() local
|