Home
last modified time | relevance | path

Searched refs:GetCustomInfo (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/client/windows/crash_generation/
Dclient_info.h98 CustomClientInfo GetCustomInfo() const;
Dclient_info.cc214 CustomClientInfo ClientInfo::GetCustomInfo() const { in GetCustomInfo() function in google_breakpad::ClientInfo
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc234 CustomClientInfo custom_info = client_info->GetCustomInfo(); in ShowClientCrashed()