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

  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.h 229 void setIsPainting(bool painting) { m_isPainting = painting; }
230 bool isPainting() const { return m_isPainting; }
321 bool m_isPainting;
FrameView.h 496 bool m_isPainting;
  /external/chromium_org/third_party/WebKit/public/testing/
WebTestProxy.h 242 bool m_isPainting;

Completed in 45 milliseconds