HomeSort by relevance Sort by last modified time
    Searched defs:RevokePublicBlobURL (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/webkit/browser/blob/
blob_storage_host.cc 24 context_->RevokePublicBlobURL(*iter);
94 bool BlobStorageHost::RevokePublicBlobURL(const GURL& blob_url) {
97 context_->RevokePublicBlobURL(blob_url);
blob_storage_context.cc 109 void BlobStorageContext::RevokePublicBlobURL(const GURL& blob_url) {

Completed in 23 milliseconds