HomeSort by relevance Sort by last modified time
    Searched full:to_html (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 36 str << fileDiffs.collect{ |diff| diff.to_html }.join
611 def to_html method in class:PrettyPatch.FileDiff
646 str += @sections.collect{ |section| section.to_html }.join("<br>\n") unless @sections.nil?
796 def to_html method in class:PrettyPatch.DiffBlock
798 str += @parts.collect{ |part| part.to_html }.join
814 def to_html method in class:PrettyPatch.DiffBlockPart
816 str += @lines.collect{ |line| line.to_html }.join
922 def to_html method in class:PrettyPatch.DiffSection
924 str += @blocks.collect{ |block| block.to_html }.join
962 def to_html method in class:PrettyPatch.Line
    [all...]

Completed in 1109 milliseconds