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 74 size_t GetMaxNumBytesToReadNoLock();
local_data_pipe.cc 201 std::min(num_bytes_to_read, GetMaxNumBytesToReadNoLock());
254 size_t max_num_bytes_to_read = GetMaxNumBytesToReadNoLock();
327 size_t LocalDataPipe::GetMaxNumBytesToReadNoLock() {

Completed in 50 milliseconds