Home
last modified time | relevance | path

Searched defs:hasPendingResourceUpdate (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h714 …void setHasPendingResourceUpdate(bool hasPendingResourceUpdate) { m_bitfields.setHasPendingResourc… in setHasPendingResourceUpdate()
715 bool hasPendingResourceUpdate() const { return m_bitfields.hasPendingResourceUpdate(); } in hasPendingResourceUpdate() function