Searched refs:OverrideCurrentPidForTesting (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dprocess_singleton.h111 void OverrideCurrentPidForTesting(base::ProcessId pid);
H A Dprocess_singleton_linux_unittest.cc50 using ProcessSingleton::OverrideCurrentPidForTesting;
132 process_singleton->OverrideCurrentPidForTesting(
352 process_singleton->OverrideCurrentPidForTesting(base::GetCurrentProcId() + 1);
362 process_singleton->OverrideCurrentPidForTesting(base::GetCurrentProcId() + 1);
H A Dprocess_singleton_linux.cc855 void ProcessSingleton::OverrideCurrentPidForTesting(base::ProcessId pid) { function in class:ProcessSingleton

Completed in 473 milliseconds