Home
last modified time | relevance | path

Searched refs:m_isPainting (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DPage.h207 void setIsPainting(bool painting) { m_isPainting = painting; } in setIsPainting()
208 bool isPainting() const { return m_isPainting; } in isPainting()
303 bool m_isPainting; variable
DPage.cpp141 , m_isPainting(false) in Page()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h474 bool m_isPainting; variable
DFrameView.cpp216 m_isPainting = false; in reset()
2725 ASSERT(!m_isPainting); in paintContents()
2726 m_isPainting = true; in paintContents()
2742 m_isPainting = false; in paintContents()
2773 return m_isPainting; in isPainting()