Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceLoadPriorityOptimizer.cpp73 if (!renderer->hasPendingResourceUpdate()) in removeRenderObject()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h714 …HasPendingResourceUpdate(bool hasPendingResourceUpdate) { m_bitfields.setHasPendingResourceUpdate( in setHasPendingResourceUpdate() argument
715 bool hasPendingResourceUpdate() const { return m_bitfields.hasPendingResourceUpdate(); } in hasPendingResourceUpdate() function
1279 ADD_BOOLEAN_BITFIELD(hasPendingResourceUpdate, HasPendingResourceUpdate);