Searched defs:parseDiff (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A DVCSUtils.pm920 # These hashes appear, for example, in the parseDiff(), parsePatch(),
970 sub parseDiff($$;$) subroutine
1037 # line endings of the file indexPath. Instead, either the caller to parseDiff()
1038 # should provide this information or parseDiff() should take a delegate that it
1368 ($newDiffHashRefs, $line) = parseDiff($fileHandle, $line, $optionsHashRef);

Completed in 69 milliseconds