mapSize           173 Source/core/rendering/ImageQualityController.cpp     LayoutSize scaledImageSize = currentTransform.mapSize(image->size());
mapSize           174 Source/core/rendering/ImageQualityController.cpp     LayoutSize scaledLayoutSize = currentTransform.mapSize(roundedIntSize(layoutSize));
mapSize           227 Source/core/rendering/svg/RenderSVGResourceFilter.cpp             FloatSize size = context->getCTM().mapSize(boundaries.size());
mapSize            61 Source/platform/transforms/AffineTransform.h     IntSize mapSize(const IntSize&) const;
mapSize            63 Source/platform/transforms/AffineTransform.h     FloatSize mapSize(const FloatSize&) const;
mapSize           529 Source/wtf/PartitionAlloc.cpp     size_t mapSize; // Mapped size, not including guard pages and meta-data.
mapSize           548 Source/wtf/PartitionAlloc.cpp     size_t mapSize = size + kPartitionPageSize + kSystemPageSize;
mapSize           550 Source/wtf/PartitionAlloc.cpp     mapSize += kPageAllocationGranularityOffsetMask;
mapSize           551 Source/wtf/PartitionAlloc.cpp     mapSize &= kPageAllocationGranularityBaseMask;
mapSize           563 Source/wtf/PartitionAlloc.cpp     char* ptr = reinterpret_cast<char*>(allocPages(0, mapSize, kSuperPageSize));
mapSize           596 Source/wtf/PartitionAlloc.cpp     mapExtent->mapSize = mapSize - kPartitionPageSize - kSystemPageSize;
mapSize           603 Source/wtf/PartitionAlloc.cpp     size_t unmapSize = partitionPageToDirectMapExtent(page)->mapSize;
mapSize           805 Source/wtf/PartitionAlloc.cpp     } else if (newSize <= partitionPageToDirectMapExtent(page)->mapSize) {