Searched defs:BytesReadParam (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager.h402 struct BytesReadParam { struct in class:TaskManagerModel
403 BytesReadParam(int origin_pid, function in struct:TaskManagerModel::BytesReadParam
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_;

Completed in 62 milliseconds