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

  /external/chromium_org/content/common/dom_storage/
dom_storage_types.h 37 const int64 kMaxInMemoryStorageAreas = 100;
  /external/chromium_org/content/browser/dom_storage/
dom_storage_host.cc 68 if (ns->CountInMemoryAreas() > kMaxInMemoryStorageAreas) {
70 if (ns->CountInMemoryAreas() > kMaxInMemoryStorageAreas)

Completed in 48 milliseconds