boundary          104 base/i18n/break_iterator.cc   UBool boundary = ubrk_isBoundary(iter, static_cast<int32_t>(position));
boundary          106 base/i18n/break_iterator.cc   return (!!boundary && status != UBRK_WORD_NONE);
boundary          114 base/i18n/break_iterator.cc   UBool boundary = ubrk_isBoundary(iter, static_cast<int32_t>(position));
boundary          117 base/i18n/break_iterator.cc   return (!!boundary && next_status != UBRK_WORD_NONE);
boundary          194 base/metrics/histogram.h #define HISTOGRAM_ENUMERATION_WITH_FLAG(name, sample, boundary, flag) \
boundary          196 base/metrics/histogram.h         base::LinearHistogram::FactoryGet(name, 1, boundary, boundary + 1, \
boundary          310 chrome/browser/extensions/api/web_request/form_data_parser.cc   std::string boundary;
boundary          330 chrome/browser/extensions/api/web_request/form_data_parser.cc       boundary = content_type_header->substr(
boundary          332 chrome/browser/extensions/api/web_request/form_data_parser.cc       if (!boundary.empty())
boundary          342 chrome/browser/extensions/api/web_request/form_data_parser.cc       return scoped_ptr<FormDataParser>(new FormDataParserMultipart(boundary));
boundary          205 chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_apitest.cc   const char boundary[] = "------**--yradnuoBgoLtrapitluMklaTelgooG--**----";
boundary          214 chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_apitest.cc   size_t zip_length = multipart.find(boundary, zip_pos);
boundary          226 chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_apitest.cc   EXPECT_STREQ(&boundary[0], multipart_lines[0].c_str());
boundary          232 chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_apitest.cc   EXPECT_STREQ(&boundary[0], multipart_lines[4].c_str());
boundary          239 chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_apitest.cc   EXPECT_STREQ(&boundary[0], multipart_lines[8].c_str());
boundary          245 chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_apitest.cc   EXPECT_STREQ(&boundary[0], multipart_lines[12].c_str());
boundary          251 chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_apitest.cc   EXPECT_STREQ(&boundary[0], multipart_lines[16].c_str());
boundary          257 chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_apitest.cc   EXPECT_STREQ(&boundary[0], multipart_lines[20].c_str());
boundary          263 chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_apitest.cc   EXPECT_STREQ(&boundary[0], multipart_lines[24].c_str());
boundary          271 chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_apitest.cc   std::string final_delimiter = boundary;
boundary          295 chrome/browser/search_engines/template_url.cc   std::string boundary = base::StringPrintf(kMultipartBoundary,
boundary          299 chrome/browser/search_engines/template_url.cc   post_content->first += boundary;
boundary          306 chrome/browser/search_engines/template_url.cc     net::AddMultipartValueForUpload(param->first, param->second, boundary,
boundary          309 chrome/browser/search_engines/template_url.cc   net::AddMultipartFinalDelimiterForUpload(boundary, post_data);
boundary          184 chrome/browser/ui/find_bar/find_bar_controller.cc     int boundary = dialog_bounds.width() - view_location.width();
boundary          185 chrome/browser/ui/find_bar/find_bar_controller.cc     view_location.set_x(std::min(view_location.x(), boundary));
boundary           43 components/autofill/core/browser/autofill_type_unittest.cc   AutofillType boundary(MAX_VALID_FIELD_TYPE);
boundary           44 components/autofill/core/browser/autofill_type_unittest.cc   EXPECT_EQ(UNKNOWN_TYPE, boundary.GetStorableType());
boundary           45 components/autofill/core/browser/autofill_type_unittest.cc   EXPECT_EQ(NO_GROUP, boundary.group());
boundary         3296 content/browser/accessibility/browser_accessibility_win.cc   ui::TextBoundaryType boundary = IA2TextBoundaryToTextBoundary(ia2_boundary);
boundary         3300 content/browser/accessibility/browser_accessibility_win.cc       text, line_breaks, boundary, start_offset, direction);
boundary          558 content/child/web_url_loader_impl.cc     std::string boundary;
boundary          560 content/child/web_url_loader_impl.cc                                     &had_charset, &boundary);
boundary          561 content/child/web_url_loader_impl.cc     base::TrimString(boundary, " \"", &boundary);
boundary          565 content/child/web_url_loader_impl.cc     if (!boundary.empty()) {
boundary          567 content/child/web_url_loader_impl.cc           new MultipartResponseDelegate(client_, loader_, response, boundary));
boundary           84 net/http/http_util.cc                                 std::string* boundary) {
boundary          128 net/http/http_util.cc         if (boundary)
boundary          129 net/http/http_util.cc           boundary->assign(param_value_begin, param_value_end);
boundary           53 net/http/http_util.h                                std::string* boundary);
boundary          732 net/http/http_util_unittest.cc     std::string boundary;
boundary          734 net/http/http_util_unittest.cc                                     &charset, &had_charset, &boundary);
boundary          738 net/http/http_util_unittest.cc     EXPECT_EQ(tests[i].expected_boundary, boundary) << "i=" << i;
boundary           14 ui/accessibility/ax_text_utils.cc                                   TextBoundaryType boundary,
boundary           20 ui/accessibility/ax_text_utils.cc   if (boundary == CHAR_BOUNDARY) {
boundary           25 ui/accessibility/ax_text_utils.cc   } else if (boundary == LINE_BOUNDARY) {
boundary           56 ui/accessibility/ax_text_utils.cc     switch (boundary) {
boundary           48 ui/accessibility/ax_text_utils.h                                TextBoundaryType boundary,
boundary         1384 ui/views/accessibility/native_view_accessibility_win.cc   ui::TextBoundaryType boundary = IA2TextBoundaryToTextBoundary(ia2_boundary);
boundary         1387 ui/views/accessibility/native_view_accessibility_win.cc       text, line_breaks, boundary, start_offset, direction);
boundary           61 webkit/child/multipart_response_delegate.cc     const std::string& boundary)
boundary           72 webkit/child/multipart_response_delegate.cc   if (StartsWithASCII(boundary, "--", true)) {
boundary           73 webkit/child/multipart_response_delegate.cc     boundary_.assign(boundary);
boundary           75 webkit/child/multipart_response_delegate.cc     boundary_.append(boundary);
boundary           73 webkit/child/multipart_response_delegate.h                             const std::string& boundary);
boundary          186 webkit/child/multipart_response_delegate_unittest.cc     const char* boundary;
boundary          198 webkit/child/multipart_response_delegate_unittest.cc     delegate_tester.boundary().assign(boundary_tests[i].boundary);