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

/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A DVCSUtils.pm980 my $svnPropertiesHashRef; # Last SVN properties diff found, as returned by parseSvnDiffProperties().
1001 ($svnPropertiesHashRef, $line) = parseSvnDiffProperties($fileHandle, $line);
1072 # parseSvnDiffProperties may return a hash whose keys are the properties.
1138 sub parseSvnDiffProperties($$) subroutine

Completed in 115 milliseconds