Home | History | Annotate | Download | only in child

Lines Matching refs:WebBlobRegistryImpl

35 WebBlobRegistryImpl::WebBlobRegistryImpl(ThreadSafeSender* sender)
39 WebBlobRegistryImpl::~WebBlobRegistryImpl() {
42 void WebBlobRegistryImpl::registerBlobData(
102 void WebBlobRegistryImpl::addBlobDataRef(const WebString& uuid) {
106 void WebBlobRegistryImpl::removeBlobDataRef(const WebString& uuid) {
110 void WebBlobRegistryImpl::registerPublicBlobURL(
115 void WebBlobRegistryImpl::revokePublicBlobURL(const WebURL& url) {
119 void WebBlobRegistryImpl::SendDataForBlob(const std::string& uuid_str,
153 void WebBlobRegistryImpl::registerStreamURL(
159 void WebBlobRegistryImpl::registerStreamURL(
165 void WebBlobRegistryImpl::addDataToStream(const WebURL& url,
197 void WebBlobRegistryImpl::finalizeStream(const WebURL& url) {
202 void WebBlobRegistryImpl::abortStream(const WebURL& url) {
207 void WebBlobRegistryImpl::unregisterStreamURL(const WebURL& url) {