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

  /external/chromium_org/chrome/browser/task_manager/
task_manager.h 402 struct BytesReadParam {
403 BytesReadParam(int origin_pid,
435 void BytesRead(BytesReadParam param);
437 void MultipleBytesRead(const std::vector<BytesReadParam>* params);
535 // Buffer for coalescing BytesReadParam so we don't have to post a task on
537 std::vector<BytesReadParam> bytes_read_buffer_;
task_manager.cc     [all...]

Completed in 216 milliseconds