Searched refs:SetCapture (Results 1 – 14 of 14) sorted by relevance
25 SetCapture(); in OnLButtonDown()
97 void SetCapture(CPWL_Wnd* pWnd) { in SetCapture() function in CPWL_MsgControl512 void CPWL_Wnd::SetCapture() { in SetCapture() function in CPWL_Wnd514 pMsgCtrl->SetCapture(this); in SetCapture()
195 void SetCapture();
271 SetCapture(); in OnLButtonDown()
201 SetCapture(); in OnLButtonDown()
135 SetCapture(); in OnLButtonDown()
298 SetCapture(); in OnLButtonDown()
295 SetCapture(); in OnLButtonDown()
45 inline void SetCapture(int i, int value); in NON_EXPORTED_BASE()
580 SetCapture(hWnd); // must be within window so capture in doButtonDown()
828 bool SetCapture(bool capture) { in SetCapture() function
227 last_match_info->SetCapture(0, from); in SetAtomLastCapture()228 last_match_info->SetCapture(1, to); in SetAtomLastCapture()637 result->SetCapture(i, match[i]); in SetLastMatchInfo()638 result->SetCapture(i + 1, match[i + 1]); in SetLastMatchInfo()
2692 result->SetCapture(0, 0); in NewRegExpMatchInfo()2693 result->SetCapture(1, 0); in NewRegExpMatchInfo()
2596 void RegExpMatchInfo::SetCapture(int i, int value) { in SetCapture() function