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