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

  /external/chromium_org/content/renderer/
mhtml_generator.cc 46 blink::WebCString mhtml = local
49 const char* data = mhtml.data();
51 while (total_bytes_written < mhtml.length()) {
53 std::min(mhtml.length() - total_bytes_written, chunk_size);
  /external/chromium_org/third_party/WebKit/Source/web/
WebPageSerializer.cpp 47 #include "platform/mhtml/MHTMLArchive.h"
184 RefPtr<SharedBuffer> mhtml = serializePageToMHTML(toWebViewImpl(view)->page(), MHTMLArchive::UseDefaultEncoding); local
186 return WebCString(mhtml->data(), mhtml->size());
191 RefPtr<SharedBuffer> mhtml = serializePageToMHTML(toWebViewImpl(view)->page(), MHTMLArchive::UseBinaryEncoding); local
193 return WebCString(mhtml->data(), mhtml->size());
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebPageNewSerializerTest.cpp 327 // Read the MHTML data line per line and do some pseudo-parsing to make sure the right encoding is used for the different sections.
336 // Skip this one, it's part of the MHTML header.
368 WebCString mhtml = WebPageSerializer::serializeToMHTML(webView()); local
370 EXPECT_GT(mhtml.length(), 50U);
387 // Sniff the MHTML data to make sure image content is excluded.
463 // Read the MHTML data line and check that the string data:image is found
486 // Read the MHTML data line and check that the string data:image is found
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 356 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
357 third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
358 third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
359 third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 355 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
356 third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
357 third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
358 third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 355 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
356 third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
357 third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
358 third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
    [all...]
blink_platform.target.darwin-mips64.mk 355 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
356 third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
357 third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
358 third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 355 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
356 third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
357 third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
358 third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 355 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
356 third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
357 third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
358 third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
    [all...]
blink_platform.target.linux-arm.mk 356 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
357 third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
358 third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
359 third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
    [all...]
blink_platform.target.linux-arm64.mk 355 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
356 third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
357 third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
358 third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
    [all...]
blink_platform.target.linux-mips.mk 355 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
356 third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
357 third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
358 third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
    [all...]
blink_platform.target.linux-mips64.mk 355 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
356 third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
357 third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
358 third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
    [all...]
blink_platform.target.linux-x86.mk 355 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
356 third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
357 third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
358 third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
    [all...]
blink_platform.target.linux-x86_64.mk 355 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
356 third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
357 third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
358 third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_type.js 168 subtype: 'HTML', pattern: /\.(html?|mht|mhtml)$/i

Completed in 555 milliseconds