Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/ctocpp/
Dv8stack_trace_ctocpp.cc22 CefRefPtr<CefV8StackTrace> CefV8StackTrace::GetCurrent(int frame_limit) { in GetCurrent() argument
28 cef_v8stack_trace_t* _retval = cef_v8stack_trace_get_current(frame_limit); in GetCurrent()
/third_party/cef/libcef_dll/cpptoc/
Dv8stack_trace_cpptoc.cc21 CEF_EXPORT cef_v8stack_trace_t* cef_v8stack_trace_get_current(int frame_limit) { in cef_v8stack_trace_get_current() argument
27 CefRefPtr<CefV8StackTrace> _retval = CefV8StackTrace::GetCurrent(frame_limit); in cef_v8stack_trace_get_current()
/third_party/cef/include/
Dcef_v8.h911 static CefRefPtr<CefV8StackTrace> GetCurrent(int frame_limit);
/third_party/cef/include/capi/
Dcef_v8_capi.h857 CEF_EXPORT cef_v8stack_trace_t* cef_v8stack_trace_get_current(int frame_limit);
/third_party/FreeBSD/sys/dev/usb/
Dusb_transfer.c480 uint16_t frame_limit; in usbd_transfer_setup_sub() local
495 frame_limit = USB_MAX_FS_ISOC_FRAMES_PER_XFER; in usbd_transfer_setup_sub()
499 frame_limit = USB_MAX_HS_ISOC_FRAMES_PER_XFER; in usbd_transfer_setup_sub()
510 if (xfer->nframes > frame_limit) { in usbd_transfer_setup_sub()
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc1531 struct _cef_v8stack_trace_t* cef_v8stack_trace_get_current(int frame_limit) { in cef_v8stack_trace_get_current() argument
1532 return g_libcef_pointers.cef_v8stack_trace_get_current(frame_limit); in cef_v8stack_trace_get_current()
/third_party/cef/libcef/renderer/
Dv8_impl.cc2463 CefRefPtr<CefV8StackTrace> CefV8StackTrace::GetCurrent(int frame_limit) { in GetCurrent() argument
2469 isolate, frame_limit, v8::StackTrace::kDetailed); in GetCurrent()