output_length      40 base/rand_util.h BASE_EXPORT void RandBytes(void* output, size_t output_length);
output_length      53 base/rand_util_nacl.cc void RandBytes(void* output, size_t output_length) {
output_length      54 base/rand_util_nacl.cc   g_nacl_random.Pointer()->GetRandomBytes(output, output_length);
output_length      48 base/rand_util_posix.cc void RandBytes(void* output, size_t output_length) {
output_length      51 base/rand_util_posix.cc       ReadFromFD(urandom_fd, static_cast<char*>(output), output_length);
output_length      30 base/rand_util_win.cc void RandBytes(void* output, size_t output_length) {
output_length      32 base/rand_util_win.cc   while (output_length > 0) {
output_length      34 base/rand_util_win.cc         output_length, static_cast<size_t>(std::numeric_limits<ULONG>::max())));
output_length      38 base/rand_util_win.cc     output_length -= output_bytes_this_pass;
output_length     123 base/strings/utf_offset_string_conversions.cc                                        size_t output_length)
output_length     126 base/strings/utf_offset_string_conversions.cc       output_length(output_length) {
output_length     157 base/strings/utf_offset_string_conversions.cc     adjustment += (i->original_length - i->output_length);
output_length      78 base/strings/utf_offset_string_conversions.h                size_t output_length);
output_length      82 base/strings/utf_offset_string_conversions.h     size_t output_length;
output_length     227 chrome/common/extensions/api/networking_private/networking_private_crypto.cc   unsigned int output_length = 0;
output_length     231 chrome/common/extensions/api/networking_private/networking_private_crypto.cc                             &output_length,
output_length     240 chrome/common/extensions/api/networking_private/networking_private_crypto.cc                            output_length);
output_length      57 chrome/renderer/pepper/ppb_pdf_impl.cc                     uint32_t* output_length) {
output_length      58 chrome/renderer/pepper/ppb_pdf_impl.cc     size_t temp_size = static_cast<size_t>(*output_length);
output_length      61 chrome/renderer/pepper/ppb_pdf_impl.cc     *output_length = base::checked_cast<uint32_t>(temp_size);
output_length     227 chrome/renderer/pepper/ppb_pdf_impl.cc                                     uint32_t* output_length) {
output_length     235 chrome/renderer/pepper/ppb_pdf_impl.cc   return font->GetFontTable(table, output, output_length);
output_length     128 content/browser/byte_stream_unittest.cc   size_t output_length;
output_length     130 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     131 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     134 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     135 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     138 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     139 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     142 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     143 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     146 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     147 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     150 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     170 content/browser/byte_stream_unittest.cc   size_t output_length = 0;
output_length     173 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     179 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     180 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     187 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     193 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     222 content/browser/byte_stream_unittest.cc   size_t output_length;
output_length     224 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     225 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     228 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     229 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     232 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     233 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     236 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     237 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     240 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     241 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     244 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     254 content/browser/byte_stream_unittest.cc   size_t output_length;
output_length     261 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     265 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     273 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     278 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     279 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     281 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     291 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     295 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     303 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     308 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     309 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     311 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     327 content/browser/byte_stream_unittest.cc   size_t output_length;
output_length     350 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     351 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     353 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     363 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     379 content/browser/byte_stream_unittest.cc   size_t output_length;
output_length     401 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     402 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     407 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     408 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     417 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     418 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     420 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     441 content/browser/byte_stream_unittest.cc   size_t output_length;
output_length     468 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     469 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     471 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     488 content/browser/byte_stream_unittest.cc   size_t output_length;
output_length     502 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     503 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     508 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     509 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     521 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     522 content/browser/byte_stream_unittest.cc   EXPECT_TRUE(ValidateIOBuffer(output_io_buffer, output_length));
output_length     524 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     563 content/browser/byte_stream_unittest.cc   size_t output_length;
output_length     565 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     579 content/browser/byte_stream_unittest.cc   size_t output_length;
output_length     581 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     587 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length     608 content/browser/byte_stream_unittest.cc   size_t output_length;
output_length     610 content/browser/byte_stream_unittest.cc             byte_stream_output->Read(&output_io_buffer, &output_length));
output_length    1432 content/child/webcrypto/platform_crypto_nss.cc   const unsigned int output_length = input_length + 8;
output_length    1433 content/child/webcrypto/platform_crypto_nss.cc   *buffer = blink::WebArrayBuffer::create(output_length, 1);
output_length    1443 content/child/webcrypto/platform_crypto_nss.cc   if (output_length != wrapped_key_item.len)
output_length     736 content/child/webcrypto/shared_crypto_unittest.cc     unsigned int output_length;
output_length     751 content/child/webcrypto/shared_crypto_unittest.cc     EXPECT_TRUE(digestor->finish(output, output_length));
output_length     753 content/child/webcrypto/shared_crypto_unittest.cc                         std::vector<uint8>(output, output + output_length));
output_length     113 content/common/child_process_sandbox_support_impl_linux.cc                   uint8_t* output, size_t* output_length) {
output_length     174 content/common/child_process_sandbox_support_impl_linux.cc     data_length = std::min(data_length, *output_length);
output_length     179 content/common/child_process_sandbox_support_impl_linux.cc   *output_length = data_length;
output_length      51 content/public/common/child_process_sandbox_support_linux.h                                  uint8_t* output, size_t* output_length);
output_length      93 content/renderer/pepper/pepper_truetype_font_linux.cc   size_t output_length = sizeof(num_tables_buf);
output_length      98 content/renderer/pepper/pepper_truetype_font_linux.cc                     &output_length))
output_length     100 content/renderer/pepper/pepper_truetype_font_linux.cc   DCHECK(output_length == sizeof(num_tables_buf));
output_length     107 content/renderer/pepper/pepper_truetype_font_linux.cc   output_length = num_tables * kTableEntrySize;
output_length     108 content/renderer/pepper/pepper_truetype_font_linux.cc   scoped_ptr<uint8_t[]> table_entries(new uint8_t[output_length]);
output_length     114 content/renderer/pepper/pepper_truetype_font_linux.cc                     &output_length))
output_length     116 content/renderer/pepper/pepper_truetype_font_linux.cc   DCHECK(output_length == num_tables * kTableEntrySize);
output_length     457 net/base/net_util.cc     int output_length = 64;
output_length     461 net/base/net_util.cc       out->resize(original_length + output_length);
output_length     466 net/base/net_util.cc       output_length = uidna_labelToUnicode(
output_length     468 net/base/net_util.cc           output_length, &info, &status);
output_length     474 net/base/net_util.cc       out->resize(original_length + output_length);
output_length     475 net/base/net_util.cc       if (IsIDNComponentSafe(out->data() + original_length, output_length,
output_length      85 net/http/http_content_disposition.cc   size_t output_length = decoded.length() * 3 + 1;
output_length      86 net/http/http_content_disposition.cc   char* buf = WriteInto(output, output_length);
output_length      87 net/http/http_content_disposition.cc   output_length = ucnv_toAlgorithmic(UCNV_UTF8, converter, buf, output_length,
output_length      92 net/http/http_content_disposition.cc   output->resize(output_length);
output_length      49 net/quic/crypto/aead_base_decrypter.h                        size_t* output_length) OVERRIDE;
output_length      54 net/quic/crypto/aead_base_decrypter_nss.cc                                 size_t* output_length) {
output_length     114 net/quic/crypto/aead_base_decrypter_nss.cc   *output_length = output_len;
output_length      83 net/quic/crypto/aead_base_decrypter_openssl.cc                                 size_t* output_length) {
output_length     103 net/quic/crypto/aead_base_decrypter_openssl.cc   *output_length = len;
output_length      26 net/quic/crypto/null_decrypter.cc                             size_t* output_length) {
output_length      43 net/quic/crypto/null_decrypter.cc   *output_length = plaintext.length();
output_length      31 net/quic/crypto/null_decrypter.h                        size_t* output_length) OVERRIDE;
output_length      52 net/quic/crypto/quic_decrypter.h                        size_t* output_length) = 0;
output_length     167 net/quic/quic_connection_test.cc                        size_t* output_length) OVERRIDE {
output_length     174 net/quic/quic_connection_test.cc     *output_length = ciphertext.size() - kTagSize;
output_length     175 net/quic/quic_connection_test.cc     memcpy(output, ciphertext.data(), *output_length);
output_length     175 net/quic/quic_framer_test.cc                        size_t* output_length) OVERRIDE {
output_length      58 ppapi/c/dev/ppb_char_set_dev.h                           uint32_t* output_length);
output_length      72 ppapi/c/dev/ppb_char_set_dev.h                               uint32_t* output_length);
output_length      54 ppapi/c/private/ppb_flash_font_file.h                           uint32_t* output_length);
output_length     115 ppapi/c/private/ppb_pdf.h                                          uint32_t* output_length);
output_length      89 ppapi/c/trusted/ppb_char_set_trusted.h                             uint32_t* output_length);
output_length      47 ppapi/cpp/private/flash_font_file.cc                             uint32_t* output_length) {
output_length      50 ppapi/cpp/private/flash_font_file.cc         GetFontTable(pp_resource(), table, output, output_length);
output_length      31 ppapi/cpp/private/flash_font_file.h   bool GetFontTable(uint32_t table, void* output, uint32_t* output_length);
output_length      89 ppapi/cpp/private/pdf.cc                                          uint32_t* output_length) {
output_length      92 ppapi/cpp/private/pdf.cc         table, output, output_length);
output_length      42 ppapi/cpp/private/pdf.h                                              uint32_t* output_length);
output_length      36 ppapi/proxy/flash_font_file_resource.cc                                             uint32_t* output_length) {
output_length      37 ppapi/proxy/flash_font_file_resource.cc   if (!output_length)
output_length      58 ppapi/proxy/flash_font_file_resource.cc   if (output && *output_length < contents->size())
output_length      61 ppapi/proxy/flash_font_file_resource.cc   *output_length = static_cast<uint32_t>(contents->size());
output_length      63 ppapi/proxy/flash_font_file_resource.cc     memcpy(output, contents->c_str(), *output_length);
output_length      40 ppapi/proxy/flash_font_file_resource.h                                uint32_t* output_length) OVERRIDE;
output_length      66 ppapi/shared_impl/private/ppb_char_set_shared.cc     uint32_t* output_length) {
output_length      67 ppapi/shared_impl/private/ppb_char_set_shared.cc   *output_length = 0;
output_length      88 ppapi/shared_impl/private/ppb_char_set_shared.cc   *output_length = required_length;
output_length      99 ppapi/shared_impl/private/ppb_char_set_shared.cc     uint32_t* output_length) {
output_length     100 ppapi/shared_impl/private/ppb_char_set_shared.cc   if (!utf16 || !output_char_set || !output_length) {
output_length     101 ppapi/shared_impl/private/ppb_char_set_shared.cc     *output_length = 0;
output_length     108 ppapi/shared_impl/private/ppb_char_set_shared.cc     *output_length = 0;
output_length     148 ppapi/shared_impl/private/ppb_char_set_shared.cc       *output_length = 0;
output_length     154 ppapi/shared_impl/private/ppb_char_set_shared.cc   *output_length = static_cast<uint32_t>(ucnv_fromUChars(
output_length     155 ppapi/shared_impl/private/ppb_char_set_shared.cc       converter, output_buffer, output_buffer ? *output_length : 0,
output_length     164 ppapi/shared_impl/private/ppb_char_set_shared.cc     *output_length = 0;
output_length     176 ppapi/shared_impl/private/ppb_char_set_shared.cc     uint32_t* output_length) {
output_length     177 ppapi/shared_impl/private/ppb_char_set_shared.cc   *output_length = 0;
output_length     199 ppapi/shared_impl/private/ppb_char_set_shared.cc   *output_length = required_length;
output_length      23 ppapi/shared_impl/private/ppb_char_set_shared.h                                         uint32_t* output_length);
output_length      29 ppapi/shared_impl/private/ppb_char_set_shared.h                                 uint32_t* output_length);
output_length      35 ppapi/shared_impl/private/ppb_char_set_shared.h                                             uint32_t* output_length);
output_length      19 ppapi/thunk/ppb_char_set_thunk.cc                                uint32_t* output_length) {
output_length      27 ppapi/thunk/ppb_char_set_thunk.cc       utf16, utf16_len, output_char_set, on_error, output_length);
output_length      35 ppapi/thunk/ppb_char_set_thunk.cc                        uint32_t* output_length) {
output_length      48 ppapi/thunk/ppb_char_set_thunk.cc       output_buffer, output_length);
output_length      55 ppapi/thunk/ppb_char_set_thunk.cc                                    uint32_t* output_length) {
output_length      63 ppapi/thunk/ppb_char_set_thunk.cc       input, input_len, input_char_set, on_error, output_length);
output_length      19 ppapi/thunk/ppb_flash_font_file_api.h                                uint32_t* output_length) = 0;
output_length      33 ppapi/thunk/ppb_flash_font_file_thunk.cc                      uint32_t* output_length) {
output_length      37 ppapi/thunk/ppb_flash_font_file_thunk.cc   return enter.object()->GetFontTable(table, output, output_length);
output_length      50 ppapi/thunk/ppb_pdf_thunk.cc                                     uint32_t* output_length) {
output_length      57 ppapi/thunk/ppb_pdf_thunk.cc   return PP_ToBool(enter.object()->GetFontTable(table, output, output_length));
output_length     689 third_party/npapi/bindings/npapi_extensions.h     size_t* output_length);
output_length     170 url/url_canon_icu.cc     int output_length = uidna_nameToASCII(uidna, src, src_len, output->data(),
output_length     173 url/url_canon_icu.cc       output->set_length(output_length);
output_length     183 url/url_canon_icu.cc     output->Resize(output_length);