Home
last modified time | relevance | path

Searched defs:setBlob (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebServiceWorkerRequest.cpp88 void WebServiceWorkerRequest::setBlob(const WebString& uuid, long long size) in setBlob() function in blink::WebServiceWorkerRequest
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java121 public void setBlob(int parameterIndex, Blob theBlob) throws SQLException { in setBlob() method in Impl_RowSet
1032 public void setBlob(int parameterIndex, InputStream theInputStream) in setBlob() method in Impl_RowSet
1037 public void setBlob(int parameterIndex, InputStream theInputStream, in setBlob() method in Impl_RowSet
1042 public void setBlob(String parameterName, InputStream theInputStream) in setBlob() method in Impl_RowSet
1047 public void setBlob(String parameterName, InputStream theInputStream, in setBlob() method in Impl_RowSet
1052 public void setBlob(String parameterName, Blob theBlob) throws SQLException { in setBlob() method in Impl_RowSet