OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShellBreakpadClient
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/shell/app/
shell_breakpad_client.cc
20
ShellBreakpadClient
::
ShellBreakpadClient
() {}
21
ShellBreakpadClient
::~
ShellBreakpadClient
() {}
24
void
ShellBreakpadClient
::GetProductNameAndVersion(
38
void
ShellBreakpadClient
::GetProductNameAndVersion(std::string* product_name,
44
base::FilePath
ShellBreakpadClient
::GetReporterLogFilename() {
49
bool
ShellBreakpadClient
::GetCrashDumpLocation(base::FilePath* crash_dir) {
58
int
ShellBreakpadClient
::GetAndroidMinidumpDescriptor() {
63
bool
ShellBreakpadClient
::EnableBreakpadForProcess
[
all
...]
shell_breakpad_client.h
13
class
ShellBreakpadClient
: public breakpad::BreakpadClient {
15
ShellBreakpadClient
();
16
virtual ~
ShellBreakpadClient
();
50
DISALLOW_COPY_AND_ASSIGN(
ShellBreakpadClient
);
shell_main_delegate.cc
67
base::LazyInstance<content::
ShellBreakpadClient
>::Leaky
Completed in 849 milliseconds