Searched defs:SetParent (Results 1 – 13 of 13) sorted by relevance
45 void SetParent(Module* module) { module_ = module; } in SetParent() function
44 void SetParent(Function* function) { function_ = function; } in SetParent() function
109 void OsrAXNode::SetParent(OsrAXNode* parent) { in SetParent() function in client::OsrAXNode
63 void SetParent(Function* function) { function_ = function; } in SetParent() function
297 inline void SetParent(Loop* parent) { parent_ = parent; } in SetParent() function
442 void CefXmlObject::SetParent(CefXmlObject* parent) { in SetParent() function in CefXmlObject
2179 TEST_F(InlineTest, SetParent) { in TEST_F() argument