OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebBlobRegistryImpl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/child/
webblobregistry_impl.cc
35
WebBlobRegistryImpl
::
WebBlobRegistryImpl
(ThreadSafeSender* sender)
39
WebBlobRegistryImpl
::~
WebBlobRegistryImpl
() {
42
void
WebBlobRegistryImpl
::registerBlobData(
102
void
WebBlobRegistryImpl
::addBlobDataRef(const WebString& uuid) {
106
void
WebBlobRegistryImpl
::removeBlobDataRef(const WebString& uuid) {
110
void
WebBlobRegistryImpl
::registerPublicBlobURL(
115
void
WebBlobRegistryImpl
::revokePublicBlobURL(const WebURL& url) {
119
void
WebBlobRegistryImpl
::SendDataForBlob(const std::string& uuid_str
[
all
...]
webblobregistry_impl.h
22
class
WebBlobRegistryImpl
: public blink::WebBlobRegistry {
24
explicit
WebBlobRegistryImpl
(ThreadSafeSender* sender);
25
virtual ~
WebBlobRegistryImpl
();
/external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.cc
88
blob_registry_.reset(new
WebBlobRegistryImpl
(sender));
/external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.cc
224
blob_registry_.reset(new
WebBlobRegistryImpl
(thread_safe_sender_));
[
all
...]
Completed in 40 milliseconds