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