Searched defs:removeChild (Results 1 - 25 of 25) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderRuby.cpp110 void RenderRubyAsInline::removeChild(RenderObject* child) function in class:WebCore::RenderRubyAsInline
116 RenderInline::removeChild(child);
123 run->removeChild(child);
180 void RenderRubyAsBlock::removeChild(RenderObject* child) function in class:WebCore::RenderRubyAsBlock
185 RenderBlock::removeChild(child);
192 run->removeChild(child);
H A DCounterNode.cpp205 void CounterNode::removeChild(CounterNode* oldChild, const AtomicString& identifier) function in class:WebCore::CounterNode
H A DRenderButton.cpp62 void RenderButton::removeChild(RenderObject* oldChild) function in class:WebCore::RenderButton
65 RenderFlexibleBox::removeChild(oldChild);
68 m_inner->removeChild(oldChild);
H A DRenderRubyRun.cpp58 // Mark if the run is being destroyed to avoid trouble in removeChild().
143 RenderBlock::removeChild(beforeChild);
164 void RenderRubyRun::removeChild(RenderObject* child) function in class:WebCore::RenderRubyRun
184 RenderBlock::removeChild(child);
190 RenderBlock::removeChild(base);
197 parent()->removeChild(this);
H A DRenderMenuList.cpp106 void RenderMenuList::removeChild(RenderObject* oldChild) function in class:WebCore::RenderMenuList
109 RenderFlexibleBox::removeChild(oldChild);
112 m_innerBlock->removeChild(oldChild);
H A DRenderTable.cpp194 void RenderTable::removeChild(RenderObject* oldChild) function in class:WebCore::RenderTable
196 RenderBox::removeChild(oldChild);
H A DRenderTableSection.cpp148 void RenderTableSection::removeChild(RenderObject* oldChild) function in class:WebCore::RenderTableSection
151 RenderBox::removeChild(oldChild);
H A DInlineFlowBox.cpp90 void InlineFlowBox::removeChild(InlineBox* child) function in class:WebCore::InlineFlowBox
H A DRenderLayer.cpp907 RenderLayer* RenderLayer::removeChild(RenderLayer* oldChild) function in class:WebCore::RenderLayer
964 parent->removeChild(this);
967 removeChild(reflectionLayer());
973 removeChild(current);
H A DRenderObject.cpp325 void RenderObject::removeChild(RenderObject* oldChild) function in class:WebCore::RenderObject
466 parentLayer->removeChild(toRenderBoxModelObject(this)->layer());
483 oldParent->removeChild(layer);
H A DRenderBlock.cpp534 void RenderBlock::removeChild(RenderObject* oldChild) function in class:WebCore::RenderBlock
557 RenderBox::removeChild(oldChild);
4686 firstLetterContainer->removeChild(textObj);
/external/webkit/WebCore/bindings/js/
H A DJSNodeCustom.cpp91 JSValue JSNode::removeChild(ExecState* exec, const ArgList& args) function in class:WebCore::JSNode
94 bool ok = impl()->removeChild(toNode(args.at(0)), ec);
/external/webkit/WebCore/inspector/front-end/
H A DProfileDataGridTree.js173 removeChild: function(/*ProfileDataGridNode*/ profileDataGridNode)
175 WebInspector.DataGridNode.prototype.removeChild.call(this, profileDataGridNode);
H A Dtreeoutline.js427 TreeOutline.prototype.removeChild = TreeOutline._removeChild;
545 TreeElement.prototype.removeChild = TreeOutline._removeChild;
554 this._listItemNode.parentNode.removeChild(this._listItemNode);
593 this._listItemNode.parentNode.removeChild(this._listItemNode);
595 this._childrenListNode.parentNode.removeChild(this._childrenListNode);
676 this._childrenListNode.parentNode.removeChild(this._childrenListNode);
/external/webkit/WebCore/page/
H A DFrameTree.cpp83 void FrameTree::removeChild(Frame* child) function in class:WebCore::FrameTree
/external/webkit/WebCore/wml/
H A DWMLOptGroupElement.cpp69 bool WMLOptGroupElement::removeChild(Node* oldChild, ExceptionCode& ec) function in class:WebCore::WMLOptGroupElement
71 bool result = WMLFormControlElement::removeChild(oldChild, ec);
/external/webkit/JavaScriptCore/profiler/
H A DProfileNode.cpp133 void ProfileNode::removeChild(ProfileNode* node) function in class:JSC::ProfileNode
/external/webkit/WebCore/html/
H A DHTMLOptGroupElement.cpp76 bool HTMLOptGroupElement::removeChild(Node* oldChild, ExceptionCode& ec) function in class:WebCore::HTMLOptGroupElement
78 bool result = HTMLFormControlElement::removeChild(oldChild, ec);
/external/webkit/WebKit/win/
H A DDOMCoreClasses.h174 virtual HRESULT STDMETHODCALLTYPE removeChild(
400 virtual HRESULT STDMETHODCALLTYPE removeChild( function in class:DOMDocument
402 /* [retval][out] */ IDOMNode **result) { return DOMNode::removeChild(oldChild, result); }
632 virtual HRESULT STDMETHODCALLTYPE removeChild( function in class:DOMElement
634 /* [retval][out] */ IDOMNode **result) { return DOMNode::removeChild(oldChild, result); }
H A DDOMCoreClasses.cpp230 HRESULT STDMETHODCALLTYPE DOMNode::removeChild( function in class:DOMNode
H A DDOMHTMLClasses.h255 virtual HRESULT STDMETHODCALLTYPE removeChild( function in class:DOMHTMLDocument
257 /* [retval][out] */ IDOMNode **result) { return DOMDocument::removeChild(oldChild, result); }
529 virtual HRESULT STDMETHODCALLTYPE removeChild( function in class:DOMHTMLElement
531 /* [retval][out] */ IDOMNode **result) { return DOMElement::removeChild(oldChild, result); }
788 virtual HRESULT STDMETHODCALLTYPE removeChild( function in class:DOMHTMLFormElement
790 /* [retval][out] */ IDOMNode **result) { return DOMHTMLElement::removeChild(oldChild, result); }
1093 virtual HRESULT STDMETHODCALLTYPE removeChild( function in class:DOMHTMLSelectElement
1095 /* [retval][out] */ IDOMNode **result) { return DOMHTMLElement::removeChild(oldChild, result); }
1417 virtual HRESULT STDMETHODCALLTYPE removeChild( function in class:DOMHTMLOptionElement
1419 /* [retval][out] */ IDOMNode **result) { return DOMHTMLElement::removeChild(oldChil
1715 virtual HRESULT STDMETHODCALLTYPE removeChild( function in class:DOMHTMLInputElement
2125 virtual HRESULT STDMETHODCALLTYPE removeChild( function in class:DOMHTMLTextAreaElement
[all...]
/external/webkit/WebCore/dom/
H A DContainerNode.cpp108 oldParent->removeChild(child.get(), ec);
193 removeChild(oldChild, ec);
217 oldParent->removeChild(child.get(), ec);
302 bool ContainerNode::removeChild(Node* oldChild, ExceptionCode& ec) function in class:WebCore::ContainerNode
461 oldParent->removeChild(child.get(), ec);
H A DNode.cpp638 bool Node::removeChild(Node*, ExceptionCode& ec) function in class:WebCore::Node
654 p->removeChild(this, ec);
/external/webkit/WebCore/platform/
H A DScrollView.cpp72 void ScrollView::removeChild(Widget* child) function in class:WebCore::ScrollView
88 removeChild(m_horizontalScrollbar.get());
100 removeChild(m_verticalScrollbar.get());
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 958 milliseconds