Searched defs:DOMStorageContextImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_context_impl.h59 // Classes intended to be used by an embedder are DOMStorageContextImpl,
62 class CONTENT_EXPORT DOMStorageContextImpl class in namespace:content
63 : public base::RefCountedThreadSafe<DOMStorageContextImpl> {
94 DOMStorageContextImpl(const base::FilePath& localstorage_directory,
174 // after DOMStorageContextImpl is created, before it's used.
192 friend class base::RefCountedThreadSafe<DOMStorageContextImpl>;
196 virtual ~DOMStorageContextImpl();
H A Ddom_storage_context_impl.cc29 DOMStorageContextImpl::DOMStorageContextImpl( function in class:content::DOMStorageContextImpl
47 DOMStorageContextImpl::~DOMStorageContextImpl() {
63 DOMStorageNamespace* DOMStorageContextImpl::GetStorageNamespace(
87 void DOMStorageContextImpl::GetLocalStorageUsage(
109 void DOMStorageContextImpl::GetSessionStorageUsage(
129 void DOMStorageContextImpl::DeleteLocalStorage(const GURL& origin) {
140 void DOMStorageContextImpl::DeleteSessionStorage(
163 void DOMStorageContextImpl
[all...]

Completed in 89 milliseconds