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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DecodedDataDocumentParser.h 46 // appendBytes and flush are used by DocumentWriter (the loader).
47 virtual size_t appendBytes(const char* bytes, size_t length) OVERRIDE;
RawDataDocumentParser.h 50 // Make sure appendBytes is called at least once.
51 appendBytes(0, 0);
DocumentParser.h 49 // appendBytes and flush are used by DocumentWriter (the loader).
50 virtual size_t appendBytes(const char* bytes, size_t length) = 0;
DecodedDataDocumentParser.cpp 88 size_t DecodedDataDocumentParser::appendBytes(const char* data, size_t length)
  /external/chromium_org/third_party/WebKit/Source/core/loader/
SinkDocument.cpp 47 virtual size_t appendBytes(const char*, size_t) OVERRIDE { return 0; }
DocumentWriter.cpp 77 // FIXME: This should call DocumentParser::appendBytes instead of append
102 // appendBytes() can result replacing DocumentLoader::m_writer.
104 size_t consumedChars = m_parser->appendBytes(bytes, length);
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaDocument.cpp 66 virtual size_t appendBytes(const char*, size_t) OVERRIDE;
110 size_t MediaDocumentParser::appendBytes(const char*, size_t)
PluginDocument.cpp 60 virtual size_t appendBytes(const char*, size_t) OVERRIDE;
125 size_t PluginDocumentParser::appendBytes(const char* data, size_t length)
ImageDocument.cpp 97 virtual size_t appendBytes(const char*, size_t) OVERRIDE;
109 size_t ImageDocumentParser::appendBytes(const char* data, size_t length)
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 459 appendBytes(this.pointer, xml, offset, length);
465 private native void appendBytes(long pointer, byte[] xml, int offset,
513 appendBytes(this.pointer, buffer, 0, length);
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 1013 * can be reinterpreted as a UTF-16 encoded byte[]. appendBytes, appendChars
    [all...]
  /external/zxing/core/
core.jar 

Completed in 429 milliseconds