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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPage.h201 void setIsPainting(bool painting) { m_isPainting = painting; }
202 bool isPainting() const { return m_isPainting; }
297 bool m_isPainting; member in class:blink::FINAL
H A DPage.cpp140 , m_isPainting(false)
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.h498 bool m_isPainting; member in class:blink::FINAL
H A DFrameView.cpp203 m_isPainting = false;
2551 ASSERT(!m_isPainting);
2552 m_isPainting = true;
2568 m_isPainting = false;
2599 return m_isPainting;

Completed in 54 milliseconds