Searched refs:frameBox (Results 1 – 1 of 1) sorted by relevance
957 LayoutRect frameBox = enclosingLayoutRect(frameRectIncludingLineHeight(lineTop, lineBottom)); in setLayoutOverflow() local958 if (frameBox.contains(rect) || rect.isEmpty()) in setLayoutOverflow()962 m_overflow = adoptPtr(new RenderOverflow(frameBox, frameBox)); in setLayoutOverflow()969 LayoutRect frameBox = enclosingLayoutRect(frameRectIncludingLineHeight(lineTop, lineBottom)); in setVisualOverflow() local970 if (frameBox.contains(rect) || rect.isEmpty()) in setVisualOverflow()974 m_overflow = adoptPtr(new RenderOverflow(frameBox, frameBox)); in setVisualOverflow()