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

  /external/chromium_org/content/public/browser/
storage_partition.h 67 static const uint32 REMOVE_DATA_MASK_COOKIES = 1 << 1;
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 877 StoragePartition::REMOVE_DATA_MASK_COOKIES);
895 StoragePartition::REMOVE_DATA_MASK_COOKIES);
    [all...]
browsing_data_remover.cc 446 content::StoragePartition::REMOVE_DATA_MASK_COOKIES;
    [all...]
  /external/chromium_org/extensions/browser/api/web_view/
web_view_internal_api.cc 35 return content::StoragePartition::REMOVE_DATA_MASK_COOKIES;
  /external/chromium_org/content/browser/
storage_partition_impl.cc 198 StoragePartition::REMOVE_DATA_MASK_COOKIES;
703 if (remove_mask & REMOVE_DATA_MASK_COOKIES) {
storage_partition_impl_unittest.cc 294 StoragePartition::REMOVE_DATA_MASK_COOKIES,
    [all...]

Completed in 169 milliseconds