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 157 if (!hasPendingResources())
167 bool HTMLImportLoader::hasPendingResources() const
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 88 HasPendingResources = 1 << 5,
460 bool hasPendingResources() const { return hasElementFlag(HasPendingResources); }
461 void setHasPendingResources() { setElementFlag(HasPendingResources); }
462 void clearHasPendingResources() { clearElementFlag(HasPendingResources); }
    [all...]

Completed in 180 milliseconds