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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.h140 , m_hasEnoughTextToAutosize(UnknownAmountOfText)
146 HasEnoughTextToAutosize m_hasEnoughTextToAutosize; member in struct:blink::FINAL::Supercluster
157 , m_hasEnoughTextToAutosize(UnknownAmountOfText)
174 HasEnoughTextToAutosize m_hasEnoughTextToAutosize; member in struct:blink::FINAL::Cluster
H A DTextAutosizer.cpp601 if (cluster->m_hasEnoughTextToAutosize != UnknownAmountOfText)
602 return cluster->m_hasEnoughTextToAutosize == HasEnoughText;
610 cluster->m_hasEnoughTextToAutosize = HasEnoughText;
615 cluster->m_hasEnoughTextToAutosize = NotEnoughText;
637 cluster->m_hasEnoughTextToAutosize = HasEnoughText;
644 cluster->m_hasEnoughTextToAutosize = NotEnoughText;
766 if (supercluster->m_hasEnoughTextToAutosize != UnknownAmountOfText)
767 return supercluster->m_hasEnoughTextToAutosize == HasEnoughText;
772 supercluster->m_hasEnoughTextToAutosize = HasEnoughText;
776 supercluster->m_hasEnoughTextToAutosize
[all...]

Completed in 67 milliseconds