Searched refs:ShouldSendMachPort (Results 1 – 5 of 5) sorted by relevance
34 bool ContentMainDelegate::ShouldSendMachPort(const std::string& process_type) { in ShouldSendMachPort() function in content::ContentMainDelegate
59 virtual bool ShouldSendMachPort(const std::string& process_type);
31 virtual bool ShouldSendMachPort(const std::string& process_type) OVERRIDE;
791 bool ChromeMainDelegate::ShouldSendMachPort(const std::string& process_type) { in ShouldSendMachPort() function in ChromeMainDelegate
697 (!delegate || delegate->ShouldSendMachPort(process_type))) { in Initialize()