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

/external/chromium/chrome/browser/task_manager/
H A Dtask_manager.cc171 int TaskManagerModel::GetProcessId(int index) const { function in class:TaskManagerModel
177 return base::IntToString16(GetProcessId(index));
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl.cc208 int WebPluginDelegateImpl::GetProcessId() { function in class:content::WebPluginDelegateImpl
/external/chromium_org/sandbox/win/src/
H A Dsandbox_nt_util.cc268 NTSTATUS GetProcessId(HANDLE process, ULONG *process_id) { function in namespace:sandbox
289 NTSTATUS ret = GetProcessId(NtCurrentProcess, &s_process_id);
295 NTSTATUS ret = GetProcessId(process, &process_id);
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager.cc291 base::ProcessId TaskManagerModel::GetProcessId(int index) const { function in class:TaskManagerModel
445 return base::IntToString16(GetProcessId(index));
631 base::ProcessId pid = GetProcessId(index);
852 return ValueCompare(GetProcessId(row1), GetProcessId(row2));
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc791 int WebPluginDelegateProxy::GetProcessId() { function in class:content::WebPluginDelegateProxy

Completed in 204 milliseconds