OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeBlobDataRef
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/blob/
BlobRegistry.h
53
static void
removeBlobDataRef
(const String& uuid);
BlobRegistry.cpp
141
void BlobRegistry::
removeBlobDataRef
(const String& uuid)
143
blobRegistry()->
removeBlobDataRef
(uuid);
BlobData.cpp
190
BlobRegistry::
removeBlobDataRef
(m_uuid);
/external/chromium_org/third_party/WebKit/public/platform/
WebBlobRegistry.h
49
virtual void
removeBlobDataRef
(const WebString& uuid) { }
/external/chromium_org/content/child/
webblobregistry_impl.h
24
virtual void
removeBlobDataRef
(const blink::WebString& uuid);
webblobregistry_impl.cc
106
void WebBlobRegistryImpl::
removeBlobDataRef
(const WebString& uuid) {
/external/chromium_org/content/test/
mock_webblob_registry_impl.cc
32
void MockWebBlobRegistryImpl::
removeBlobDataRef
(const WebString& uuid) {
mock_webblob_registry_impl.h
21
virtual void
removeBlobDataRef
(const blink::WebString& uuid);
Completed in 771 milliseconds