comment 228 chrome/browser/search/search_unittest.cc const char* comment; comment 252 chrome/browser/search/search_unittest.cc << test.url << " " << test.comment; comment 278 chrome/browser/search/search_unittest.cc << test.url << " " << test.comment; comment 307 chrome/browser/search/search_unittest.cc << test.url << " " << test.comment; comment 461 chrome/browser/search/search_unittest.cc << test.url << " " << test.comment; comment 486 chrome/browser/search/search_unittest.cc << test.url << " " << test.comment; comment 814 chrome/browser/search/search_unittest.cc const char* comment; comment 832 chrome/browser/search/search_unittest.cc << test.url << " " << test.comment; comment 839 chrome/browser/search/search_unittest.cc const char* comment; comment 857 chrome/browser/search/search_unittest.cc << test.url << " " << test.comment; comment 55 chrome/utility/media_galleries/media_metadata_parser.cc SetStringScopedPtr(extractor.comment(), &metadata->comment); comment 44 media/base/audio_video_metadata_extractor.h const std::string& comment() const; comment 47 media/base/audio_video_metadata_extractor_unittest.cc EXPECT_EQ("Processed by SoX", extractor->comment()); comment 15 third_party/cld/encodings/compact_lang_det/win/cld_commandlineflags.h #define DEFINE_bool(name, default_value, comment) \ comment 18 third_party/cld/encodings/compact_lang_det/win/cld_commandlineflags.h #define DEFINE_int32(name, default_value, comment) \ comment 421 third_party/jsoncpp/overrides/include/json/value.h void setComment( const char *comment, comment 424 third_party/jsoncpp/overrides/include/json/value.h void setComment( const std::string &comment, comment 504 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp for ( int comment =0; comment < numberOfCommentPlacement; ++comment ) comment 506 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp const CommentInfo &otherComment = other.comments_[comment]; comment 508 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp comments_[comment].setComment( otherComment.comment_ ); comment 1534 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::setComment( const char *comment, comment 1539 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp comments_[placement].setComment( comment ); comment 1544 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::setComment( const std::string &comment, comment 1547 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp setComment( comment.c_str(), placement ); comment 3237 third_party/libxml/src/HTMLparser.c if ((ctxt->sax != NULL) && (ctxt->sax->comment != NULL) && comment 3239 third_party/libxml/src/HTMLparser.c ctxt->sax->comment(ctxt->userData, buf); comment 119 third_party/libxml/src/SAX.c hdlr->comment = xmlSAX2Comment; comment 166 third_party/libxml/src/SAX.c hdlr->comment = xmlSAX2Comment; comment 2788 third_party/libxml/src/SAX2.c hdlr->comment = xmlSAX2Comment; comment 2866 third_party/libxml/src/SAX2.c hdlr->comment = xmlSAX2Comment; comment 2924 third_party/libxml/src/SAX2.c hdlr->comment = xmlSAX2Comment; comment 146 third_party/libxml/src/include/libxml/SAX.h comment (void *ctx, comment 737 third_party/libxml/src/include/libxml/parser.h commentSAXFunc comment; comment 778 third_party/libxml/src/include/libxml/parser.h commentSAXFunc comment; comment 250 third_party/libxml/src/legacy.c *((commentSAXFunc *) result) = ctxt->sax->comment; comment 368 third_party/libxml/src/legacy.c ctxt->sax->comment = *((commentSAXFunc *) value); comment 4557 third_party/libxml/src/parser.c if ((ctxt->sax != NULL) && (ctxt->sax->comment != NULL) && comment 4559 third_party/libxml/src/parser.c ctxt->sax->comment(ctxt->userData, buf); comment 4636 third_party/libxml/src/parser.c (ctxt->sax->comment != NULL)) { comment 4697 third_party/libxml/src/parser.c if ((ctxt->sax != NULL) && (ctxt->sax->comment != NULL) && comment 4700 third_party/libxml/src/parser.c ctxt->sax->comment(ctxt->userData, buf); comment 4702 third_party/libxml/src/parser.c ctxt->sax->comment(ctxt->userData, BAD_CAST ""); comment 28325 third_party/libxml/src/xmlschemas.c (ctxt->user_sax->comment != NULL)) comment 28326 third_party/libxml/src/xmlschemas.c ctxt->user_sax->comment(ctxt->user_data, value); comment 28549 third_party/libxml/src/xmlschemas.c if (old_sax->comment != NULL) comment 28550 third_party/libxml/src/xmlschemas.c ret->schemas_sax.comment = commentSplit; comment 81 third_party/npapi/npspy/extern/nspr/prvrsion.h char * comment; /* free form field for misc usage */ comment 1145 third_party/re2/re2/testing/re2_test.cc string comment("x*"); comment 1147 third_party/re2/re2/testing/re2_test.cc comment += a; comment 1148 third_party/re2/re2/testing/re2_test.cc comment += "*x"; comment 1150 third_party/re2/re2/testing/re2_test.cc CHECK(RE2::FullMatch(comment, re)); comment 140 third_party/zlib/contrib/minizip/mztools.c char* comment = ""; comment 141 third_party/zlib/contrib/minizip/mztools.c int comsize = (int) strlen(comment); comment 188 third_party/zlib/contrib/minizip/mztools.c if ((int)fwrite(comment, 1, comsize, fpOutCD) == comsize) { comment 215 third_party/zlib/contrib/minizip/mztools.c char* comment = ""; // "ZIP File recovered by zlib/minizip/mztools"; comment 216 third_party/zlib/contrib/minizip/mztools.c int comsize = (int) strlen(comment); comment 234 third_party/zlib/contrib/minizip/mztools.c if ((int)fwrite(comment, 1, comsize, fpOutCD) != comsize) { comment 1058 third_party/zlib/contrib/minizip/zip.c const char* comment, int method, int level, int raw, comment 1097 third_party/zlib/contrib/minizip/zip.c if (comment==NULL) comment 1100 third_party/zlib/contrib/minizip/zip.c size_comment = (uInt)strlen(comment); comment 1177 third_party/zlib/contrib/minizip/zip.c size_extrafield_global+i) = *(comment+i); comment 1267 third_party/zlib/contrib/minizip/zip.c const char* comment, int method, int level, int raw, comment 1275 third_party/zlib/contrib/minizip/zip.c comment, method, level, raw, comment 1283 third_party/zlib/contrib/minizip/zip.c const char* comment, int method, int level, int raw, comment 1290 third_party/zlib/contrib/minizip/zip.c comment, method, level, raw, comment 1298 third_party/zlib/contrib/minizip/zip.c const char* comment, int method, int level, int raw, comment 1305 third_party/zlib/contrib/minizip/zip.c comment, method, level, raw, comment 1313 third_party/zlib/contrib/minizip/zip.c const char* comment, int method, int level, int raw) comment 1318 third_party/zlib/contrib/minizip/zip.c comment, method, level, raw, comment 1326 third_party/zlib/contrib/minizip/zip.c const char* comment, int method, int level, int raw, int zip64) comment 1331 third_party/zlib/contrib/minizip/zip.c comment, method, level, raw, comment 1339 third_party/zlib/contrib/minizip/zip.c const char* comment, int method, int level, int zip64) comment 1344 third_party/zlib/contrib/minizip/zip.c comment, method, level, 0, comment 1352 third_party/zlib/contrib/minizip/zip.c const char* comment, int method, int level) comment 1357 third_party/zlib/contrib/minizip/zip.c comment, method, level, 0, comment 154 third_party/zlib/contrib/minizip/zip.h const char* comment, comment 165 third_party/zlib/contrib/minizip/zip.h const char* comment, comment 194 third_party/zlib/contrib/minizip/zip.h const char* comment, comment 207 third_party/zlib/contrib/minizip/zip.h const char* comment, comment 223 third_party/zlib/contrib/minizip/zip.h const char* comment, comment 240 third_party/zlib/contrib/minizip/zip.h const char* comment, comment 266 third_party/zlib/contrib/minizip/zip.h const char* comment, comment 287 third_party/zlib/contrib/minizip/zip.h const char* comment, comment 527 third_party/zlib/deflate.c str = s->gzhead->comment; comment 637 third_party/zlib/deflate.c (s->gzhead->comment == Z_NULL ? 0 : 16) comment 748 third_party/zlib/deflate.c if (s->gzhead->comment != Z_NULL) { comment 764 third_party/zlib/deflate.c val = s->gzhead->comment[s->gzindex++]; comment 767 third_party/zlib/inflate.c state->head->comment != Z_NULL && comment 769 third_party/zlib/inflate.c state->head->comment[state->length++] = len; comment 778 third_party/zlib/inflate.c state->head->comment = Z_NULL; comment 123 third_party/zlib/zlib.h Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ comment 58 tools/gn/command_args.cc std::string* comment) { comment 80 tools/gn/command_args.cc comment->insert(0, StripHashFromLine(line) + "\n"); comment 90 tools/gn/command_args.cc std::string location, comment; comment 91 tools/gn/command_args.cc GetContextForValue(value, &location, &comment); comment 92 tools/gn/command_args.cc OutputString(" " + location + "\n" + comment); comment 437 tools/imagediff/image_diff_png.cc void AddComment(size_t pos, const Comment& comment) { comment 440 tools/imagediff/image_diff_png.cc DCHECK(comment.key.length() < 79); comment 441 tools/imagediff/image_diff_png.cc png_text_[pos].key = strdup(comment.key.substr(0, 78).c_str()); comment 442 tools/imagediff/image_diff_png.cc png_text_[pos].text = strdup(comment.text.c_str()); comment 443 tools/imagediff/image_diff_png.cc png_text_[pos].text_length = comment.text.length(); comment 545 ui/gfx/codec/png_codec.cc void AddComment(size_t pos, const PNGCodec::Comment& comment) { comment 548 ui/gfx/codec/png_codec.cc DCHECK(comment.key.length() < 79); comment 549 ui/gfx/codec/png_codec.cc png_text_[pos].key = base::strdup(comment.key.substr(0, 78).c_str()); comment 550 ui/gfx/codec/png_codec.cc png_text_[pos].text = base::strdup(comment.text.c_str()); comment 551 ui/gfx/codec/png_codec.cc png_text_[pos].text_length = comment.text.length();