Home
last modified time | relevance | path

Searched refs:RemoveChild (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/include/wrapper/
Dcef_xml_object.h167 bool RemoveChild(CefRefPtr<CefXmlObject> child);
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Ddataset_op.cc82 Status DatasetOp::RemoveChild(std::shared_ptr<DatasetOp> child) { in RemoveChild() function in mindspore::dataset::DatasetOp
105 RETURN_IF_NOT_OK(prev_parent->RemoveChild(shared_from_this())); in InsertAsParent()
Ddataset_op.h93 Status RemoveChild(std::shared_ptr<DatasetOp> child);
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_BWin.h105 RemoveChild(_SDL_GLView); /* Why was this outside the if in ~SDL_BWin()
148 RemoveChild(_SDL_GLView); in RemoveGLView()
/third_party/cef/libcef_dll/wrapper/
Dcef_xml_object.cc380 bool CefXmlObject::RemoveChild(CefRefPtr<CefXmlObject> child) { in RemoveChild() function in CefXmlObject
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h611 bool RemoveChild( TiXmlNode* removeThis );
Dtinyxml.cpp335 bool TiXmlNode::RemoveChild( TiXmlNode* removeThis ) in RemoveChild() function in TiXmlNode
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h611 bool RemoveChild( TiXmlNode* removeThis );
Dtinyxml.cpp335 bool TiXmlNode::RemoveChild( TiXmlNode* removeThis ) in RemoveChild() function in TiXmlNode
/third_party/chromium/patch/
D0001-cve.patch1911 @@ -3793,7 +3798,8 @@ void RenderFrameHostImpl::RemoveChild(FrameTreeNode* child) {
2012 parent_->RemoveChild(frame_tree_node_);