Home
last modified time | relevance | path

Searched refs:CanHelp (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/public/common/
Dzygote_fork_delegate_linux.h43 virtual bool CanHelp(const std::string& process_type, std::string* uma_name,
/external/chromium_org/components/nacl/zygote/
Dnacl_fork_delegate_linux.h29 virtual bool CanHelp(const std::string& process_type, std::string* uma_name,
Dnacl_fork_delegate_linux.cc251 bool NaClForkDelegate::CanHelp(const std::string& process_type, in CanHelp() function in NaClForkDelegate
/external/chromium_org/content/zygote/
Dzygote_linux.cc290 const bool use_helper = (helper_ && helper_->CanHelp(process_type, in ForkWithRealPid()