OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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