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

  /external/chromium_org/content/public/browser/
storage_partition.h 63 REMOVE_DATA_MASK_APPCACHE = 1 << 0,
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc     [all...]
browsing_data_remover.cc 487 content::StoragePartition::REMOVE_DATA_MASK_APPCACHE;
    [all...]
  /external/chromium_org/android_webview/native/
aw_quota_manager_bridge_impl.cc 212 StoragePartition::REMOVE_DATA_MASK_APPCACHE |
237 StoragePartition::REMOVE_DATA_MASK_APPCACHE |
  /external/chromium_org/content/browser/
storage_partition_impl_unittest.cc 61 StoragePartition::REMOVE_DATA_MASK_APPCACHE;
427 StoragePartition::REMOVE_DATA_MASK_APPCACHE));
438 StoragePartition::REMOVE_DATA_MASK_APPCACHE |
    [all...]
storage_partition_impl.cc 202 if (remove_mask & StoragePartition::REMOVE_DATA_MASK_APPCACHE)
672 remove_mask & REMOVE_DATA_MASK_APPCACHE ||
  /external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.cc 33 return content::StoragePartition::REMOVE_DATA_MASK_APPCACHE;

Completed in 227 milliseconds