Home
last modified time | relevance | path

Searched refs:m_absoluteCaretRepaintBounds (Results 1 – 2 of 2) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DSelectionController.h235 IntRect m_absoluteCaretRepaintBounds; variable
H A DSelectionController.cpp1161 IntRect oldAbsoluteCaretRepaintBounds = m_absoluteCaretRepaintBounds; in recomputeCaretRect()
1163 m_absoluteCaretRepaintBounds = caretRepaintRect(); in recomputeCaretRect()
1170 view->repaintRectangleInViewAndCompositedLayers(m_absoluteCaretRepaintBounds, false); in recomputeCaretRect()