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

  /external/chromium_org/content/public/browser/
storage_partition.h 70 static const uint32 REMOVE_DATA_MASK_LOCAL_STORAGE = 1 << 4;
89 // REMOVE_DATA_MASK_LOCAL_STORAGE.
  /external/chromium_org/content/browser/
storage_partition_impl.cc 204 StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE;
731 if (remove_mask & REMOVE_DATA_MASK_LOCAL_STORAGE) {

Completed in 2607 milliseconds