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

/external/llvm/lib/IR/
H A DBasicBlock.cpp100 void BasicBlock::removeFromParent() { function in class:BasicBlock
H A DGlobals.cpp183 void GlobalVariable::removeFromParent() { function in class:GlobalVariable
289 void GlobalAlias::removeFromParent() { function in class:GlobalAlias
H A DInstruction.cpp72 void Instruction::removeFromParent() { function in class:Instruction
H A DFunction.cpp206 void Function::removeFromParent() { function in class:Function
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
H A DSwipableOverlayView.java180 boolean removeFromParent() { method in class:SwipableOverlayView
563 if (mIsDismissed) removeFromParent();
H A DAppBannerView.java395 boolean removeFromParent() { method in class:AppBannerView
396 if (super.removeFromParent()) {
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbar.cpp93 void Scrollbar::removeFromParent() function in class:blink::Scrollbar
/external/chromium_org/cc/blink/
H A Dweb_layer_impl.cc99 void WebLayerImpl::removeFromParent() { function in class:cc_blink::WebLayerImpl
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1000 /// removeFromParent - This method unlinks 'this' from the containing function,
1002 MachineBasicBlock *MachineBasicBlock::removeFromParent() { function in class:MachineBasicBlock
H A DMachineInstr.cpp853 MachineInstr *MachineInstr::removeFromParent() { function in class:MachineInstr
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.cpp140 removeFromParent();
188 childLayer->removeFromParent();
206 childLayer->removeFromParent();
230 curLayer->removeFromParent();
234 void GraphicsLayer::removeFromParent() function in class:blink::GraphicsLayer
242 platformLayer()->removeFromParent();

Completed in 1131 milliseconds