Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementRareData.h140 bool hasPendingResources() const { return m_hasPendingResources; } in hasPendingResources() function
DElement.cpp3397 bool Element::hasPendingResources() const in hasPendingResources() function in WebCore::Element