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

  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
Stream.cpp 35 #include "platform/blob/BlobRegistry.h"
50 BlobRegistry::registerStreamURL(m_internalURL, m_mediaType);
58 BlobRegistry::addDataToStream(m_internalURL, buffer);
63 BlobRegistry::finalizeStream(m_internalURL);
68 BlobRegistry::abortStream(m_internalURL);
73 BlobRegistry::unregisterStreamURL(m_internalURL);
Blob.cpp 35 #include "platform/blob/BlobRegistry.h"
53 BlobRegistry::registerPublicBlobURL(origin, publicURL, static_cast<Blob*>(blob)->blobDataHandle());
58 BlobRegistry::revokePublicBlobURL(publicURL);
FileReaderLoader.cpp 42 #include "platform/blob/BlobRegistry.h"
78 BlobRegistry::unregisterStreamURL(m_urlForReading);
80 BlobRegistry::revokePublicBlobURL(m_urlForReading);
95 BlobRegistry::registerPublicBlobURL(executionContext->securityOrigin(), m_urlForReading, blobData);
98 BlobRegistry::registerStreamURL(executionContext->securityOrigin(), m_urlForReading, stream->url());
  /external/chromium_org/third_party/WebKit/Source/platform/blob/
BlobData.cpp 35 #include "platform/blob/BlobRegistry.h"
107 BlobRegistry::registerBlobData(m_uuid, BlobData::create());
115 BlobRegistry::registerBlobData(m_uuid, data);
123 BlobRegistry::addBlobDataRef(m_uuid);
128 BlobRegistry::removeBlobDataRef(m_uuid);
BlobRegistry.cpp 32 #include "platform/blob/BlobRegistry.h"
105 static WebBlobRegistry* blobRegistry()
107 return blink::Platform::current()->blobRegistry();
136 void BlobRegistry::registerBlobData(const String& uuid, PassOwnPtr<BlobData> data)
138 blobRegistry()->registerBlobData(uuid, blink::WebBlobData(data));
141 void BlobRegistry::addBlobDataRef(const String& uuid)
143 blobRegistry()->addBlobDataRef(uuid);
146 void BlobRegistry::removeBlobDataRef(const String& uuid)
148 blobRegistry()->removeBlobDataRef(uuid);
151 void BlobRegistry::registerPublicBlobURL(SecurityOrigin* origin, const KURL& url, PassRefPtr<BlobDataHandle> handle
    [all...]
BlobRegistry.h 48 class PLATFORM_EXPORT BlobRegistry {
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 138 third_party/WebKit/Source/platform/blob/BlobRegistry.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 137 third_party/WebKit/Source/platform/blob/BlobRegistry.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 137 third_party/WebKit/Source/platform/blob/BlobRegistry.cpp \
    [all...]
blink_platform.target.linux-arm.mk 138 third_party/WebKit/Source/platform/blob/BlobRegistry.cpp \
    [all...]
blink_platform.target.linux-mips.mk 137 third_party/WebKit/Source/platform/blob/BlobRegistry.cpp \
    [all...]
blink_platform.target.linux-x86.mk 137 third_party/WebKit/Source/platform/blob/BlobRegistry.cpp \
    [all...]

Completed in 674 milliseconds