Home
last modified time | relevance | path

Searched refs:getBlob (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/fileapi/
DWebKitBlobBuilder.h57 PassRefPtr<Blob> getBlob(const String& contentType = String());
DWebKitBlobBuilder.cpp121 PassRefPtr<Blob> WebKitBlobBuilder::getBlob(const String& contentType) in getBlob() function in WebCore::WebKitBlobBuilder
DWebKitBlobBuilder.idl38 Blob getBlob(in [Optional, ConvertUndefinedOrNullToNullString] DOMString contentType);
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java323 public Blob getBlob(int columnIndex) throws SQLException { in getBlob() method in Impl_RowSet
327 public Blob getBlob(String columnName) throws SQLException { in getBlob() method in Impl_RowSet
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCPreparedStatement.java723 public Blob getBlob(String parameterName) throws SQLException {
727 public Blob getBlob(int parameterIndex) throws SQLException {
DJDBCResultSet.java692 public java.sql.Blob getBlob(int columnIndex) throws SQLException {
696 public java.sql.Blob getBlob(String columnName) throws SQLException {
698 return getBlob(col);
/external/webkit/Source/WebCore/inspector/front-end/
Dutilities.js1082 var blob = builder.getBlob("application/octet-stream");
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0657541 (WebCore::BlobBuilder::getBlob):
65880 (WebCore::BlobBuilder::getBlob):
93020 (WebCore::BlobBuilder::getBlob):
DChangeLog20970 (WebCore::WebKitBlobBuilder::getBlob):