Home
last modified time | relevance | path

Searched refs:keepMethodId (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/GUI/
DCompressDialog.h224 void SetMethod2(int keepMethodId);
225 void SetMethod(int keepMethodId = -1)
227 SetMethod2(keepMethodId);
DCompressDialog.cpp1627 void CCompressDialog::SetMethod2(int keepMethodId) in SetMethod2() argument
1695 if (keepMethodId == methodID) in SetMethod2()