Searched refs:SetCapture (Results 1 – 16 of 16) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_button.cpp | 25 SetCapture(); in OnLButtonDown()
|
D | cpwl_wnd.cpp | 97 void SetCapture(CPWL_Wnd* pWnd) { in SetCapture() function in CPWL_MsgControl 512 void CPWL_Wnd::SetCapture() { in SetCapture() function in CPWL_Wnd 514 pMsgCtrl->SetCapture(this); in SetCapture()
|
D | cpwl_wnd.h | 195 void SetCapture();
|
D | cpwl_edit_ctrl.cpp | 271 SetCapture(); in OnLButtonDown()
|
D | cpwl_list_box.cpp | 201 SetCapture(); in OnLButtonDown()
|
D | cpwl_combo_box.cpp | 135 SetCapture(); in OnLButtonDown()
|
D | cpwl_edit.cpp | 298 SetCapture(); in OnLButtonDown()
|
D | cpwl_scroll_bar.cpp | 295 SetCapture(); in OnLButtonDown()
|
/external/v8/src/objects/ |
D | regexp-match-info.h | 46 inline void SetCapture(int i, int value); in NON_EXPORTED_BASE()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/ |
D | PVRShellOS.cpp | 580 SetCapture(hWnd); // must be within window so capture in doButtonDown()
|
/external/webrtc/talk/media/base/ |
D | fakemediaengine.h | 828 bool SetCapture(bool capture) { in SetCapture() function
|
/external/v8/src/regexp/ |
D | jsregexp.cc | 220 last_match_info->SetCapture(0, from); in SetAtomLastCapture() 221 last_match_info->SetCapture(1, to); in SetAtomLastCapture() 592 result->SetCapture(i, match[i]); in SetLastMatchInfo() 593 result->SetCapture(i + 1, match[i + 1]); in SetLastMatchInfo()
|
/external/v8/src/heap/ |
D | factory.cc | 3856 result->SetCapture(0, 0); in NewRegExpMatchInfo() 3857 result->SetCapture(1, 0); in NewRegExpMatchInfo()
|
/external/v8/src/ |
D | objects-inl.h | 1615 void RegExpMatchInfo::SetCapture(int i, int value) { in SetCapture() function
|
/external/syzkaller/executor/ |
D | syscalls.h | 14018 {"SetCapture", 0, (syscall_t)SetCapture},
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 1454 SetCapture(hWnd ptr[inout, intptr])
|