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

  /external/chromium_org/webkit/browser/blob/
blob_storage_controller.cc 230 scoped_refptr<ShareableFileReference> shareable_file = local
232 if (shareable_file.get())
233 target_blob_data->AttachShareableFileReference(shareable_file.get());
blob_storage_context.cc 293 scoped_refptr<ShareableFileReference> shareable_file = local
295 if (shareable_file.get())
296 target_blob_data->AttachShareableFileReference(shareable_file.get());

Completed in 29 milliseconds