Searched refs:isPainting (Results 1 – 9 of 9) sorted by relevance
173 bool isPainting = m_data.m_painter->isActive(); in platformTransformColorSpace() local174 if (isPainting) in platformTransformColorSpace()196 if (isPainting) in platformTransformColorSpace()365 bool isPainting = data.m_painter->isActive(); in putImageData() local366 if (!isPainting) in putImageData()380 if (!isPainting) in putImageData()
216 bool isPainting() const;
821 ASSERT(!isPainting()); in layout()822 if (isPainting()) in layout()2459 bool FrameView::isPainting() const in isPainting() function in WebCore::FrameView
892 bool isPainting() const { return m_paintCount > 0; } in isPainting() function
15322 (WebView::isPainting):
1445 if (view() && view()->isPainting()) { in recalcStyle()1446 ASSERT(!view()->isPainting()); in recalcStyle()1541 ASSERT(!view() || (!view()->isInLayout() && !view()->isPainting())); in updateStyleIfNeeded()
10075 added an isPainting function.10080 (QWidget::isPainting): Return true if inside the paint function.10082 * kwq/KWQTextArea.h: Remove inDrawingMachinery field since we can use isPainting now.10085 Use isPainting() instead of inDrawingMachinery. inDrawingMachinery required that we
12576 (WebCore::Frame::isPainting):
53500 (WebCore::FrameView::isPainting):