HomeSort by relevance Sort by last modified time
    Searched refs:m_manifestResource (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.cpp 449 ASSERT(!m_manifestResource);
655 ASSERT(!m_manifestResource);
671 m_manifestResource = ApplicationCacheResource::create(m_manifestHandle->firstRequest().url(), response, ApplicationCacheResource::Manifest);
676 if (m_manifestResource)
677 m_manifestResource->data()->append(data, length);
684 if (!isUpgradeAttempt && !m_manifestResource) {
697 if (!m_manifestResource || // The resource will be null if HTTP response was 304 Not Modified.
698 (newestManifest->data()->size() == m_manifestResource->data()->size() && !memcmp(newestManifest->data()->data(), m_manifestResource->data()->data(), newestManifest->data()->size()))) {
701 m_manifestResource = 0
    [all...]
ApplicationCacheGroup.h 200 RefPtr<ApplicationCacheResource> m_manifestResource;

Completed in 171 milliseconds