HomeSort by relevance Sort by last modified time
    Searched defs:m_isPainting (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.h 201 void setIsPainting(bool painting) { m_isPainting = painting; }
202 bool isPainting() const { return m_isPainting; }
297 bool m_isPainting;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h 498 bool m_isPainting;

Completed in 1730 milliseconds