OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blobRegistry
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebCore/fileapi/
ThreadableBlobRegistry.cpp
36
#include "
BlobRegistry
.h"
70
blobRegistry
().registerBlobURL(blobRegistryContext->url, blobRegistryContext->blobData.release());
76
blobRegistry
().registerBlobURL(url, blobData);
86
blobRegistry
().registerBlobURL(blobRegistryContext->url, blobRegistryContext->srcURL);
92
blobRegistry
().registerBlobURL(url, srcURL);
102
blobRegistry
().unregisterBlobURL(blobRegistryContext->url);
108
blobRegistry
().unregisterBlobURL(url);
/external/webkit/Source/WebKit/chromium/src/
BlobRegistryProxy.cpp
53
BlobRegistry
&
blobRegistry
()
61
: m_webBlobRegistry(WebKit::webKitClient()->
blobRegistry
())
/external/webkit/Source/WebCore/platform/network/
BlobRegistry.h
41
class
BlobRegistry
;
49
// Returns a single instance of
BlobRegistry
.
50
BlobRegistry
&
blobRegistry
();
52
//
BlobRegistry
is not thread-safe. It should only be called from main thread.
53
class
BlobRegistry
{
66
virtual ~
BlobRegistry
() { }
BlobRegistryImpl.cpp
49
BlobRegistry
&
blobRegistry
()
ResourceHandle.cpp
30
#include "
BlobRegistry
.h"
60
PassRefPtr<ResourceHandle> handle =
blobRegistry
().createResourceHandle(request, client);
/external/webkit/Source/WebKit/chromium/public/
WebKitClient.h
95
virtual WebBlobRegistry*
blobRegistry
() { return 0; }
/external/webkit/Source/WebCore/platform/network/mac/
FormDataStreamMac.mm
428
RefPtr<BlobStorageData> blobData = static_cast<BlobRegistryImpl&>(
blobRegistry
()).getBlobDataFromURL(KURL(ParsedURLString, element.m_blobURL));
ResourceHandleMac.mm
34
#import "
BlobRegistry
.h"
499
if (
blobRegistry
().loadResourceSynchronously(request, error, response, data))
[
all
...]
Completed in 179 milliseconds