/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/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/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/cef/include/ |
D | cef_browser.h | 185 virtual size_t GetFrameCount() = 0;
|
D | cef_v8.h | 925 virtual int GetFrameCount() = 0;
|
/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/node/src/ |
D | inspector_agent.cc | 503 if (!stack_trace.IsEmpty() && stack_trace->GetFrameCount() > 0 && in ReportUncaughtException()
|
D | node_errors.cc | 149 for (int i = 0; i < stack->GetFrameCount(); i++) { in PrintStackTrace()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui.h | 618 …IMGUI_API int GetFrameCount(); // get… 1535 …operator bool() const { int current_frame = ImGui::GetFrameCount(); if (RefFrame == current_frame)…
|
D | imgui_demo.cpp | 3486 …ImGui::GetFrameCount(), categories[counter % IM_ARRAYSIZE(categories)], ImGui::GetTime(), words[co… in ShowExampleAppLog() 3819 …itle %c %d###AnimatedTitle", "|/-\\"[(int)(ImGui::GetTime() / 0.25f) & 3], ImGui::GetFrameCount()); in ShowExampleAppWindowTitles()
|
D | imgui.cpp | 3004 int ImGui::GetFrameCount() in GetFrameCount() function in ImGui 9267 …tab_bar->Tabs.Size, (tab_bar->PrevFrameVisible < ImGui::GetFrameCount() - 2) ? " *Inactive*" : ""); in ShowMetricsWindow()
|
/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/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)…
|
D | imgui_demo.cpp | 6723 ImGui::GetFrameCount(), category, ImGui::GetTime(), word); 7132 …itle %c %d###AnimatedTitle", "|/-\\"[(int)(ImGui::GetTime() / 0.25f) & 3], ImGui::GetFrameCount());
|
D | imgui_tables.cpp | 3525 …const bool is_active = (table->LastFrameActive >= ImGui::GetFrameCount() - 2); // Note that fully … in DebugNodeTable()
|