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

  /external/chromium_org/webkit/browser/blob/
blob_storage_controller.cc 31 static const int64 kMaxMemoryUsage = 1024 * 1024 * 1024; // 1G
112 if (memory_usage_ > kMaxMemoryUsage)
blob_storage_context.cc 37 static const int64 kMaxMemoryUsage = 500 * 1024 * 1024; // Half a gig.
278 if (memory_usage_ + length > kMaxMemoryUsage)

Completed in 389 milliseconds