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

  /external/chromium_org/chrome/browser/task_manager/
task_manager.cc 292 PerProcessValues& values(per_process_cache_[handle]);
545 *result = per_process_cache_[handle].private_bytes;
554 *result = per_process_cache_[handle].shared_bytes;
562 PerProcessValues& values(per_process_cache_[handle]);
593 PerProcessValues& values(per_process_cache_[handle]);
613 PerProcessValues& values(per_process_cache_[handle]);
643 per_process_cache_[GetResource(index)->GetProcess()]);
    [all...]
task_manager.h 466 // |per_process_cache_|. Returns true if the data in |per_process_cache_| is
545 mutable PerProcessCache per_process_cache_; member in class:TaskManagerModel

Completed in 70 milliseconds