Home
last modified time | relevance | path

Searched refs:SetCapture (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_button.cpp25 SetCapture(); in OnLButtonDown()
Dcpwl_wnd.cpp97 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()
Dcpwl_wnd.h195 void SetCapture();
Dcpwl_edit_ctrl.cpp271 SetCapture(); in OnLButtonDown()
Dcpwl_list_box.cpp201 SetCapture(); in OnLButtonDown()
Dcpwl_combo_box.cpp135 SetCapture(); in OnLButtonDown()
Dcpwl_edit.cpp298 SetCapture(); in OnLButtonDown()
Dcpwl_scroll_bar.cpp295 SetCapture(); in OnLButtonDown()
/external/v8/src/objects/
Dregexp-match-info.h45 inline void SetCapture(int i, int value); in NON_EXPORTED_BASE()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp580 SetCapture(hWnd); // must be within window so capture in doButtonDown()
/external/webrtc/talk/media/base/
Dfakemediaengine.h828 bool SetCapture(bool capture) { in SetCapture() function
/external/v8/src/regexp/
Djsregexp.cc227 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()
/external/v8/src/
Dfactory.cc2692 result->SetCapture(0, 0); in NewRegExpMatchInfo()
2693 result->SetCapture(1, 0); in NewRegExpMatchInfo()
Dobjects-inl.h2596 void RegExpMatchInfo::SetCapture(int i, int value) { in SetCapture() function