HomeSort by relevance Sort by last modified time
    Searched refs:removeFromParent (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/llvm/include/llvm/
GlobalAlias.h 49 /// removeFromParent - This method unlinks 'this' from the containing module,
52 virtual void removeFromParent();
GlobalVariable.h 145 /// removeFromParent - This method unlinks 'this' from the containing module,
148 virtual void removeFromParent();
BasicBlock.h 150 /// removeFromParent - This method unlinks 'this' from the containing
153 void removeFromParent();
Function.h 305 /// removeFromParent - This method unlinks 'this' from the containing module,
308 virtual void removeFromParent();
GlobalValue.h 267 /// removeFromParent - This method unlinks 'this' from the containing module,
269 virtual void removeFromParent() = 0;
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.cpp 90 removeFromParent();
123 childLayer->removeFromParent();
134 childLayer->removeFromParent();
143 childLayer->removeFromParent();
162 childLayer->removeFromParent();
194 newChild->removeFromParent();
206 curLayer->removeFromParent();
210 void GraphicsLayer::removeFromParent()
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 51 virtual void removeFromParent();
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
AssetLinkNode.java 133 curChild.removeFromParent();
145 entry.getValue().removeFromParent();
Geometry.java 332 public boolean removeFromParent() {
333 boolean removed = super.removeFromParent();
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.h 57 virtual void removeFromParent();
GraphicsLayerChromium.cpp 174 void GraphicsLayerChromium::removeFromParent()
176 GraphicsLayer::removeFromParent();
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.h 56 virtual void removeFromParent();
GraphicsLayerTextureMapper.cpp 139 void GraphicsLayerTextureMapper::removeFromParent()
144 GraphicsLayer::removeFromParent();
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 54 virtual void removeFromParent();
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
MotionPath.java 250 debugNode.removeFromParent();
332 debugNode.removeFromParent();
352 debugNode.removeFromParent();
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
BombControl.java 106 spatial.removeFromParent();
143 spatial.removeFromParent();
151 effect.removeFromParent();
TestPhysicsReadWrite.java 121 physicsRootNode.removeFromParent();
  /external/webkit/Source/WebCore/platform/
Widget.cpp 66 void Widget::removeFromParent()
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 62 virtual void removeFromParent();
  /external/llvm/lib/VMCore/
Globals.cpp 132 void GlobalVariable::removeFromParent() {
211 void GlobalAlias::removeFromParent() {
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp 124 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();
    [all...]
RenderLayerCompositor.cpp     [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/games/
CubeField.java 121 cube.removeFromParent();
126 fcube.removeFromParent();
291 cubeField.get(i).removeFromParent();
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
LayerTreeHostCA.cpp 249 m_pageOverlayLayer->removeFromParent();
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestReadWrite.java 234 existingTerrain.removeFromParent();
282 ((Node)terrain).removeFromParent();

Completed in 622 milliseconds

1 2 3