Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/explorer-old/dialogs/
H A Dsearchprogram.cpp207 FPDEntry new_entry; in collect_programs_callback()
215 FPDEntry& cache_entry = pThis->_cache.front(); in collect_programs_callback()
229 void FindProgramDlg::add_entry(const FPDEntry& cache_entry) in add_entry()
333 FPDEntry& cache_entry = *(FPDEntry*)lparam; in LaunchSelected()
347 FPDEntry& cache_entry = *(FPDEntry*)pDispInfo->item.lParam; in Notify()
397 FPDEntry& a = *(FPDEntry*)lparam1; in CompareFunc()
398 FPDEntry& b = *(FPDEntry*)lparam2; in CompareFunc()
H A Dsearchprogram.h66 struct FPDEntry struct
74 typedef list<FPDEntry> FPDCache; argument
102 void add_entry(const FPDEntry& cache_entry);