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/html/imports/
DHTMLImportLoader.cpp167 bool HTMLImportLoader::hasPendingResources() const in hasPendingResources() function in WebCore::HTMLImportLoader
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h460 bool hasPendingResources() const { return hasElementFlag(HasPendingResources); } in hasPendingResources() function