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

  /external/chromium_org/content/renderer/
mhtml_generator.cc 51 blink::WebCString mhtml = local
54 const char* data = mhtml.data();
56 while (total_bytes_written < mhtml.length()) {
58 std::min(mhtml.length() - total_bytes_written, chunk_size);
  /external/chromium_org/third_party/WebKit/Source/web/
WebPageSerializer.cpp 51 #include "platform/mhtml/MHTMLArchive.h"
214 RefPtr<SharedBuffer> mhtml = serializePageToMHTML(toWebViewImpl(view)->page(), MHTMLArchive::UseDefaultEncoding); local
216 return WebCString(mhtml->data(), mhtml->size());
221 RefPtr<SharedBuffer> mhtml = serializePageToMHTML(toWebViewImpl(view)->page(), MHTMLArchive::UseBinaryEncoding); local
223 return WebCString(mhtml->data(), mhtml->size());
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebPageNewSerializerTest.cpp 335 // Read the MHTML data line per line and do some pseudo-parsing to make sure the right encoding is used for the different sections.
344 // Skip this one, it's part of the MHTML header.
376 WebCString mhtml = WebPageSerializer::serializeToMHTML(m_webView); local
378 EXPECT_GT(mhtml.length(), 50U);
416 // Read the MHTML data line and check that the string data:image is found
439 // Read the MHTML data line and check that the string data:image is found
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_type.js 99 subtype: 'HTML', pattern: /\.(html?|mht|mhtml)$/i},
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 342 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
343 third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
344 third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
345 third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 341 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
342 third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
343 third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
344 third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 341 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
342 third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
343 third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
344 third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
    [all...]
blink_platform.target.linux-arm.mk 342 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
343 third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
344 third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
345 third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
    [all...]
blink_platform.target.linux-mips.mk 341 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
342 third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
343 third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
344 third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
    [all...]
blink_platform.target.linux-x86.mk 341 third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
342 third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
343 third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
344 third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
    [all...]

Completed in 4224 milliseconds