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

  /external/chromium_org/content/public/browser/
storage_partition.h 69 static const uint32 REMOVE_DATA_MASK_INDEXEDDB = 1 << 3;
  /external/chromium_org/content/browser/
storage_partition_impl.cc 202 StoragePartition::REMOVE_DATA_MASK_INDEXEDDB;
234 if (remove_mask & StoragePartition::REMOVE_DATA_MASK_INDEXEDDB)
713 if (remove_mask & REMOVE_DATA_MASK_INDEXEDDB ||

Completed in 247 milliseconds