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

  /external/chromium/chrome/browser/task_manager/
task_manager.cc 167 GetPhysicalMemory(index, &phys_mem);
326 if (!GetPhysicalMemory(row1, &value1) ||
327 !GetPhysicalMemory(row2, &value2))
437 bool TaskManagerModel::GetPhysicalMemory(int index, size_t* result) const {
    [all...]
task_manager.h 255 bool GetPhysicalMemory(int index, size_t* result) const;
  /external/chromium_org/chrome/browser/task_manager/
task_manager.h 200 bool GetPhysicalMemory(int index, size_t* result) const;
task_manager.cc 457 GetPhysicalMemory(index, &phys_mem);
565 bool TaskManagerModel::GetPhysicalMemory(int index, size_t* result) const {
866 this, &TaskManagerModel::GetPhysicalMemory, row1, row2);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/task_manager/
task_manager_handler.cc 328 model_->GetPhysicalMemory(i, &physical_memory);

Completed in 58 milliseconds