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

  /external/webkit/Source/WebCore/loader/archive/cf/
LegacyWebArchive.h 55 enum MainResourceStatus { Subresource, MainResource };
LegacyWebArchive.cpp 143 RetainPtr<CFDictionaryRef> subresource = createPropertyListRepresentation(subresources[i].get(), Subresource); local
144 if (subresource)
145 CFArrayAppendValue(subresourcesArray.get(), subresource.get());
147 LOG(Archives, "LegacyWebArchive - Failed to create property list for subresource");
336 LOG(Archives, "LegacyWebArchive - Subresource is not expected CFDictionary, aborting invalid WebArchive");
526 RefPtr<ArchiveResource> resource = documentLoader->subresource(subresourceURL);
542 LOG_ERROR("Failed to archive subresource for %s", subresourceURL.string().utf8().data());

Completed in 1107 milliseconds