Searched refs:kStepSize (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/views/examples/
H A Dprogress_bar_example.cc17 const double kStepSize = 0.1; member in namespace:__anon17100
64 current_percent_ = SetToMax(current_percent_ - kStepSize);
66 current_percent_ = SetToMax(current_percent_ + kStepSize);
/external/lzma/CPP/7zip/Compress/
H A DLzma2Decoder.cpp93 const UInt32 kStepSize = ((UInt32)1 << 22); local
94 if (curSize > kStepSize)
95 curSize = (SizeT)kStepSize;
/external/chromium_org/chrome/app/
H A Dclient_util.cc169 const size_t kStepSize = 1024 * 1024; local
171 ImagePreReader::PartialPreReadImage(dir->c_str(), percentage, kStepSize);

Completed in 361 milliseconds