Lines Matching refs:before
515 // the '\n' in the line before a continuation (at least, as of now),
531 // We cleanup the whitespace at the end of the line before doing anything
564 // about the presence of any colon before the beginning of the current
692 base::StringPiece* before, base::StringPiece* after) {
704 *before = base::StringPiece(start, p - start);
709 StringPieceUtils::RemoveWhitespaceContext(before);
715 *before = original;
801 // Thus, we test to see if we have more than two lines total before attempting
934 // binaries before 2008 already do, which is to assume that
1126 // Although we check for this limit before and after we call this function