getCachedHash 165 Source/core/rendering/TextAutosizer.cpp const unsigned parentHashValue = rendererParent ? getCachedHash(rendererParent, true) : 0; getCachedHash 288 Source/core/rendering/TextAutosizer.cpp return getCachedHash(clusterInfos[0].root, false); getCachedHash 97 Source/core/rendering/TextAutosizer.h unsigned getCachedHash(const RenderObject* renderer, bool putInCacheIfAbsent);