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

  /external/chromium_org/webkit/browser/blob/
blob_storage_host.cc 32 bool BlobStorageHost::StartBuildingBlob(const std::string& uuid) {
35 context_->StartBuildingBlob(uuid);
blob_storage_controller.cc 42 void BlobStorageController::StartBuildingBlob(const GURL& url) {
130 StartBuildingBlob(url);
blob_storage_context.cc 85 StartBuildingBlob(data->uuid());
97 void BlobStorageContext::StartBuildingBlob(const std::string& uuid) {

Completed in 62 milliseconds