/third_party/cef/libcef_dll/wrapper/ |
D | cef_xml_object.cc | 376 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/ |
D | ir_loader.cpp | 151 for (auto& bb : function) bb.SetParent(&function); in EndModule() 152 function.SetParent(module_); in EndModule()
|
D | function.h | 45 void SetParent(Module* module) { module_ = module; } in SetParent() function
|
D | basic_block.h | 44 void SetParent(Function* function) { function_ = function; } in SetParent() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_descriptor.h | 172 nested->SetParent(this); in AddNestedLoop() 271 loop->SetParent(nullptr); in RemoveChildLoop() 297 inline void SetParent(Loop* parent) { parent_ = parent; } in SetParent() function
|
D | function.cpp | 206 new_block->SetParent(this); in InsertBasicBlockAfter() 220 new_block->SetParent(this); in InsertBasicBlockBefore()
|
D | inline_exhaustive_pass.cpp | 44 bb->SetParent(func); in InlineExhaustive()
|
D | loop_utils.cpp | 359 exit.SetParent(function); in CreateLoopDedicatedExits() 499 new_exit_bb->SetParent(loop_->GetMergeBlock()->GetParent()); in CloneAndAttachLoopToHeader() 565 new_bb->SetParent(&function_); in CloneLoop()
|
D | basic_block.h | 63 void SetParent(Function* function) { function_ = function; } in SetParent() function
|
/third_party/spirv-tools/source/opt/ |
D | loop_descriptor.h | 172 nested->SetParent(this); in AddNestedLoop() 271 loop->SetParent(nullptr); in RemoveChildLoop() 297 inline void SetParent(Loop* parent) { parent_ = parent; } in SetParent() function
|
D | function.cpp | 206 new_block->SetParent(this); in InsertBasicBlockAfter() 220 new_block->SetParent(this); in InsertBasicBlockBefore()
|
D | inline_exhaustive_pass.cpp | 44 bb->SetParent(func); in InlineExhaustive()
|
D | loop_utils.cpp | 359 exit.SetParent(function); in CreateLoopDedicatedExits() 499 new_exit_bb->SetParent(loop_->GetMergeBlock()->GetParent()); in CloneAndAttachLoopToHeader() 565 new_bb->SetParent(&function_); in CloneLoop()
|
D | basic_block.h | 63 void SetParent(Function* function) { function_ = function; } in SetParent() function
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | loop_descriptor.h | 172 nested->SetParent(this); in AddNestedLoop() 271 loop->SetParent(nullptr); in RemoveChildLoop() 297 inline void SetParent(Loop* parent) { parent_ = parent; } in SetParent() function
|
D | function.cpp | 206 new_block->SetParent(this); in InsertBasicBlockAfter() 220 new_block->SetParent(this); in InsertBasicBlockBefore()
|
D | inline_exhaustive_pass.cpp | 44 bb->SetParent(func); in InlineExhaustive()
|
D | loop_utils.cpp | 359 exit.SetParent(function); in CreateLoopDedicatedExits() 499 new_exit_bb->SetParent(loop_->GetMergeBlock()->GetParent()); in CloneAndAttachLoopToHeader() 565 new_bb->SetParent(&function_); in CloneLoop()
|
D | basic_block.h | 63 void SetParent(Function* function) { function_ = function; } in SetParent() function
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/ |
D | gstvkwindow_win32.c | 205 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/ |
D | cef_xml_object.h | 186 void SetParent(CefXmlObject* parent);
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_accessibility_node.h | 96 void SetParent(OsrAXNode* parent);
|
D | browser_window_std_win.cc | 63 SetParent(hwnd, parent_handle); in ShowPopup()
|
D | osr_accessibility_node.cc | 109 void OsrAXNode::SetParent(OsrAXNode* parent) { in SetParent() function in client::OsrAXNode
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/ |
D | gstglwindow_win32.c | 154 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()
|