Lines Matching refs:buffer
99 /// The size of the buffer must be large enough to hold the specified number
104 /// This function reads into a buffer that the caller supplies. This buffer
109 /// will still try to write to your buffer even if the callback factory is
112 /// So you must ensure that your buffer outlives the FileIO resource. If you
131 /// the browser will still try to write into your buffer when the
135 /// CompletionCallbackWithOutput, where the output buffer is automatically
139 /// @param[in] buffer The buffer to hold the specified number of bytes read.
143 /// completion of Read(). <code>buffer</code> must remain valid until after
144 /// the callback runs. If you pass a blocking callback, <code>buffer</code>
152 char* buffer,
157 /// provided so that output will be stored in its allocated buffer. This
182 /// @param[in] buffer The buffer to hold the specified number of bytes read.
193 const char* buffer,
237 // old-style "char*" output buffer of 1.0 to the new "PP_ArrayOutput"