OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BreakpadClient
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/breakpad/app/
breakpad_client.cc
14
BreakpadClient
* g_client = NULL;
18
void SetBreakpadClient(
BreakpadClient
* client) {
22
BreakpadClient
* GetBreakpadClient() {
27
BreakpadClient
::
BreakpadClient
() {}
28
BreakpadClient
::~
BreakpadClient
() {}
30
void
BreakpadClient
::SetClientID(const std::string& client_id) {
34
bool
BreakpadClient
::GetAlternativeCrashDumpLocation(
39
void
BreakpadClient
::GetProductNameAndVersion(const base::FilePath& exe_path
[
all
...]
breakpad_client.h
30
class
BreakpadClient
;
34
void SetBreakpadClient(
BreakpadClient
* client);
38
BreakpadClient
* GetBreakpadClient();
42
class
BreakpadClient
{
44
BreakpadClient
();
45
virtual ~
BreakpadClient
();
/external/chromium_org/content/shell/app/
shell_breakpad_client.h
13
class ShellBreakpadClient : public breakpad::
BreakpadClient
{
/external/chromium_org/chrome/app/
chrome_breakpad_client.h
14
class ChromeBreakpadClient : public breakpad::
BreakpadClient
{
19
// breakpad::
BreakpadClient
implementation.
Completed in 636 milliseconds