Home
last modified time | relevance | path

Searched refs:ArchiveResource (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
DArchiveResource.cpp34 inline ArchiveResource::ArchiveResource(PassRefPtr<SharedBuffer> data, const KURL& url, const Atomi… in ArchiveResource() function in blink::ArchiveResource
45 ArchiveResource::~ArchiveResource() in ~ArchiveResource()
49 PassRefPtrWillBeRawPtr<ArchiveResource> ArchiveResource::create(PassRefPtr<SharedBuffer> data, cons… in create()
55 …return adoptRefWillBeNoop(new ArchiveResource(data, url, mimeType, textEncoding, frameName, resour… in create()
57 …return adoptRefWillBeNoop(new ArchiveResource(data, url, mimeType, textEncoding, frameName, respon… in create()
60 PassRefPtrWillBeRawPtr<ArchiveResource> ArchiveResource::create(PassRefPtr<SharedBuffer> data, cons… in create()
DArchiveResource.h41 class PLATFORM_EXPORT ArchiveResource FINAL : public RefCountedWillBeGarbageCollectedFinalized<Arch…
43 …static PassRefPtrWillBeRawPtr<ArchiveResource> create(PassRefPtr<SharedBuffer>, const KURL&, const…
44 static PassRefPtrWillBeRawPtr<ArchiveResource> create(PassRefPtr<SharedBuffer>, const KURL&,
48 ~ArchiveResource();
60ArchiveResource(PassRefPtr<SharedBuffer>, const KURL&, const AtomicString& mimeType, const AtomicS…
DMHTMLArchive.h42 class ArchiveResource; variable
63 typedef WillBeHeapVector<RefPtrWillBeMember<ArchiveResource> > SubArchiveResources;
66 ArchiveResource* mainResource() { return m_mainResource.get(); } in mainResource()
76 void setMainResource(PassRefPtrWillBeRawPtr<ArchiveResource>);
77 void addSubresource(PassRefPtrWillBeRawPtr<ArchiveResource>);
85 RefPtrWillBeMember<ArchiveResource> m_mainResource;
DMHTMLParser.h45 class ArchiveResource; variable
61 ArchiveResource* subResourceAt(size_t) const;
65 …PassRefPtrWillBeRawPtr<ArchiveResource> parseNextPart(const MIMEHeader&, const String& endOfPartBo…
67 void addResourceToArchive(ArchiveResource*, MHTMLArchive*);
70 WillBeHeapVector<RefPtrWillBeMember<ArchiveResource> > m_resources;
DArchiveResourceCollection.h38 class ArchiveResource; variable
52 void addResource(PassRefPtrWillBeRawPtr<ArchiveResource>);
55 ArchiveResource* archiveResourceForURL(const KURL&);
63 WillBeHeapHashMap<String, RefPtrWillBeMember<ArchiveResource> > m_subresources;
DArchiveResourceCollection.cpp73 void ArchiveResourceCollection::addResource(PassRefPtrWillBeRawPtr<ArchiveResource> resource) in addResource()
83 ArchiveResource* ArchiveResourceCollection::archiveResourceForURL(const KURL& url) in archiveResourceForURL()
85 ArchiveResource* resource = m_subresources.get(url); in archiveResourceForURL()
DMHTMLParser.cpp222 …RefPtrWillBeRawPtr<ArchiveResource> resource = parseNextPart(*header, String(), String(), endOfArc… in parseArchiveWithHeader()
255 …RefPtrWillBeRawPtr<ArchiveResource> resource = parseNextPart(*resourceHeader, header->endOfPartBou… in parseArchiveWithHeader()
266 void MHTMLParser::addResourceToArchive(ArchiveResource* resource, MHTMLArchive* archive) in addResourceToArchive()
286 PassRefPtrWillBeRawPtr<ArchiveResource> MHTMLParser::parseNextPart(const MIMEHeader& mimeHeader, co… in parseNextPart()
372 …return ArchiveResource::create(contentBuffer, location, AtomicString(mimeHeader.contentType()), At… in parseNextPart()
390 ArchiveResource* MHTMLParser::subResourceAt(size_t index) const in subResourceAt()
DMHTMLArchive.cpp239 void MHTMLArchive::setMainResource(PassRefPtrWillBeRawPtr<ArchiveResource> mainResource) in setMainResource()
244 void MHTMLArchive::addSubresource(PassRefPtrWillBeRawPtr<ArchiveResource> subResource) in addSubresource()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoader.cpp625 ArchiveResource* mainResource = m_archive->mainResource(); in maybeCreateArchive()
661 ArchiveResource* mainResource = m_archive->mainResource(); in prepareSubframeArchiveLoadIfNeeded()
671ArchiveResource* archiveResource = m_archiveResourceCollection->archiveResourceForURL(request.url(… in scheduleArchiveLoad()
/external/chromium_org/third_party/WebKit/Source/platform/
Dblink_platform.gypi707 'mhtml/ArchiveResource.cpp',
Dblink_platform.target.linux-arm64.mk355 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
Dblink_platform.target.darwin-mips64.mk355 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
Dblink_platform.target.linux-x86_64.mk355 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
Dblink_platform.target.linux-mips64.mk355 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
Dblink_platform.target.linux-x86.mk355 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
Dblink_platform.target.linux-arm.mk356 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
Dblink_platform.target.darwin-mips.mk355 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
Dblink_platform.target.linux-mips.mk355 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
Dblink_platform.target.darwin-x86.mk355 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
Dblink_platform.target.darwin-arm64.mk355 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
Dblink_platform.target.darwin-x86_64.mk355 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
Dblink_platform.target.darwin-arm.mk356 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \