HomeSort by relevance Sort by last modified time
    Searched refs:getCachedHash (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.h 96 unsigned getCachedHash(const RenderObject* renderer, bool putInCacheIfAbsent);
TextAutosizer.cpp 156 unsigned TextAutosizer::getCachedHash(const RenderObject* renderer, bool putInCacheIfAbsent)
166 const unsigned parentHashValue = rendererParent ? getCachedHash(rendererParent, true) : 0;
288 return getCachedHash(clusterInfos[0].root, false);
    [all...]

Completed in 63 milliseconds