Home
last modified time | relevance | path

Searched refs:GetCapture (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/third_party/renderdoc/src/
H A Drenderdoc_app.h555 pRENDERDOC_GetCapture GetCapture; member
606 pRENDERDOC_GetCapture GetCapture; member
650 pRENDERDOC_GetCapture GetCapture; member
/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc261 RegExpCapture* GetCapture(int index);
574 RegExpCapture* capture = GetCapture(capture_index); in ParseDisjunction()
693 RegExpCapture* capture = GetCapture(index); in ParseDisjunction()
1151 RegExpCapture* capture = GetCapture(index); in CreateNamedCaptureAtIndex()
1240 ref->set_capture(GetCapture(index)); in PatchNamedBackReferences()
1245 RegExpCapture* RegExpParserImpl<CharT>::GetCapture(int index) { in GetCapture() function in v8::internal::__anon14998::RegExpParserImpl
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_win32.cpp67 // 2017-10-23: Inputs: Using Win32 ::SetCapture/::GetCapture() to retrieve mouse positions outside the client area when dragging.
353 // PS: In this Win32 handler, we use the capture API (GetCapture/SetCapture/ReleaseCapture) to be able to read mouse coordinates when dragging mouse outside of our window bounds.
394 if (!ImGui::IsAnyMouseDown() && ::GetCapture() == NULL) in ImGui_ImplWin32_WndProcHandler()
410 if (!ImGui::IsAnyMouseDown() && ::GetCapture() == hwnd) in ImGui_ImplWin32_WndProcHandler()
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc1021 MaybeHandle<String> GetCapture(int i, bool* capture_exists) override {
1045 GetCapture(capture_index, &capture_exists),
1099 MaybeHandle<String> GetCapture(int i, bool* capture_exists) override {
H A Druntime-strings.cc43 MaybeHandle<String> GetCapture(int i, bool* capture_exists) override { in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/objects/
H A Dstring.h342 virtual MaybeHandle<String> GetCapture(int i, bool* capture_exists) = 0;
H A Dstring.cc1370 isolate, capture, match->GetCapture(scaled_index, &capture_exists), in GetSubstitution()

Completed in 16 milliseconds