Home
last modified time | relevance | path

Searched refs:SetParent (Results 1 – 25 of 55) sorted by relevance

123

/third_party/cef/libcef_dll/wrapper/
Dcef_xml_object.cc376 child->SetParent(this); in AddChild()
388 child->SetParent(nullptr); in RemoveChild()
405 (*it)->SetParent(nullptr); in ClearChildren()
442 void CefXmlObject::SetParent(CefXmlObject* parent) { in SetParent() function in CefXmlObject
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dir_loader.cpp151 for (auto& bb : function) bb.SetParent(&function); in EndModule()
152 function.SetParent(module_); in EndModule()
Dfunction.h45 void SetParent(Module* module) { module_ = module; } in SetParent() function
Dbasic_block.h44 void SetParent(Function* function) { function_ = function; } in SetParent() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_descriptor.h172 nested->SetParent(this); in AddNestedLoop()
271 loop->SetParent(nullptr); in RemoveChildLoop()
297 inline void SetParent(Loop* parent) { parent_ = parent; } in SetParent() function
Dfunction.cpp206 new_block->SetParent(this); in InsertBasicBlockAfter()
220 new_block->SetParent(this); in InsertBasicBlockBefore()
Dinline_exhaustive_pass.cpp44 bb->SetParent(func); in InlineExhaustive()
Dloop_utils.cpp359 exit.SetParent(function); in CreateLoopDedicatedExits()
499 new_exit_bb->SetParent(loop_->GetMergeBlock()->GetParent()); in CloneAndAttachLoopToHeader()
565 new_bb->SetParent(&function_); in CloneLoop()
Dbasic_block.h63 void SetParent(Function* function) { function_ = function; } in SetParent() function
/third_party/spirv-tools/source/opt/
Dloop_descriptor.h172 nested->SetParent(this); in AddNestedLoop()
271 loop->SetParent(nullptr); in RemoveChildLoop()
297 inline void SetParent(Loop* parent) { parent_ = parent; } in SetParent() function
Dfunction.cpp206 new_block->SetParent(this); in InsertBasicBlockAfter()
220 new_block->SetParent(this); in InsertBasicBlockBefore()
Dinline_exhaustive_pass.cpp44 bb->SetParent(func); in InlineExhaustive()
Dloop_utils.cpp359 exit.SetParent(function); in CreateLoopDedicatedExits()
499 new_exit_bb->SetParent(loop_->GetMergeBlock()->GetParent()); in CloneAndAttachLoopToHeader()
565 new_bb->SetParent(&function_); in CloneLoop()
Dbasic_block.h63 void SetParent(Function* function) { function_ = function; } in SetParent() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_descriptor.h172 nested->SetParent(this); in AddNestedLoop()
271 loop->SetParent(nullptr); in RemoveChildLoop()
297 inline void SetParent(Loop* parent) { parent_ = parent; } in SetParent() function
Dfunction.cpp206 new_block->SetParent(this); in InsertBasicBlockAfter()
220 new_block->SetParent(this); in InsertBasicBlockBefore()
Dinline_exhaustive_pass.cpp44 bb->SetParent(func); in InlineExhaustive()
Dloop_utils.cpp359 exit.SetParent(function); in CreateLoopDedicatedExits()
499 new_exit_bb->SetParent(loop_->GetMergeBlock()->GetParent()); in CloneAndAttachLoopToHeader()
565 new_bb->SetParent(&function_); in CloneLoop()
Dbasic_block.h63 void SetParent(Function* function) { function_ = function; } in SetParent() function
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/
Dgstvkwindow_win32.c205 SetParent (window_win32->internal_win_id, NULL); in gst_vulkan_window_win32_close()
231 SetParent (window_win32->internal_win_id, NULL); in set_parent_win_id()
250 SetParent (window_win32->internal_win_id, window_win32->parent_win_id); in set_parent_win_id()
/third_party/cef/include/wrapper/
Dcef_xml_object.h186 void SetParent(CefXmlObject* parent);
/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_node.h96 void SetParent(OsrAXNode* parent);
Dbrowser_window_std_win.cc63 SetParent(hwnd, parent_handle); in ShowPopup()
Dosr_accessibility_node.cc109 void OsrAXNode::SetParent(OsrAXNode* parent) { in SetParent() function in client::OsrAXNode
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.c154 SetParent (window_win32->internal_win_id, NULL); in gst_gl_window_win32_close()
180 SetParent (window_win32->internal_win_id, NULL); in set_parent_win_id()
199 SetParent (window_win32->internal_win_id, window_win32->parent_win_id); in set_parent_win_id()

123