HomeSort by relevance Sort by last modified time
    Searched refs:REMOVE_DATA_MASK_LOCAL_STORAGE (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/public/browser/
storage_partition.h 65 REMOVE_DATA_MASK_LOCAL_STORAGE = 1 << 4,
89 // REMOVE_DATA_MASK_LOCAL_STORAGE.
  /external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.cc 34 return content::StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE;
  /external/chromium_org/android_webview/native/
aw_quota_manager_bridge_impl.cc 215 StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE |
  /external/chromium_org/content/browser/
storage_partition_impl_unittest.cc     [all...]
storage_partition_impl.cc 688 if (remove_mask & REMOVE_DATA_MASK_LOCAL_STORAGE) {
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 858 StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE));
891 StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE));
    [all...]
browsing_data_remover.cc 448 content::StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE;
    [all...]

Completed in 45 milliseconds