Searched refs:m_isPainting (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPage.h229 void setIsPainting(bool painting) { m_isPainting = painting; }
230 bool isPainting() const { return m_isPainting; }
321 bool m_isPainting; member in class:WebCore::Page
H A DFrameView.h496 bool m_isPainting; member in class:WebCore::FrameView
H A DFrameView.cpp275 m_isPainting = false;
2892 ASSERT(!m_isPainting);
2893 m_isPainting = true;
2908 m_isPainting = false;
2935 return m_isPainting;
H A DPage.cpp123 , m_isPainting(false)
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DWebTestProxy.cpp510 m_isPainting = false;
614 WEBKIT_ASSERT(!m_isPainting);
616 m_isPainting = true;
624 m_isPainting = false;
660 WEBKIT_ASSERT(!m_isPainting);
662 m_isPainting = true;
682 m_isPainting = false;
/external/chromium_org/third_party/WebKit/public/testing/
H A DWebTestProxy.h242 bool m_isPainting; member in class:WebTestRunner::WebTestProxyBase

Completed in 80 milliseconds