Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementRareData.h140 bool hasPendingResources() const { return m_hasPendingResources; } in hasPendingResources()
141 void setHasPendingResources(bool has) { m_hasPendingResources = has; } in setHasPendingResources()
162 unsigned m_hasPendingResources : 1; variable
212 , m_hasPendingResources(false) in ElementRareData()