OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dom_storage_context_
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_local_storage_helper.cc
26
:
dom_storage_context_
(
30
DCHECK(
dom_storage_context_
);
44
dom_storage_context_
->GetLocalStorageUsage(
51
dom_storage_context_
->DeleteLocalStorage(origin);
browsing_data_local_storage_helper.h
58
content::DOMStorageContext*
dom_storage_context_
; // Owned by the profile
member in class:BrowsingDataLocalStorageHelper
browsing_data_remover_unittest.cc
526
: profile_(profile),
dom_storage_context_
(NULL) {
527
dom_storage_context_
=
576
dom_storage_context_
->GetLocalStorageUsage(
588
content::DOMStorageContext*
dom_storage_context_
;
member in class:RemoveLocalStorageTester
[
all
...]
/external/chromium_org/content/browser/
storage_partition_impl.h
155
scoped_refptr<DOMStorageContextWrapper>
dom_storage_context_
;
member in class:content::StoragePartitionImpl
storage_partition_impl_unittest.cc
157
: profile_(profile),
dom_storage_context_
(NULL) {
158
dom_storage_context_
=
201
dom_storage_context_
->GetLocalStorageUsage(
213
content::DOMStorageContext*
dom_storage_context_
;
member in class:content::__anon12064::RemoveLocalStorageTester
[
all
...]
storage_partition_impl.cc
371
dom_storage_context_
(dom_storage_context),
508
return
dom_storage_context_
.get();
538
dom_storage_context_
.get(),
/external/chromium_org/content/browser/renderer_host/
render_message_filter.h
328
scoped_refptr<DOMStorageContextWrapper>
dom_storage_context_
;
member in class:content::RenderMessageFilter
render_message_filter.cc
328
dom_storage_context_
(dom_storage_context),
524
new SessionStorageNamespaceImpl(
dom_storage_context_
.get(),
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/options/
website_settings_handler.cc
746
content::DOMStorageContext*
dom_storage_context_
=
local
749
dom_storage_context_
->DeleteLocalStorage(site_url);
Completed in 132 milliseconds