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

  /external/chromium/chrome/browser/ui/gtk/
task_manager_gtk.cc 675 std::string TaskManagerGtk::GetModelText(int row, int col_id) {
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...]
  /external/chromium_org/chrome/browser/ui/gtk/
task_manager_gtk.cc 654 std::string TaskManagerGtk::GetModelText(int row, int col_id) {
672 std::string task = GetModelText(row, IDS_TASK_MANAGER_TASK_COLUMN);
674 GetModelText(row, IDS_TASK_MANAGER_PROFILE_NAME_COLUMN);
677 GetModelText(row, IDS_TASK_MANAGER_SHARED_MEM_COLUMN);
678 std::string priv_mem = GetModelText(row, IDS_TASK_MANAGER_PRIVATE_MEM_COLUMN);
679 std::string cpu = GetModelText(row, IDS_TASK_MANAGER_CPU_COLUMN);
680 std::string net = GetModelText(row, IDS_TASK_MANAGER_NET_COLUMN);
681 std::string procid = GetModelText(row, IDS_TASK_MANAGER_PROCESS_ID_COLUMN);
688 GetModelText(row, IDS_TASK_MANAGER_JAVASCRIPT_MEMORY_ALLOCATED_COLUMN);
693 GetModelText(row, IDS_TASK_MANAGER_WEBCORE_IMAGE_CACHE_COLUMN)
    [all...]

Completed in 246 milliseconds