HomeSort by relevance Sort by last modified time
    Searched defs:hasPendingResources (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportLoader.cpp 162 if (!hasPendingResources())
176 bool HTMLImportLoader::hasPendingResources() const
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 77 HasPendingResources = 1 << 5,
443 bool hasPendingResources() const { return hasElementFlag(HasPendingResources); }
444 void setHasPendingResources() { setElementFlag(HasPendingResources); }
445 void clearHasPendingResources() { clearElementFlag(HasPendingResources); }
    [all...]

Completed in 73 milliseconds