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

  /external/chromium_org/chrome/browser/task_manager/
task_manager.h 422 struct BytesReadParam {
423 BytesReadParam(int origin_pid,
458 void BytesRead(BytesReadParam param);
460 void MultipleBytesRead(const std::vector<BytesReadParam>* params);
553 // Buffer for coalescing BytesReadParam so we don't have to post a task on
555 std::vector<BytesReadParam> bytes_read_buffer_;
task_manager.cc     [all...]
  /external/chromium/chrome/browser/task_manager/
task_manager.h 341 struct BytesReadParam {
342 BytesReadParam(int origin_pid,
386 void BytesRead(BytesReadParam param);
task_manager.cc 786 void TaskManagerModel::BytesRead(BytesReadParam param) {
878 BytesReadParam(origin_pid,
    [all...]

Completed in 578 milliseconds