Searched refs:isPainting (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DImageBufferQt.cpp169 bool isPainting = m_data.m_painter->isActive(); local
170 if (isPainting)
192 if (isPainting)
331 bool isPainting = m_data.m_painter->isActive(); local
332 if (!isPainting)
346 if (!isPainting)
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLEmbedElement.cpp75 if (!view || (!view->isInLayout() && !view->isPainting())) {
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPage.h383 bool isPainting() const { return m_isPainting; } function in class:WebCore::Page
H A DFrameView.h270 bool isPainting() const;
H A DFrameView.cpp1148 ASSERT(!isPainting());
1149 if (isPainting())
3642 bool FrameView::isPainting() const function in class:WebCore::FrameView
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.h925 bool isPainting() const { return m_paintCount > 0; } function in class:WebView
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocument.cpp1753 ASSERT(!view() || !view()->isPainting());
1754 if (view() && view()->isPainting())
1843 ASSERT(!view() || (!view()->isInLayout() && !view()->isPainting()));
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderLayerBacking.cpp2074 ASSERT(!renderer()->frame()->page() || !renderer()->frame()->page()->isPainting());

Completed in 203 milliseconds