Searched refs:removeFromParent (Results 1 - 25 of 52) sorted by relevance

123

/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.cpp90 removeFromParent();
123 childLayer->removeFromParent();
134 childLayer->removeFromParent();
143 childLayer->removeFromParent();
162 childLayer->removeFromParent();
194 newChild->removeFromParent();
206 curLayer->removeFromParent();
210 void GraphicsLayer::removeFromParent() function in class:WebCore::GraphicsLayer
/external/llvm/include/llvm/
H A DGlobalAlias.h49 /// removeFromParent - This method unlinks 'this' from the containing module,
52 virtual void removeFromParent();
H A DGlobalVariable.h145 /// removeFromParent - This method unlinks 'this' from the containing module,
148 virtual void removeFromParent();
H A DBasicBlock.h150 /// removeFromParent - This method unlinks 'this' from the containing
153 void removeFromParent();
H A DFunction.h305 /// removeFromParent - This method unlinks 'this' from the containing module,
308 virtual void removeFromParent();
H A DGlobalValue.h267 /// removeFromParent - This method unlinks 'this' from the containing module,
269 virtual void removeFromParent() = 0;
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DAssetLinkNode.java133 curChild.removeFromParent();
145 entry.getValue().removeFromParent();
H A DGeometry.java332 public boolean removeFromParent() { method in class:Geometry
333 boolean removed = super.removeFromParent();
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
H A DMotionPath.java250 debugNode.removeFromParent();
332 debugNode.removeFromParent();
352 debugNode.removeFromParent();
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DBombControl.java106 spatial.removeFromParent();
143 spatial.removeFromParent();
151 effect.removeFromParent();
H A DTestPhysicsReadWrite.java121 physicsRootNode.removeFromParent();
/external/webkit/Source/WebCore/platform/
H A DWidget.cpp66 void Widget::removeFromParent() function in class:WebCore::Widget
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGraphicsLayerChromium.h57 virtual void removeFromParent();
H A DGraphicsLayerChromium.cpp174 void GraphicsLayerChromium::removeFromParent() function in class:WebCore::GraphicsLayerChromium
176 GraphicsLayer::removeFromParent();
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.h51 virtual void removeFromParent();
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.h56 virtual void removeFromParent();
H A DGraphicsLayerTextureMapper.cpp139 void GraphicsLayerTextureMapper::removeFromParent() function in class:WebCore::GraphicsLayerTextureMapper
144 GraphicsLayer::removeFromParent();
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsLayerCACF.h54 virtual void removeFromParent();
/external/llvm/lib/VMCore/
H A DGlobals.cpp132 void GlobalVariable::removeFromParent() { function in class:GlobalVariable
211 void GlobalAlias::removeFromParent() { function in class:GlobalAlias
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.cpp124 m_graphicsLayer->removeFromParent();
497 m_graphicsLayer->removeFromParent();
502 m_clippingLayer->removeFromParent();
509 m_layerForHorizontalScrollbar->removeFromParent();
513 m_layerForVerticalScrollbar->removeFromParent();
517 m_layerForScrollCorner->removeFromParent();
543 m_ancestorClippingLayer->removeFromParent();
558 m_clippingLayer->removeFromParent();
654 m_foregroundLayer->removeFromParent();
H A DRenderLayerCompositor.cpp933 childLayer->backing()->childForSuperlayers()->removeFromParent();
1039 overflowControlLayer->removeFromParent();
1044 overflowControlLayer->removeFromParent();
1049 overflowControlLayer->removeFromParent();
1746 m_layerForHorizontalScrollbar->removeFromParent();
1759 m_layerForVerticalScrollbar->removeFromParent();
1772 m_layerForScrollCorner->removeFromParent();
1853 m_layerForHorizontalScrollbar->removeFromParent();
1860 m_layerForVerticalScrollbar->removeFromParent();
1920 m_overflowControlsHostLayer->removeFromParent();
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/games/
H A DCubeField.java121 cube.removeFromParent();
126 fcube.removeFromParent();
291 cubeField.get(i).removeFromParent();
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.h62 virtual void removeFromParent();
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
H A DLayerTreeHostCA.cpp249 m_pageOverlayLayer->removeFromParent();
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
H A DTerrainTestReadWrite.java234 existingTerrain.removeFromParent();
282 ((Node)terrain).removeFromParent();

Completed in 426 milliseconds

123