Home | History | Annotate | Download | only in views

Lines Matching refs:final_name

223 // |final_name| returns the file name which contains the drive designator,
237 std::wstring* final_name) {
238 DCHECK(final_name);
305 final_name->assign(save_as.lpstrFile);
335 *final_name =
336 AppendExtensionIfNeeded(*final_name, filter_selected, suggested_ext);
348 // On success, returns true and 'final_name' contains the full path of the file
349 // that the user chose. On error, returns false, and 'final_name' is not
353 std::wstring* final_name) {
366 final_name);