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

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DWidget.cpp56 void Widget::removeFromParent() function in class:WebCore::Widget
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DGeometry.java332 public boolean removeFromParent() { method in class:Geometry
333 boolean removed = super.removeFromParent();
H A DSpatial.java746 * <code>removeFromParent</code> removes this Spatial from it's parent.
750 public boolean removeFromParent() { method in class:Spatial
/external/llvm/lib/IR/
H A DBasicBlock.cpp96 void BasicBlock::removeFromParent() { function in class:BasicBlock
H A DGlobals.cpp138 void GlobalVariable::removeFromParent() { function in class:GlobalVariable
217 void GlobalAlias::removeFromParent() { function in class:GlobalAlias
H A DInstruction.cpp68 void Instruction::removeFromParent() { function in class:Instruction
H A DFunction.cpp183 void Function::removeFromParent() { function in class:Function
/external/chromium_org/webkit/renderer/compositor_bindings/
H A Dweb_layer_impl.cc66 void WebLayerImpl::removeFromParent() { layer_->RemoveFromParent(); } function in class:webkit::WebLayerImpl
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp989 /// removeFromParent - This method unlinks 'this' from the containing function,
991 MachineBasicBlock *MachineBasicBlock::removeFromParent() { function in class:MachineBasicBlock
H A DMachineInstr.cpp833 MachineInstr *MachineInstr::removeFromParent() { function in class:MachineInstr
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsLayer.cpp162 removeFromParent();
206 childLayer->removeFromParent();
226 childLayer->removeFromParent();
237 childLayer->removeFromParent();
258 childLayer->removeFromParent();
293 newChild->removeFromParent();
308 curLayer->removeFromParent();
312 void GraphicsLayer::removeFromParent() function in class:WebCore::GraphicsLayer
326 platformLayer()->removeFromParent();

Completed in 293 milliseconds