Home
last modified time | relevance | path

Searched refs:GetFrameCount (Results 1 – 25 of 28) 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/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/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/cef/include/
Dcef_browser.h185 virtual size_t GetFrameCount() = 0;
Dcef_v8.h925 virtual int GetFrameCount() = 0;
/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/node/src/
Dinspector_agent.cc503 if (!stack_trace.IsEmpty() && stack_trace->GetFrameCount() > 0 && in ReportUncaughtException()
Dnode_errors.cc149 for (int i = 0; i < stack->GetFrameCount(); i++) { in PrintStackTrace()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h618 …IMGUI_API int GetFrameCount(); // get…
1535 …operator bool() const { int current_frame = ImGui::GetFrameCount(); if (RefFrame == current_frame)…
Dimgui_demo.cpp3486 …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()
Dimgui.cpp3004 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/
Dimgui.h625 …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/
Dimgui.h865 …IMGUI_API int GetFrameCount(); // get…
2071 …operator bool() const { int current_frame = ImGui::GetFrameCount(); if (RefFrame == current_frame)…
Dimgui_demo.cpp6723 ImGui::GetFrameCount(), category, ImGui::GetTime(), word);
7132 …itle %c %d###AnimatedTitle", "|/-\\"[(int)(ImGui::GetTime() / 0.25f) & 3], ImGui::GetFrameCount());
Dimgui_tables.cpp3525 …const bool is_active = (table->LastFrameActive >= ImGui::GetFrameCount() - 2); // Note that fully … in DebugNodeTable()

12