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

  /external/chromium_org/content/test/
mock_webblob_registry_impl.cc 19 MockWebBlobRegistryImpl::MockWebBlobRegistryImpl() {
22 MockWebBlobRegistryImpl::~MockWebBlobRegistryImpl() {
25 void MockWebBlobRegistryImpl::registerBlobData(const WebString& uuid,
29 void MockWebBlobRegistryImpl::addBlobDataRef(const WebString& uuid) {
32 void MockWebBlobRegistryImpl::removeBlobDataRef(const WebString& uuid) {
35 void MockWebBlobRegistryImpl::registerPublicBlobURL(const WebURL& url,
39 void MockWebBlobRegistryImpl::revokePublicBlobURL(const WebURL& url) {
42 void MockWebBlobRegistryImpl::registerStreamURL(const WebURL& url
    [all...]
mock_webblob_registry_impl.h 13 class MockWebBlobRegistryImpl : public blink::WebBlobRegistry {
15 MockWebBlobRegistryImpl();
16 virtual ~MockWebBlobRegistryImpl();
38 DISALLOW_COPY_AND_ASSIGN(MockWebBlobRegistryImpl);
test_webkit_platform_support.h 94 MockWebBlobRegistryImpl blob_registry_;

Completed in 150 milliseconds