isMaster 58 Source/core/dom/StyleEngine.cpp , m_isMaster(HTMLImport::isMaster(&document)) isMaster 107 Source/core/dom/StyleEngine.cpp if (isMaster()) isMaster 351 Source/core/dom/StyleEngine.cpp ASSERT(!isMaster()); isMaster 360 Source/core/dom/StyleEngine.cpp ASSERT(isMaster()); isMaster 426 Source/core/dom/StyleEngine.cpp ASSERT(isMaster()); isMaster 461 Source/core/dom/StyleEngine.cpp ASSERT(isMaster() || !m_resolver); isMaster 497 Source/core/dom/StyleEngine.cpp if (!isMaster()) { isMaster 564 Source/core/dom/StyleEngine.cpp if (!HTMLImport::isMaster(&m_document)) isMaster 202 Source/core/dom/StyleEngine.h bool isMaster() const { return m_isMaster; } isMaster 108 Source/core/html/imports/HTMLImport.h static bool isMaster(Document*); isMaster 199 Source/core/loader/appcache/ApplicationCacheHost.cpp webResources[i].url, webResources[i].isMaster, webResources[i].isManifest, webResources[i].isFallback, isMaster 89 Source/core/loader/appcache/ApplicationCacheHost.h ResourceInfo(const KURL& resource, bool isMaster, bool isManifest, bool isFallback, bool isForeign, bool isExplicit, long long size) isMaster 91 Source/core/loader/appcache/ApplicationCacheHost.h , m_isMaster(isMaster) isMaster 118 public/platform/WebApplicationCacheHost.h bool isMaster; isMaster 123 public/platform/WebApplicationCacheHost.h ResourceInfo() : size(0), isMaster(false), isManifest(false), isExplicit(false), isForeign(false), isFallback(false) { }