Home
last modified time | relevance | path

Searched refs:GetDebugName (Results 1 – 8 of 8) sorted by relevance

/third_party/node/src/
Dnode_perf.cc312 Local<Value> val = fn->GetDebugName(); in GetName()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp2714 if (ImGui::BeginCombo(label, font_current->GetDebugName())) in ShowFontSelector()
2717 … if (ImGui::Selectable(io.Fonts->Fonts[n]->GetDebugName(), io.Fonts->Fonts[n] == font_current)) in ShowFontSelector()
Dimgui.h2104 …const char* GetDebugName() const { return ConfigData ? ConfigData->… in GetDebugName() function
/third_party/mesa3d/src/imgui/
Dimgui.h2112 …const char* GetDebugName() const { return ConfigData ? ConfigData->… in GetDebugName() function
/third_party/skia/third_party/externals/imgui/
Dimgui.h2768 …const char* GetDebugName() const { return ConfigData ? ConfigData->… in GetDebugName() function
Dimgui_demo.cpp5819 if (ImGui::BeginCombo(label, font_current->GetDebugName()))
5825 if (ImGui::Selectable(font->GetDebugName(), font == font_current))
/third_party/flutter/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt694 - ImFont: Added GetDebugName() helper.
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt2373 - ImFont: Added GetDebugName() helper.