Home
last modified time | relevance | path

Searched refs:kHistorySize (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/UI/GUI/
H A DExtractDialog.cpp91 static const unsigned kHistorySize = 16; variable
214 for (unsigned i = 0; i < _info.Paths.Size() && i < kHistorySize; i++) in OnInit()
363 if (_path.GetCount() >= (int)kHistorySize) in OnOK()
/third_party/node/lib/internal/readline/
H A Dinterface.js74 const kHistorySize = 30;
198 historySize = kHistorySize;

Completed in 2 milliseconds