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

  /external/chromium/webkit/glue/media/
buffered_resource_loader.cc 31 static const size_t kMegabyte = 1024 * 1024;
34 static const size_t kBackwardCapcity = 2 * kMegabyte;
37 static const size_t kForwardCapacity = 10 * kMegabyte;
45 static const int kForwardWaitThreshold = 2 * kMegabyte;
  /external/chromium/base/
process_util_win.cc 793 const SIZE_T kMegabyte = 1024 * 1024;
811 free->largest = largest.RegionSize / kMegabyte;
813 free->total = accumulated / kMegabyte;

Completed in 69 milliseconds