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

  /external/chromium_org/content/public/browser/
storage_partition.h 72 static const uint32 REMOVE_DATA_MASK_WEBSQL = 1 << 6;
  /external/chromium_org/content/browser/
storage_partition_impl.cc 210 StoragePartition::REMOVE_DATA_MASK_WEBSQL;
230 if (remove_mask & StoragePartition::REMOVE_DATA_MASK_WEBSQL)
714 remove_mask & REMOVE_DATA_MASK_WEBSQL ||

Completed in 345 milliseconds