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

/external/chromium_org/content/public/app/
H A Dcontent_main_delegate.cc36 bool ContentMainDelegate::ShouldSendMachPort(const std::string& process_type) { function in class:content::ContentMainDelegate
H A Dcontent_main_delegate.h62 virtual bool ShouldSendMachPort(const std::string& process_type);
/external/chromium_org/chrome/app/
H A Dchrome_main_delegate.h38 virtual bool ShouldSendMachPort(const std::string& process_type) OVERRIDE;
H A Dchrome_main_delegate.cc863 bool ChromeMainDelegate::ShouldSendMachPort(const std::string& process_type) { function in class:ChromeMainDelegate
/external/chromium_org/content/app/
H A Dcontent_main_runner.cc680 (!delegate_ || delegate_->ShouldSendMachPort(process_type))) {

Completed in 1094 milliseconds