isDone 83 Source/core/dom/custom/CustomElementScheduler.cpp ASSERT(!import->isDone()); isDone 127 Source/core/html/imports/HTMLImport.h virtual bool isDone() const = 0; // FIXME: Should be renamed to haveFinishedLoading() isDone 205 Source/core/html/imports/HTMLImportChild.cpp return m_loader && m_loader->isDone(); isDone 76 Source/core/html/imports/HTMLImportChild.h virtual bool isDone() const OVERRIDE; isDone 173 Source/core/html/imports/HTMLImportLoader.cpp if (isDone()) isDone 72 Source/core/html/imports/HTMLImportLoader.h bool isDone() const { return m_state == StateLoaded || m_state == StateError; } isDone 72 Source/core/html/imports/HTMLImportStateResolver.cpp return !m_import->isDone(); isDone 63 Source/core/html/imports/HTMLImportsController.h virtual bool isDone() const OVERRIDE; isDone 130 Source/core/html/imports/LinkImport.cpp return m_child && m_child->isDone() && !m_child->loaderHasError();