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

  /external/chromium/webkit/glue/
multipart_response_delegate.cc 66 boundary_("--"),
73 boundary_.assign(boundary);
75 boundary_.append(boundary);
100 if (data_.length() < boundary_.length() + 2) {
107 if (0 != data_.compare(0, boundary_.length(), boundary_)) {
108 data_ = boundary_ + "\n" + data_;
151 size_t boundary_end_pos = boundary_pos + boundary_.length();
172 if (!processing_headers_ && data_.length() > boundary_.length()) {
175 int send_length = data_.length() - boundary_.length()
    [all...]
multipart_response_delegate.h 131 std::string boundary_; member in class:webkit_glue::MultipartResponseDelegate
multipart_response_delegate_unittest.cc 40 std::string& boundary() { return delegate_->boundary_; }

Completed in 255 milliseconds