HomeSort by relevance Sort by last modified time
    Searched full:dom_storage_context_ (Results 1 - 8 of 8) 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 512 : profile_(profile), dom_storage_context_(NULL) {
513 dom_storage_context_ =
562 dom_storage_context_->GetLocalStorageUsage(
574 content::DOMStorageContext* dom_storage_context_; member in class:RemoveLocalStorageTester
    [all...]
  /external/chromium_org/content/browser/
storage_partition_impl.h 154 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::__anon11735::RemoveLocalStorageTester
    [all...]
storage_partition_impl.cc 336 dom_storage_context_(dom_storage_context),
473 return dom_storage_context_.get();
500 rq_context, dom_storage_context_, quota_manager_,
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.h 295 scoped_refptr<DOMStorageContextWrapper> dom_storage_context_; member in class:content::RenderMessageFilter
render_message_filter.cc 320 dom_storage_context_(dom_storage_context),
512 new SessionStorageNamespaceImpl(dom_storage_context_.get(),
    [all...]

Completed in 287 milliseconds