Searched refs:GetProcessTypeNameInEnglish (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/common/
H A Dprocess_type.cc12 std::string GetProcessTypeNameInEnglish(int type) { function in namespace:content
37 return content::GetContentClient()->GetProcessTypeNameInEnglish(type);
/external/chromium_org/content/public/common/
H A Dprocess_type.h40 CONTENT_EXPORT std::string GetProcessTypeNameInEnglish(int type);
H A Dcontent_client.cc101 std::string ContentClient::GetProcessTypeNameInEnglish(int type) { function in class:content::ContentClient
H A Dcontent_client.h120 // Called by content::GetProcessTypeNameInEnglish for process types that it
122 virtual std::string GetProcessTypeNameInEnglish(int type);
/external/chromium_org/chrome/common/
H A Dchrome_content_client.h39 virtual std::string GetProcessTypeNameInEnglish(int type) OVERRIDE;
H A Dchrome_content_client.cc520 std::string ChromeContentClient::GetProcessTypeNameInEnglish(int type) { function in class:ChromeContentClient
/external/chromium_org/content/browser/
H A Dtcmalloc_internals_request_job.cc29 std::string header = GetProcessTypeNameInEnglish(process_type);
/external/chromium_org/chrome/browser/task_profiler/
H A Dtask_profiler_data_serializer.cc98 content::GetProcessTypeNameInEnglish(process_type));
/external/chromium_org/chrome/browser/
H A Dmemory_details.cc82 return content::GetProcessTypeNameInEnglish(process_type);

Completed in 384 milliseconds