HomeSort by relevance Sort by last modified time
    Searched refs:changeLogHash (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-unapply 162 my $changeLogHash = fixChangeLogPatch($patch);
163 unapplyPatch(unsetChangeLogDate($fullPath, $changeLogHash->{patch}), $fullPath, ["--fuzz=3"]);
svn-apply 335 my $changeLogHash = fixChangeLogPatch($patch);
336 my $newPatch = setChangeLogDateAndReviewer($changeLogHash->{patch}, $reviewer, $epochTime);
svn-create-patch 240 my $changeLogHash = fixChangeLogPatch($patch);
241 $patch = $changeLogHash->{patch};
VCSUtils.pm     [all...]

Completed in 547 milliseconds