comments 77 base/file_version_info.h virtual base::string16 comments() = 0; comments 34 base/file_version_info_mac.h virtual base::string16 comments() OVERRIDE; comments 73 base/file_version_info_unittest.cc EXPECT_EQ(kExpectedValues[i][j++], version_info->comments()); comments 33 base/file_version_info_win.h virtual base::string16 comments() OVERRIDE; comments 46 chrome/tools/convert_dict/aff_reader.h const std::string& comments() const { return intro_comment_; } comments 120 chrome/tools/convert_dict/convert_dict.cc writer.SetComment(aff_reader.comments()); comments 110 chrome/tools/convert_dict/convert_dict_unittest.cc writer.SetComment(aff_reader.comments()); comments 530 content/shell/browser/webkit_test_controller.cc std::vector<gfx::PNGCodec::Comment> comments; comments 531 content/shell/browser/webkit_test_controller.cc comments.push_back(gfx::PNGCodec::Comment("checksum", actual_pixel_hash)); comments 538 content/shell/browser/webkit_test_controller.cc comments, comments 109 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc string comments = location.leading_comments.empty() ? comments 111 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc if (!comments.empty()) { comments 118 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc comments = EscapeJavadoc(comments); comments 121 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc SplitStringAllowEmpty(comments, "\n", &lines); comments 409 tools/imagediff/image_diff_png.cc explicit CommentWriter(const std::vector<Comment>& comments) comments 410 tools/imagediff/image_diff_png.cc : comments_(comments), comments 411 tools/imagediff/image_diff_png.cc png_text_(new png_text[comments.size()]) { comments 412 tools/imagediff/image_diff_png.cc for (size_t i = 0; i < comments.size(); ++i) comments 413 tools/imagediff/image_diff_png.cc AddComment(i, comments[i]); comments 470 tools/imagediff/image_diff_png.cc const std::vector<Comment>& comments) { comments 472 tools/imagediff/image_diff_png.cc CommentWriter comment_writer(comments); comments 529 tools/imagediff/image_diff_png.cc const std::vector<Comment>& comments, comments 594 tools/imagediff/image_diff_png.cc output_color_components, converter, comments); comments 604 tools/imagediff/image_diff_png.cc const std::vector<Comment>& comments, comments 609 tools/imagediff/image_diff_png.cc comments, Z_DEFAULT_COMPRESSION, comments 517 ui/gfx/codec/png_codec.cc explicit CommentWriter(const std::vector<PNGCodec::Comment>& comments) comments 518 ui/gfx/codec/png_codec.cc : comments_(comments), comments 519 ui/gfx/codec/png_codec.cc png_text_(new png_text[comments.size()]) { comments 520 ui/gfx/codec/png_codec.cc for (size_t i = 0; i < comments.size(); ++i) comments 521 ui/gfx/codec/png_codec.cc AddComment(i, comments[i]); comments 580 ui/gfx/codec/png_codec.cc const std::vector<PNGCodec::Comment>& comments) { comments 582 ui/gfx/codec/png_codec.cc CommentWriter comment_writer(comments); comments 638 ui/gfx/codec/png_codec.cc const std::vector<PNGCodec::Comment>& comments, comments 731 ui/gfx/codec/png_codec.cc output_color_components, converter, comments); comments 769 ui/gfx/codec/png_codec.cc const std::vector<Comment>& comments, comments 776 ui/gfx/codec/png_codec.cc comments, comments 78 ui/gfx/codec/png_codec.h const std::vector<Comment>& comments, comments 1129 ui/gfx/codec/png_codec_unittest.cc std::vector<PNGCodec::Comment> comments; comments 1130 ui/gfx/codec/png_codec_unittest.cc comments.push_back(PNGCodec::Comment("key", "text")); comments 1131 ui/gfx/codec/png_codec_unittest.cc comments.push_back(PNGCodec::Comment("test", "something")); comments 1132 ui/gfx/codec/png_codec_unittest.cc comments.push_back(PNGCodec::Comment("have some", "spaces in both")); comments 1134 ui/gfx/codec/png_codec_unittest.cc Size(w, h), w * 3, false, comments, &encoded));