Home | History | Annotate | Download | only in download

Lines Matching refs:number

90 // How many times to cycle the complete animation. This should be an odd number
94 // The maximum number of 'uniquified' files we will try to create.
763 // Appends the passed the number between parenthesis the path before the
765 void AppendNumberToPath(FilePath* path, int number) {
766 *path = path->InsertBeforeExtensionASCII(StringPrintf(" (%d)", number));
769 // Attempts to find a number that can be appended to that path to make it
771 // a number, -1 is returned.