HomeSort by relevance Sort by last modified time
    Searched refs:ShrinkBuffer (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/renderer/webcrypto/
webcrypto_util.h 28 void ShrinkBuffer(blink::WebArrayBuffer* buffer, unsigned new_size);
webcrypto_util.cc 41 void ShrinkBuffer(blink::WebArrayBuffer* buffer, unsigned new_size) {
webcrypto_impl_openssl.cc 155 webcrypto::ShrinkBuffer(buffer, final_output_len);
webcrypto_impl_nss.cc 174 webcrypto::ShrinkBuffer(buffer, final_output_chunk_len + output_len);
611 webcrypto::ShrinkBuffer(buffer, output_length_bytes);

Completed in 125 milliseconds