Home | History | Annotate | Download | only in fileapi

Lines Matching refs:OwnPtr

99     OwnPtr<BlobData> blobData;
137 OwnPtr<BlobRegistryContext> blobRegistryContext = adoptPtr(static_cast<BlobRegistryContext*>(context));
152 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url, blobData));
159 OwnPtr<BlobRegistryContext> blobRegistryContext = adoptPtr(static_cast<BlobRegistryContext*>(context));
172 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url, srcURL));
179 OwnPtr<BlobRegistryContext> blobRegistryContext = adoptPtr(static_cast<BlobRegistryContext*>(context));
192 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url));
199 OwnPtr<BlobRegistryContext> blobRegistryContext = adoptPtr(static_cast<BlobRegistryContext*>(context));
210 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url, type));
217 OwnPtr<BlobRegistryContext> blobRegistryContext = adoptPtr(static_cast<BlobRegistryContext*>(context));
230 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url, srcURL));
237 OwnPtr<BlobRegistryContext> blobRegistryContext = adoptPtr(static_cast<BlobRegistryContext*>(context));
252 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url, streamData));
259 OwnPtr<BlobRegistryContext> blobRegistryContext = adoptPtr(static_cast<BlobRegistryContext*>(context));
270 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url));
277 OwnPtr<BlobRegistryContext> blobRegistryContext = adoptPtr(static_cast<BlobRegistryContext*>(context));
290 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url));