OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DOMStorageProxy
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/renderer/dom_storage/
dom_storage_proxy.h
18
class
DOMStorageProxy
: public base::RefCounted<
DOMStorageProxy
> {
47
friend class base::RefCounted<
DOMStorageProxy
>;
48
virtual ~
DOMStorageProxy
() {}
dom_storage_cached_area.h
19
class
DOMStorageProxy
;
32
DOMStorageProxy
* proxy);
88
scoped_refptr<
DOMStorageProxy
> proxy_;
dom_storage_cached_area.cc
23
DOMStorageProxy
* proxy)
dom_storage_dispatcher.cc
94
// An implementation of the
DOMStorageProxy
interface in terms of IPC.
97
class DomStorageDispatcher::ProxyImpl : public
DOMStorageProxy
{
111
//
DOMStorageProxy
interface for use by DOMStorageCachedArea.
dom_storage_cached_area_unittest.cc
17
// A mock implementation of the
DOMStorageProxy
interface.
18
class MockProxy : public
DOMStorageProxy
{
24
//
DOMStorageProxy
interface for use by DOMStorageCachedArea.
Completed in 92 milliseconds