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

  /external/chromium_org/storage/browser/blob/
blob_storage_context.cc 296 scoped_refptr<ShareableFileReference> shareable_file = local
298 if (shareable_file.get())
299 target_blob_data->AttachShareableFileReference(shareable_file.get());
  /external/chromium_org/content/browser/indexed_db/
indexed_db_callbacks.cc 236 scoped_refptr<ShareableFileReference> shareable_file = local
238 if (!shareable_file.get()) {
239 shareable_file = ShareableFileReference::GetOrCreate(
244 shareable_file->AddFinalReleaseCallback(blob_info.release_callback());

Completed in 50 milliseconds