Home
last modified time | relevance | path

Searched refs:Archive (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/WebCore/loader/archive/
DArchive.h41 class Archive : public RefCounted<Archive> {
45 const Vector<RefPtr<Archive> >& subframeArchives() const { return m_subframeArchives; } in subframeArchives()
52 …void addSubframeArchive(PassRefPtr<Archive> subframeArchive) { m_subframeArchives.append(subframeA… in addSubframeArchive()
57 Vector<RefPtr<Archive> > m_subframeArchives;
DArchiveResourceCollection.cpp38 void ArchiveResourceCollection::addAllResources(Archive* archive) in addAllResources()
51 const Vector<RefPtr<Archive> >& subframes = archive->subframeArchives(); in addAllResources()
52 Vector<RefPtr<Archive> >::const_iterator iFrame = subframes.begin(); in addAllResources()
53 Vector<RefPtr<Archive> >::const_iterator endFrame = subframes.end(); in addAllResources()
84 PassRefPtr<Archive> ArchiveResourceCollection::popSubframeArchive(const String& frameName) in popSubframeArchive()
DArchiveResourceCollection.h47 void addAllResources(Archive*);
50 PassRefPtr<Archive> popSubframeArchive(const String& frameName);
54 HashMap<String, RefPtr<Archive> > m_subframes;
DArchiveFactory.cpp45 typedef PassRefPtr<Archive> RawDataCreationFunction(SharedBuffer*);
50 template <typename ArchiveClass> static PassRefPtr<Archive> archiveFactoryCreate(SharedBuffer* buff… in archiveFactoryCreate()
76 PassRefPtr<Archive> ArchiveFactory::create(SharedBuffer* data, const String& mimeType) in create()
DArchiveFactory.h44 static PassRefPtr<Archive> create(SharedBuffer* data, const String& mimeType);
/external/webkit/WebCore/loader/archive/cf/
DLegacyWebArchive.h40 class LegacyWebArchive : public Archive {
62 static RetainPtr<CFDictionaryRef> createPropertyListRepresentation(Archive*);
DLegacyWebArchive.cpp129 RetainPtr<CFDictionaryRef> LegacyWebArchive::createPropertyListRepresentation(Archive* archive) in createPropertyListRepresentation()
152 const Vector<RefPtr<Archive> >& subframeArchives(archive->subframeArchives()); in createPropertyListRepresentation()
/external/webkit/WebCore/loader/
DDocumentLoader.h43 class Archive; variable
122 void addAllArchiveResources(Archive*);
131 PassRefPtr<Archive> popArchiveForSubframe(const String& frameName);
DFrameLoader.h49 class Archive; variable
120 void loadArchive(PassRefPtr<Archive>);
DDocumentLoader.cpp410 void DocumentLoader::addAllArchiveResources(Archive* archive) in addAllArchiveResources()
446 PassRefPtr<Archive> DocumentLoader::popArchiveForSubframe(const String& frameName) in popArchiveForSubframe()
DFrameLoader.cpp1242 …RefPtr<Archive> subframeArchive = activeDocumentLoader()->popArchiveForSubframe(childFrame->tree()… in loadURLIntoChildFrame()
1256 void FrameLoader::loadArchive(PassRefPtr<Archive> prpArchive) in loadArchive()
1258 RefPtr<Archive> archive = prpArchive; in loadArchive()
2875 …RefPtr<Archive> archive(ArchiveFactory::create(loader->mainResourceData().get(), responseMIMEType)… in finishedLoadingDocument()
/external/webkit/WebKit/mac/WebView/
DWebArchive.mm44 NSString *WebArchivePboardType = @"Apple Web Archive pasteboard type";
344 const Vector<RefPtr<Archive> >& subframeArchives(coreArchive->subframeArchives());
/external/zlib/
DREADME42 at CPAN (Comprehensive Perl Archive Network) sites, including
/external/webkit/WebCore/platform/mac/
DPasteboardMac.mm58 NSString *WebArchivePboardType = @"Apple Web Archive pasteboard type";
/external/tcpdump/
DREADME58 from the Internet Traffic Archive:
/external/webkit/WebKit/
DStringsNotToBeLocalized.txt127 "Apple Web Archive pasteboard type"
/external/openssl/crypto/objects/
Dobjects.txt611 id-pkix-OCSP 6 : archiveCutoff : OCSP Archive Cutoff
/external/elfutils/po/
Delfutils.pot153 "Archive index:"
/external/e2fsprogs/
Daclocal.m42618 # Autoconf Macro released by the Autoconf Macro Archive. When you make
/external/webkit/WebCore/
DWebCore.gypi1641 'loader/archive/Archive.h',
DGNUmakefile.am1324 WebCore/loader/archive/Archive.h \
DChangeLog-2008-08-1037269 … Otherwise, fallback to an ArchiveResource from the current Archive if any. Otherwise, return null
38196 …* loader/archive/Archive.h: Generic "Archive of web resources" class that is only useful when subc…
38198 (WebCore::Archive::mainResource):
38199 (WebCore::Archive::subresources):
38200 (WebCore::Archive::subframeArchives):
38201 (WebCore::Archive::setMainResource):
38202 (WebCore::Archive::addSubresource):
38203 (WebCore::Archive::addSubframeArchive):
38206 …appropriate Archive class for it. Additionally it handles registering the known MIMEtypes for all…
38237 …* loader/archive/cf/LegacyWebArchive.cpp: Subclass of Archive specifically for Webkit's Objective-…
[all …]
DChangeLog-2006-12-3110153 …le deletion elements are serialized out if they are visible when innerHTML or a Web Archive is made
10720 …le deletion elements are serialized out if they are visible when innerHTML or a Web Archive is made
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj995 …512DD8F60D91E6AF000F89EE /* Archive.h in Headers */ = {isa = PBXBuildFile; fileRef = 512DD8EC0D91E…
6382 …EC0D91E6AF000F89EE /* Archive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
11085 512DD8EC0D91E6AF000F89EE /* Archive.h */,
16104 512DD8F60D91E6AF000F89EE /* Archive.h in Headers */,
/external/webkit/WebKit/win/
DChangeLog-2009-06-1619936 Archive builds should still copy SDK .dlls into $WebKitOutputDir.

12