Searched defs:SetPos (Results 1 – 9 of 9) sorted by relevance
35 void SetPos(uint32_t pos) { m_Pos = pos; } in SetPos() function
18 LRESULT SetPos(int pos) { return SendMsg(PBM_SETPOS, pos, 0); } in SetPos() function
40 void SetPos(FX_FILESIZE pos) { m_Pos = std::min(pos, m_FileLen); } in SetPos() function
85 void CProgressDialog::SetPos(UInt64 pos) in SetPos() function in CProgressDialog
51 void SetPos(UInt64 completed) in SetPos() function
53 void SetPos(float fPos) { m_fPos = fPos; } in SetPos() function
114 void SetPos(const wchar_t* pos) { m_cursor = pos; } in SetPos() function
92 bool PWL_SCROLL_PRIVATEDATA::SetPos(float pos) { in SetPos() function in PWL_SCROLL_PRIVATEDATA
925 auto SetPos = SetBI.getIterator(); in rewriteSetCarryExtended() local