Home | History | Annotate | Download | only in FileManager

Lines Matching defs:Reload

116   // Reload changes DirPrefix. Don't send DirPrefix in pathPrefix parameter

117 HRESULT Reload(const UString &pathPrefix, const UString &selectedName);
118 HRESULT Reload();
285 if (Reload(baseFolder, name) == S_OK)
396 Reload();
426 Reload();
526 // Reload changes DirPrefix. Don't send DirPrefix in pathPrefix parameter
528 HRESULT CBrowseDialog::Reload(const UString &pathPrefix, const UString &selectedName)
676 HRESULT CBrowseDialog::Reload()
687 return Reload(dirPathTemp, selected);
695 Reload(parent, selected);
754 Reload(tempPath, name);
784 HRESULT res = Reload(s, L"");