Searched refs:SetIgnoreExisting (Results 1 – 4 of 4) sorted by relevance
109 void SBAttachInfo::SetIgnoreExisting(bool b) { in SetIgnoreExisting() function in SBAttachInfo110 m_opaque_sp->SetIgnoreExisting(b); in SetIgnoreExisting()
121 void SetIgnoreExisting(bool b);
360 attach_info.SetIgnoreExisting(false); in SetOptionValue()
205 void SetIgnoreExisting(bool b) { m_ignore_existing = b; } in SetIgnoreExisting() function