Searched defs:isPainting (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
H A DImageBufferQt.cpp173 bool isPainting = m_data.m_painter->isActive(); local
174 if (isPainting)
196 if (isPainting)
365 bool isPainting = data.m_painter->isActive(); local
366 if (!isPainting)
380 if (!isPainting)
/external/webkit/Source/WebKit/win/
H A DWebView.h892 bool isPainting() const { return m_paintCount > 0; } function in class:WebView
/external/webkit/Source/WebCore/page/
H A DFrameView.cpp821 ASSERT(!isPainting());
822 if (isPainting())
2459 bool FrameView::isPainting() const function in class:WebCore::FrameView

Completed in 1718 milliseconds