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

  /external/chromium_org/mojo/system/
local_data_pipe.cc 56 if (may_discard()) {
118 if (may_discard() &&
159 if ((may_discard() || current_num_bytes_ < capacity_num_bytes()) &&
data_pipe.h 141 bool may_discard() const { return may_discard_; } function in class:mojo::system::DataPipe

Completed in 163 milliseconds