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

  /external/webkit/Source/WebCore/rendering/
RootInlineBox.h 165 bool hasEllipsisBox() const { return m_hasEllipsisBoxOrHyphen; }
166 void setHasEllipsisBox(bool hasEllipsisBox) { m_hasEllipsisBoxOrHyphen = hasEllipsisBox; }
RootInlineBox.cpp 69 if (hasEllipsisBox()) {
84 if (hasEllipsisBox()) {
138 if (hasEllipsisBox() && paintInfo.shouldPaintWithinRoot(renderer()) && renderer()->style()->visibility() == VISIBLE
194 if (hasEllipsisBox() && visibleToHitTesting()) {
510 if (!hasEllipsisBox())
    [all...]

Completed in 79 milliseconds