Home
last modified time | relevance | path

Searched refs:GetFrameCount (Results 1 – 25 of 33) sorted by relevance

12

/third_party/cef/libcef_dll/ctocpp/
Dv8stack_trace_ctocpp.h38 int GetFrameCount() override;
Dbrowser_ctocpp.h57 size_t GetFrameCount() override;
Dv8stack_trace_ctocpp.cc52 NO_SANITIZE("cfi-icall") int CefV8StackTraceCToCpp::GetFrameCount() { in GetFrameCount() function in CefV8StackTraceCToCpp
Dbrowser_ctocpp.cc308 NO_SANITIZE("cfi-icall") size_t CefBrowserCToCpp::GetFrameCount() { in GetFrameCount() function in CefBrowserCToCpp
336 size_t identifiersCount = std::max(GetFrameCount(), identifiersSize); in GetFrameIdentifiers()
/third_party/node/deps/v8/include/
Dv8-debug.h141 int GetFrameCount() const;
/third_party/cef/libcef_dll/cpptoc/
Dv8stack_trace_cpptoc.cc64 int _retval = CefV8StackTraceCppToC::Get(self)->GetFrameCount(); in v8stack_trace_get_frame_count()
Dbrowser_cpptoc.cc323 size_t _retval = CefBrowserCppToC::Get(self)->GetFrameCount(); in browser_get_frame_count()
/third_party/cef/libcef/renderer/
Dbrowser_impl.h65 size_t GetFrameCount() override;
Dbrowser_impl.cc220 size_t CefBrowserImpl::GetFrameCount() { in GetFrameCount() function in CefBrowserImpl
Dv8_impl.h372 int GetFrameCount() override;
Dv8_impl.cc2480 int frame_count = handle->GetFrameCount(); in CefV8StackTraceImpl()
2496 int CefV8StackTraceImpl::GetFrameCount() { in GetFrameCount() function in CefV8StackTraceImpl
/third_party/node/deps/v8/src/inspector/
Dv8-stack-trace-impl.cc40 int frameCount = std::min(v8StackTrace->GetFrameCount(), maxStackSize); in toFramesVector()
235 if (!v8StackTrace.IsEmpty() && v8StackTrace->GetFrameCount()) { in create()
/third_party/cef/include/
Dcef_browser.h185 virtual size_t GetFrameCount() = 0;
Dcef_v8.h925 virtual int GetFrameCount() = 0;
/third_party/cef/libcef/browser/
Dbrowser_host_base.h203 size_t GetFrameCount() override;
Dbrowser_host_base.cc640 size_t CefBrowserHostBase::GetFrameCount() { in GetFrameCount() function in CefBrowserHostBase
/third_party/node/src/
Dnode_report.cc485 if (stack->GetFrameCount() == 0) { in PrintJavaScriptStack()
492 for (int i = 0; i < stack->GetFrameCount(); i++) { in PrintJavaScriptStack()
Dinspector_agent.cc524 if (!stack_trace.IsEmpty() && stack_trace->GetFrameCount() > 0 && in ReportUncaughtException()
Dnode_errors.cc190 for (int i = 0; i < stack->GetFrameCount(); i++) { in FormatStackTrace()
/third_party/cef/tests/ceftests/
Dframe_unittest.cc871 size_t frame_count = browser->GetFrameCount(); in VerifySingleBrowserFrames()
1733 size_t frame_count = browser->GetFrameCount(); in VerifyBrowserIframe()
Dv8_unittest.cc2402 EXPECT_EQ(2, handler->stack_trace_->GetFrameCount()); in RunStackTraceTest()
2661 for (int i = 0; i < stackTrace->GetFrameCount(); ++i) { in OnUncaughtException()
/third_party/mesa3d/src/imgui/
Dimgui.h625 …IMGUI_API int GetFrameCount(); // get…
1542 …operator bool() const { int current_frame = ImGui::GetFrameCount(); if (RefFrame == current_frame)…
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc1154 size_t FrameStateDescriptor::GetFrameCount() const { in GetFrameCount() function in v8::internal::compiler::FrameStateDescriptor
Dcode-generator.cc1120 static_cast<int>(descriptor->GetFrameCount()), in BuildTranslation()
/third_party/skia/third_party/externals/imgui/
Dimgui.h865 …IMGUI_API int GetFrameCount(); // get…
2071 …operator bool() const { int current_frame = ImGui::GetFrameCount(); if (RefFrame == current_frame)…

12