Home
last modified time | relevance | path

Searched refs:history_str (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp3354 const char* history_str = (HistoryPos >= 0) ? History[HistoryPos] : ""; in TextEditCallback() local
3356 data->InsertChars(0, history_str); in TextEditCallback()
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp6559 const char* history_str = (HistoryPos >= 0) ? History[HistoryPos] : ""; local
6561 data->InsertChars(0, history_str);