Home
last modified time | relevance | path

Searched refs:ShouldSendMachPort (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/public/app/
Dcontent_main_delegate.cc34 bool ContentMainDelegate::ShouldSendMachPort(const std::string& process_type) { in ShouldSendMachPort() function in content::ContentMainDelegate
Dcontent_main_delegate.h59 virtual bool ShouldSendMachPort(const std::string& process_type);
/external/chromium_org/chrome/app/
Dchrome_main_delegate.h31 virtual bool ShouldSendMachPort(const std::string& process_type) OVERRIDE;
Dchrome_main_delegate.cc791 bool ChromeMainDelegate::ShouldSendMachPort(const std::string& process_type) { in ShouldSendMachPort() function in ChromeMainDelegate
/external/chromium_org/content/app/
Dcontent_main_runner.cc697 (!delegate || delegate->ShouldSendMachPort(process_type))) { in Initialize()