Home | History | Annotate | Download | only in base

Lines Matching refs:description

408                         const wchar_t *description, const wchar_t *icon,
412 // Length of arguments and description must be less than MAX_PATH.
414 DCHECK(lstrlen(description) < MAX_PATH);
439 if (description && FAILED(i_shell_link->SetDescription(description)))
460 const wchar_t *description, const wchar_t *icon,
464 // Length of arguments and description must be less than MAX_PATH.
466 DCHECK(lstrlen(description) < MAX_PATH);
490 if (description && FAILED(i_shell_link->SetDescription(description)))