Home
last modified time | relevance | path

Searched defs:getBlob (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/fileapi/
DWebKitBlobBuilder.cpp121 PassRefPtr<Blob> WebKitBlobBuilder::getBlob(const String& contentType) in getBlob() function in WebCore::WebKitBlobBuilder
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowMatrixCursor.java67 public byte[] getBlob(int column) { in getBlob() method in ShadowMatrixCursor
DShadowSQLiteCursor.java101 public byte[] getBlob(int columnIndex) { in getBlob() method in ShadowSQLiteCursor
DShadowCursorWrapper.java104 public byte[] getBlob(int i) { in getBlob() method in ShadowCursorWrapper
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/
DTestCursor.java98 public byte[] getBlob(int columnIndex) { in getBlob() method in TestCursor
/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