OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_blobs
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/network/
BlobRegistryImpl.cpp
71
RefPtr<BlobResourceHandle> handle = BlobResourceHandle::create(
m_blobs
.get(request.url().string()), request, client);
81
BlobResourceHandle::loadResourceSynchronously(
m_blobs
.get(request.url().string()), request, error, response, data);
145
if (
m_blobs
.contains(iter->url.string()))
146
appendStorageItems(blobStorageData.get(),
m_blobs
.get(iter->url.string())->items(), iter->offset, iter->length);
151
m_blobs
.set(url.string(), blobStorageData);
158
RefPtr<BlobStorageData> src =
m_blobs
.get(srcURL.string());
163
m_blobs
.set(url.string(), src);
169
m_blobs
.remove(url.string());
175
return
m_blobs
.get(url.string());
BlobRegistryImpl.h
69
HashMap<String, RefPtr<BlobStorageData> >
m_blobs
;
member in class:WebCore::BlobRegistryImpl
Completed in 189 milliseconds