Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
DSDL_dx5events.c356 SetCapture(SDL_Window); in handle_mouse()
452 SetCapture(SDL_Window); in handle_mouse()
/external/webkit/WebCore/platform/win/
DPopupMenuWin.cpp153 ::SetCapture(m_popup); in show()
773 ::SetCapture(popup->popupHandle()); in PopupWndProc()
/external/webkit/V8Binding/v8/src/
Djsregexp.cc241 RegExpImpl::SetCapture(array, 0, from); in SetAtomLastCapture()
242 RegExpImpl::SetCapture(array, 1, to); in SetAtomLastCapture()
454 SetCapture(*array, i, captures_vector[i]); in IrregexpExec()
455 SetCapture(*array, i + 1, captures_vector[i + 1]); in IrregexpExec()
486 SetCapture(*array, i, register_vector[i]); in IrregexpExec()
487 SetCapture(*array, i + 1, register_vector[i + 1]); in IrregexpExec()
Djsregexp.h133 static void SetCapture(FixedArray* array, int index, int to) { in SetCapture() function
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_sysevents.c538 SetCapture(hwnd); in WinMessage()
/external/webkit/WebCore/plugins/win/
DPluginViewWin.cpp293 ::SetCapture(hWnd); in wndProc()
/external/webkit/WebKit/win/
DWebView.cpp1288 ::SetCapture(m_viewWindow); in handleMouseEvent()