Home | History | Annotate | Download | only in inspector

Lines Matching refs:totalObjects

531     unsigned totalObjects;
532 frame->countObjectsNeedingLayout(needsLayoutObjects, totalObjects, isPartial);
534 pushCurrentRecord(TimelineRecordFactory::createLayoutData(needsLayoutObjects, totalObjects, isPartial), TimelineRecordType::Layout, true, frame);