Home
last modified time | relevance | path

Searched refs:two_phase_max_bytes_read_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/core/
Ddata_pipe_consumer_dispatcher.cc224 two_phase_max_bytes_read_ = bytes_to_read; in BeginReadData()
243 if (num_bytes_read > two_phase_max_bytes_read_ || in EndReadData()
259 two_phase_max_bytes_read_ = 0; in EndReadData()
Ddata_pipe_consumer_dispatcher.h108 uint32_t two_phase_max_bytes_read_ = 0; variable