Searched refs:m_fingerprintMapper (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.cpp286 , m_fingerprintMapper()
303 m_fingerprintMapper.addTentativeClusterRoot(block, fingerprint);
308 if (!m_pageInfo.m_settingEnabled && !m_fingerprintMapper.hasFingerprints())
313 if (m_fingerprintMapper.remove(block) && m_firstBlockToBeginLayout) {
650 Fingerprint result = m_fingerprintMapper.get(renderer);
653 m_fingerprintMapper.add(renderer, result);
719 Fingerprint fingerprint = m_fingerprintMapper.get(block);
723 BlockSet* roots = m_fingerprintMapper.getTentativeClusterRoots(fingerprint);
H A DTextAutosizer.h305 FingerprintMapper m_fingerprintMapper; member in class:blink::FINAL

Completed in 92 milliseconds