isSync             60 Source/core/html/imports/HTMLImport.cpp     if (child->isSync())
isSync            116 Source/core/html/imports/HTMLImport.h     bool isSync() const { return SyncMode(m_sync) == Sync; }
isSync             81 Source/core/html/imports/HTMLImportChild.cpp     if (isSync()) {
isSync            252 Source/core/html/imports/HTMLImportChild.cpp         isSync() ? "Y" : "N",
isSync             44 Source/core/html/imports/HTMLImportChildClient.h     virtual bool isSync() const = 0;
isSync             63 Source/core/html/imports/HTMLImportStateResolver.cpp         if (child->isSync() && isBlockingFollowers(child))
isSync             74 Source/core/html/imports/HTMLImportsController.cpp     OwnPtr<HTMLImportChild> loader = adoptPtr(new HTMLImportChild(*m_master, url, client->isSync() ? HTMLImport::Sync : HTMLImport::Async));
isSync             65 Source/core/html/imports/LinkImport.h     virtual bool isSync() const OVERRIDE;