Searched refs:dirtyObjects (Results 1 – 3 of 3) sorted by relevance
180 PassRefPtr<JSONObject> TimelineRecordFactory::createLayoutData(unsigned dirtyObjects, unsigned tota… in createLayoutData() argument183 data->setNumber("dirtyObjects", dirtyObjects); in createLayoutData()
81 …static PassRefPtr<JSONObject> createLayoutData(unsigned dirtyObjects, unsigned totalObjects, bool …
486 unsigned dirtyObjects = 0; in willLayout() local491 ++dirtyObjects; in willLayout()493 …pushCurrentRecord(TimelineRecordFactory::createLayoutData(dirtyObjects, totalObjects, partialLayou… in willLayout()