OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebBlobRegistryImpl
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/child/
webblobregistry_impl.h
16
class
WebBlobRegistryImpl
: public blink::WebBlobRegistry {
18
explicit
WebBlobRegistryImpl
(ThreadSafeSender* sender);
19
virtual ~
WebBlobRegistryImpl
();
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
...]
/external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.cc
245
blob_registry_.reset(new
WebBlobRegistryImpl
(thread_safe_sender_.get()));
[
all
...]
Completed in 647 milliseconds