OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ChromeMainDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/app/
chrome_main_delegate.h
14
class
ChromeMainDelegate
: public content::ContentMainDelegate {
16
ChromeMainDelegate
();
17
virtual ~
ChromeMainDelegate
();
53
DISALLOW_COPY_AND_ASSIGN(
ChromeMainDelegate
);
chrome_main_delegate.cc
340
ChromeMainDelegate
::
ChromeMainDelegate
() {
344
ChromeMainDelegate
::~
ChromeMainDelegate
() {
347
bool
ChromeMainDelegate
::BasicStartupComplete(int* exit_code) {
484
void
ChromeMainDelegate
::InitMacCrashReporter(const CommandLine& command_line,
571
void
ChromeMainDelegate
::PreSandboxStartup() {
724
void
ChromeMainDelegate
::SandboxInitialized(const std::string& process_type) {
737
int
ChromeMainDelegate
::RunProcess(
769
void
ChromeMainDelegate
::ProcessExiting(const std::string& process_type)
[
all
...]
Completed in 73 milliseconds