Searched defs:removeFromParent (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DWidget.cpp66 void Widget::removeFromParent() function in class:WebCore::Widget
/external/llvm/lib/VMCore/
H A DInstruction.cpp67 void Instruction::removeFromParent() { function in class:Instruction
H A DBasicBlock.cpp96 void BasicBlock::removeFromParent() { function in class:BasicBlock
H A DFunction.cpp150 void Function::removeFromParent() { function in class:Function
H A DGlobals.cpp132 void GlobalVariable::removeFromParent() { function in class:GlobalVariable
211 void GlobalAlias::removeFromParent() { function in class:GlobalAlias
/external/collada/include/dae/
H A DdaeElement.h145 static daeBool removeFromParent(daeElement* element) function in class:daeElement
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp139 void GraphicsLayerTextureMapper::removeFromParent() function in class:WebCore::GraphicsLayerTextureMapper
144 GraphicsLayer::removeFromParent();
/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/lib/CodeGen/
H A DMachineBasicBlock.cpp653 /// removeFromParent - This method unlinks 'this' from the containing function,
655 MachineBasicBlock *MachineBasicBlock::removeFromParent() { function in class:MachineBasicBlock
H A DMachineInstr.cpp788 /// removeFromParent - This method unlinks 'this' from the containing basic
790 MachineInstr *MachineInstr::removeFromParent() { function in class:MachineInstr
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGraphicsLayerChromium.cpp174 void GraphicsLayerChromium::removeFromParent() function in class:WebCore::GraphicsLayerChromium
176 GraphicsLayer::removeFromParent();
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsLayerCACF.cpp200 void GraphicsLayerCACF::removeFromParent() function in class:WebCore::GraphicsLayerCACF
202 GraphicsLayer::removeFromParent();
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp212 void GraphicsLayerAndroid::removeFromParent() function in class:WebCore::GraphicsLayerAndroid
214 LOG("(%x) removeFromParent()", this);
216 GraphicsLayer::removeFromParent();
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp342 void GraphicsLayerCA::removeFromParent() function in class:WebCore::GraphicsLayerCA
346 GraphicsLayer::removeFromParent();
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp1062 void GraphicsLayerQt::removeFromParent() function in class:WebCore::GraphicsLayerQt
1066 GraphicsLayer::removeFromParent();

Completed in 773 milliseconds