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

  /external/chromium_org/content/public/browser/
storage_partition.h 66 static const uint32 REMOVE_DATA_MASK_APPCACHE = 1 << 0;
  /external/chromium_org/content/browser/
storage_partition_impl.cc 196 StoragePartition::REMOVE_DATA_MASK_APPCACHE;
232 if (remove_mask & StoragePartition::REMOVE_DATA_MASK_APPCACHE)
715 remove_mask & REMOVE_DATA_MASK_APPCACHE ||

Completed in 97 milliseconds