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

  /external/chromium_org/ui/views/examples/
progress_bar_example.cc 17 const double kStepSize = 0.1;
64 current_percent_ = SetToMax(current_percent_ - kStepSize);
66 current_percent_ = SetToMax(current_percent_ + kStepSize);
  /external/lzma/CPP/7zip/Compress/
Lzma2Decoder.cpp 93 const UInt32 kStepSize = ((UInt32)1 << 22);
94 if (curSize > kStepSize)
95 curSize = (SizeT)kStepSize;
  /external/chromium_org/chrome/app/
client_util.cc 169 const size_t kStepSize = 1024 * 1024;
171 ImagePreReader::PartialPreReadImage(dir->c_str(), percentage, kStepSize);

Completed in 1122 milliseconds