OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCrashDumpLocation
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/shell/app/
shell_crash_reporter_client.h
39
virtual bool
GetCrashDumpLocation
(base::FilePath* crash_dir) OVERRIDE;
shell_crash_reporter_client.cc
50
bool ShellCrashReporterClient::
GetCrashDumpLocation
(base::FilePath* crash_dir) {
/external/chromium_org/chrome/app/
chrome_crash_reporter_client.h
48
virtual bool
GetCrashDumpLocation
(base::FilePath* crash_dir) OVERRIDE;
chrome_crash_reporter_client.cc
312
bool ChromeCrashReporterClient::
GetCrashDumpLocation
(
/external/chromium_org/components/crash/app/
crash_reporter_client.cc
91
bool CrashReporterClient::
GetCrashDumpLocation
(base::FilePath* crash_dir) {
crash_reporter_client.h
110
virtual bool
GetCrashDumpLocation
(base::FilePath* crash_dir);
crash_keys_win_unittest.cc
44
MOCK_METHOD1(
GetCrashDumpLocation
, bool(base::FilePath* crash_dir));
breakpad_linux.cc
634
if (GetCrashReporterClient()->
GetCrashDumpLocation
(&dumps_path)) {
[
all
...]
Completed in 148 milliseconds