Searched refs:incParentRefCount (Results 1 – 2 of 2) sorted by relevance
203 void makeRoot() { incParentRefCount(); } in makeRoot()236 void incParentRefCount() { mParentCount++; } in incParentRefCount() function
298 mStagingDisplayList->updateChildren([](RenderNode* child) { child->incParentRefCount(); }); in syncDisplayList()