Home
last modified time | relevance | path

Searched refs:REMOVE_DATA_MASK_LOCAL_STORAGE (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/public/browser/
Dstorage_partition.h65 REMOVE_DATA_MASK_LOCAL_STORAGE = 1 << 4, enumerator
/external/chromium_org/chrome/browser/extensions/api/webview/
Dwebview_api.cc34 return content::StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE; in MaskForKey()
/external/chromium_org/content/browser/
Dstorage_partition_impl_unittest.cc889 StoragePartitionImpl::REMOVE_DATA_MASK_LOCAL_STORAGE, in TEST_F()
925 StoragePartitionImpl::REMOVE_DATA_MASK_LOCAL_STORAGE, in TEST_F()
957 StoragePartitionImpl::REMOVE_DATA_MASK_LOCAL_STORAGE, in TEST_F()
Dstorage_partition_impl.cc688 if (remove_mask & REMOVE_DATA_MASK_LOCAL_STORAGE) { in ClearDataOnUIThread()
/external/chromium_org/android_webview/native/
Daw_quota_manager_bridge_impl.cc215 StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE | in DeleteAllDataOnUiThread()
/external/chromium_org/chrome/browser/browsing_data/
Dbrowsing_data_remover_unittest.cc858 StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE)); in TEST_F()
891 StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE)); in TEST_F()
922 StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE)); in TEST_F()
Dbrowsing_data_remover.cc448 content::StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE; in RemoveImpl()