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

  /external/chromium_org/mojo/system/
local_data_pipe.h 66 size_t GetMaxNumBytesToReadNoLock();
local_data_pipe.cc 196 std::min(num_bytes_to_read, GetMaxNumBytesToReadNoLock());
246 size_t max_num_bytes_to_read = GetMaxNumBytesToReadNoLock();
318 size_t LocalDataPipe::GetMaxNumBytesToReadNoLock() {

Completed in 775 milliseconds