Searched defs:GetModelText (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dtask_manager_gtk.cc675 std::string TaskManagerGtk::GetModelText(int row, int col_id) { function in class:TaskManagerGtk
736 std::string page = GetModelText(row, IDS_TASK_MANAGER_PAGE_COLUMN);
737 std::string shared_mem = GetModelText(
739 std::string priv_mem = GetModelText(row, IDS_TASK_MANAGER_PRIVATE_MEM_COLUMN);
740 std::string cpu = GetModelText(row, IDS_TASK_MANAGER_CPU_COLUMN);
741 std::string net = GetModelText(row, IDS_TASK_MANAGER_NET_COLUMN);
742 std::string procid = GetModelText(row, IDS_TASK_MANAGER_PROCESS_ID_COLUMN);
748 javascript_memory = GetModelText(
752 wk_img_cache = GetModelText(
756 wk_scripts_cache = GetModelText(
[all...]

Completed in 168 milliseconds