OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ClearCrashKeyValue
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/
child_process_logging_win.cc
27
typedef void (__cdecl *
ClearCrashKeyValue
)(const wchar_t*);
47
static
ClearCrashKeyValue
clear_crash_key = NULL;
52
clear_crash_key = reinterpret_cast<
ClearCrashKeyValue
>(
/external/chromium_org/components/crash/app/
crash_keys_win.cc
182
void CrashKeysWin::
ClearCrashKeyValue
(const std::wstring& key) {
Completed in 807 milliseconds