Home
last modified time | relevance | path

Searched defs:newText (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dtreeview.c733 LPWSTR newText; in TREEVIEW_UpdateDispInfo() local
757 LPWSTR newText = heap_realloc(item->pszText, len*sizeof(WCHAR)); in TREEVIEW_UpdateDispInfo() local
774 LPWSTR newText; in TREEVIEW_UpdateDispInfo() local
1129 LPWSTR newText; in TREEVIEW_DoSetItemT() local
4017 WCHAR *newText; in TREEVIEW_EndEditLabelNow() local
/reactos/dll/win32/mshtml/
H A Dhtmlelem.c2860 BSTR newText, BSTR *oldText) in HTMLElement2_replaceAdjacentText()