OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeleteLocalStorage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/dom_storage/
dom_storage_context_wrapper.cc
110
void DOMStorageContextWrapper::
DeleteLocalStorage
(const GURL& origin) {
115
base::Bind(&DOMStorageContextImpl::
DeleteLocalStorage
, context_, origin));
dom_storage_context_impl.cc
129
void DOMStorageContextImpl::
DeleteLocalStorage
(const GURL& origin) {
Completed in 145 milliseconds