Home
last modified time | relevance | path

Searched defs:process_start_time (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/crash/app/
Dbreakpad_linux_impl.h55 uint64_t process_start_time; // Uptime of the crashing process. member
/external/chromium_org/content/gpu/
Dgpu_child_thread.cc92 void GpuChildThread::Init(const base::Time& process_start_time) { in Init()