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

  /external/chromium/chrome/browser/task_manager/
task_manager.h 341 struct BytesReadParam {
342 BytesReadParam(int origin_pid,
386 void BytesRead(BytesReadParam param);
  /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_;

Completed in 7801 milliseconds