Home
last modified time | relevance | path

Searched refs:isMaster (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebApplicationCacheHost.h109 bool isMaster; member
114 …ResourceInfo() : size(0), isMaster(false), isManifest(false), isExplicit(false), isForeign(false),… in ResourceInfo()
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheHost.h99 …ResourceInfo(const KURL& resource, bool isMaster, bool isManifest, bool isFallback, bool isForeign… in ResourceInfo()
101 , m_isMaster(isMaster) in ResourceInfo()
DApplicationCacheHost.cpp285 bool isMaster = type & ApplicationCacheResource::Master; in fillResourceList() local
290 …resources->append(ResourceInfo(resource->url(), isMaster, isManifest, isFallback, isForeign, isExp… in fillResourceList()
/external/webkit/Source/WebKit/chromium/src/
DApplicationCacheHost.cpp244 …webResources[i].url, webResources[i].isMaster, webResources[i].isManifest, webResources[i].isFallb… in fillResourceList()