Home
last modified time | relevance | path

Searched defs:SetWindowWidth (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.h42 void SetWindowWidth(unsigned width) { _percent.MaxLen = width - 1; } in SetWindowWidth() function
140 void SetWindowWidth(unsigned width) { _percent.MaxLen = width - 1; } in SetWindowWidth() function
DUpdateCallbackConsole.h62 void SetWindowWidth(unsigned width) { _percent.MaxLen = width - 1; } in SetWindowWidth() function