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

1 2

  /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 156 /// removeFromParent - This method unlinks 'this' from the containing
159 void removeFromParent();
Function.h 305 /// removeFromParent - This method unlinks 'this' from the containing module,
308 virtual void removeFromParent();
GlobalValue.h 268 /// removeFromParent - This method unlinks 'this' from the containing module,
270 virtual void removeFromParent() = 0;
Instruction.h 54 /// removeFromParent - This method unlinks 'this' from the containing basic
57 void removeFromParent();
  /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/collada/src/dae/
daeMetaAny.cpp 26 daeElement::removeFromParent( child );
daeMetaElementAttribute.cpp 127 daeElement::removeFromParent( child );
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 51 virtual void removeFromParent();
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 58 virtual void 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/webkit/Source/WebCore/platform/
Widget.cpp 66 void Widget::removeFromParent()
Widget.h 194 void removeFromParent();
  /external/llvm/lib/VMCore/
Globals.cpp 132 void GlobalVariable::removeFromParent() {
211 void GlobalAlias::removeFromParent() {
BasicBlock.cpp 96 void BasicBlock::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/webkit/Source/WebKit2/WebProcess/WebPage/ca/
LayerTreeHostCA.cpp 249 m_pageOverlayLayer->removeFromParent();
  /development/tools/a3dconvert/
ColladaConditioner.cpp 215 daeBool removed = daeElement::removeFromParent(element);
  /external/collada/include/dae/
daeElement.h 145 static daeBool removeFromParent(daeElement* element)

Completed in 511 milliseconds

1 2