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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 683 def self.git_new_file_binary_patch(filename, encoded_chunk, git_index)
689 #{encoded_chunk.join("")}literal 0
695 def self.git_changed_file_binary_patch(to_filename, from_filename, encoded_chunk, to_git_index, from_git_index)
702 #{encoded_chunk.join("")}literal 0
748 def self.extract_contents_from_git_binary_literal_chunk(encoded_chunk, git_index)
750 patch = FileDiff.git_new_file_binary_patch(filename, encoded_chunk, git_index)
755 def self.extract_contents_from_git_binary_delta_chunk(from_filepath, from_git_index, encoded_chunk, to_git_index)
758 patch = FileDiff.git_changed_file_binary_patch(to_filename, from_filename, encoded_chunk, to_git_index, from_git_index)
763 def self.extract_contents_of_from_revision(repository_path, encoded_chunk, git_index)
765 if GIT_LITERAL_FORMAT.match(encoded_chunk[0]
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
protocol_manager.cc 432 std::string encoded_chunk; local
433 base::Base64Encode(data, &encoded_chunk);
438 << ", Base64Encode(data): " << encoded_chunk
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.cc 428 std::string encoded_chunk; local
429 base::Base64Encode(data_str, &encoded_chunk);
431 << ", Base64Encode(data): " << encoded_chunk

Completed in 137 milliseconds