| /third_party/cef/libcef_dll/ctocpp/ |
| D | v8stack_trace_ctocpp.h | 38 int GetFrameCount() override;
|
| D | browser_ctocpp.h | 57 size_t GetFrameCount() override;
|
| D | v8stack_trace_ctocpp.cc | 52 NO_SANITIZE("cfi-icall") int CefV8StackTraceCToCpp::GetFrameCount() { in GetFrameCount() function in CefV8StackTraceCToCpp
|
| D | browser_ctocpp.cc | 308 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/ |
| D | v8-debug.h | 141 int GetFrameCount() const;
|
| /third_party/cef/libcef_dll/cpptoc/ |
| D | v8stack_trace_cpptoc.cc | 64 int _retval = CefV8StackTraceCppToC::Get(self)->GetFrameCount(); in v8stack_trace_get_frame_count()
|
| D | browser_cpptoc.cc | 323 size_t _retval = CefBrowserCppToC::Get(self)->GetFrameCount(); in browser_get_frame_count()
|
| /third_party/cef/libcef/renderer/ |
| D | browser_impl.h | 65 size_t GetFrameCount() override;
|
| D | browser_impl.cc | 220 size_t CefBrowserImpl::GetFrameCount() { in GetFrameCount() function in CefBrowserImpl
|
| D | v8_impl.h | 372 int GetFrameCount() override;
|
| D | v8_impl.cc | 2480 int frame_count = handle->GetFrameCount(); in CefV8StackTraceImpl() 2496 int CefV8StackTraceImpl::GetFrameCount() { in GetFrameCount() function in CefV8StackTraceImpl
|
| /third_party/node/deps/v8/src/inspector/ |
| D | v8-stack-trace-impl.cc | 40 int frameCount = std::min(v8StackTrace->GetFrameCount(), maxStackSize); in toFramesVector() 235 if (!v8StackTrace.IsEmpty() && v8StackTrace->GetFrameCount()) { in create()
|
| /third_party/cef/include/ |
| D | cef_browser.h | 185 virtual size_t GetFrameCount() = 0;
|
| D | cef_v8.h | 925 virtual int GetFrameCount() = 0;
|
| /third_party/cef/libcef/browser/ |
| D | browser_host_base.h | 203 size_t GetFrameCount() override;
|
| D | browser_host_base.cc | 640 size_t CefBrowserHostBase::GetFrameCount() { in GetFrameCount() function in CefBrowserHostBase
|
| /third_party/node/src/ |
| D | node_report.cc | 485 if (stack->GetFrameCount() == 0) { in PrintJavaScriptStack() 492 for (int i = 0; i < stack->GetFrameCount(); i++) { in PrintJavaScriptStack()
|
| D | inspector_agent.cc | 524 if (!stack_trace.IsEmpty() && stack_trace->GetFrameCount() > 0 && in ReportUncaughtException()
|
| D | node_errors.cc | 190 for (int i = 0; i < stack->GetFrameCount(); i++) { in FormatStackTrace()
|
| /third_party/cef/tests/ceftests/ |
| D | frame_unittest.cc | 871 size_t frame_count = browser->GetFrameCount(); in VerifySingleBrowserFrames() 1733 size_t frame_count = browser->GetFrameCount(); in VerifyBrowserIframe()
|
| D | v8_unittest.cc | 2402 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/ |
| D | imgui.h | 625 …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/ |
| D | instruction.cc | 1154 size_t FrameStateDescriptor::GetFrameCount() const { in GetFrameCount() function in v8::internal::compiler::FrameStateDescriptor
|
| D | code-generator.cc | 1120 static_cast<int>(descriptor->GetFrameCount()), in BuildTranslation()
|
| /third_party/skia/third_party/externals/imgui/ |
| D | imgui.h | 865 …IMGUI_API int GetFrameCount(); // get… 2071 …operator bool() const { int current_frame = ImGui::GetFrameCount(); if (RefFrame == current_frame)…
|