Searched refs:removeAllChildren (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGShadowTreeRootContainer.cpp71 m_shadowRoot->removeAllChildren();
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.cpp89 removeAllChildren();
109 removeAllChildren();
201 void GraphicsLayer::removeAllChildren() function in class:WebCore::GraphicsLayer
H A DGraphicsLayer.h217 void removeAllChildren();
/external/webkit/Source/WebCore/dom/
H A DContainerNode.h77 // How do removeChildren and removeAllChildren differ?
79 void removeAllChildren();
H A DContainerNode.cpp74 void ContainerNode::removeAllChildren() function in class:WebCore::ContainerNode
83 oldParent->removeAllChildren();
100 removeAllChildren();
H A DDocument.cpp588 // removeAllChildren returns, so we guard ourselves with an
604 // removeAllChildren() doesn't always unregister IDs,
607 removeAllChildren();
/external/webkit/Source/WebCore/html/
H A DValidationMessage.cpp82 m_bubbleMessage->removeAllChildren();
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
H A DWebFullScreenManagerMac.mm141 m_rootLayer->removeAllChildren();
164 m_rootLayer->removeAllChildren();
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
H A DLayerTreeHostCA.cpp100 m_nonCompositedContentLayer->removeAllChildren();
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebelement.h146 void removeAllChildren();
H A Dqwebelement.cpp1203 \sa removeAllChildren(), removeFromDocument()
1219 \sa removeAllChildren(), takeFromDocument()
1237 void QWebElement::removeAllChildren() function in class:QWebElement
1242 m_element->removeAllChildren();
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerCompositor.cpp908 hostingLayer->removeAllChildren();
1099 hostingLayer->removeAllChildren();
H A DRenderLayerBacking.cpp496 m_ancestorClippingLayer->removeAllChildren();
/external/webkit/Source/WebCore/svg/
H A DSVGUseElement.cpp587 shadowRoot->removeAllChildren();
/external/webkit/Source/WebKit/qt/tests/qwebelement/
H A Dtst_qwebelement.cpp741 body.findFirst("div").removeAllChildren();
/external/webkit/Source/WebCore/html/parser/
H A DHTMLTreeBuilder.cpp2225 m_scriptToProcess->removeAllChildren();

Completed in 735 milliseconds