HomeSort by relevance Sort by last modified time
    Searched refs:ZygoteForkDelegate (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/content/zygote/
zygote_main.h 11 class ZygoteForkDelegate;
14 ZygoteForkDelegate* forkdelegate);
zygote_linux.h 21 class ZygoteForkDelegate;
29 ZygoteForkDelegate* helper);
113 // ZygoteForkDelegate helper.
117 ZygoteForkDelegate* helper_;
zygote_main_linux.cc 401 ZygoteForkDelegate* forkdelegate) {
zygote_linux.cc 55 ZygoteForkDelegate* helper)
  /external/chromium_org/content/public/common/
zygote_fork_delegate_linux.h 19 // The ZygoteForkDelegate allows the Chrome Linux zygote to delegate
22 class ZygoteForkDelegate {
24 // A ZygoteForkDelegate is created during Chrome linux zygote
28 virtual ~ZygoteForkDelegate() {}
  /external/chromium_org/content/public/app/
content_main_delegate.h 19 class ZygoteForkDelegate;
69 virtual ZygoteForkDelegate* ZygoteStarting();
content_main_delegate.cc 45 ZygoteForkDelegate* ContentMainDelegate::ZygoteStarting() {
  /external/chromium_org/components/nacl/zygote/
nacl_fork_delegate_linux.h 20 class NaClForkDelegate : public content::ZygoteForkDelegate {
  /external/chromium_org/chrome/app/
chrome_main_delegate.h 35 virtual content::ZygoteForkDelegate* ZygoteStarting() OVERRIDE;
chrome_main_delegate.cc 804 content::ZygoteForkDelegate* ChromeMainDelegate::ZygoteStarting() {
  /external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc 62 child_fds[content::ZygoteForkDelegate::kBrowserFDIndex]);
75 const int parent_fd = child_fds[content::ZygoteForkDelegate::kParentFDIndex];
76 const int dummy_fd = child_fds[content::ZygoteForkDelegate::kDummyFDIndex];
119 if (content::ZygoteForkDelegate::kNumPassedFDs != child_fds.size()) {
  /external/chromium_org/content/app/
content_main_runner.cc 358 scoped_ptr<ZygoteForkDelegate> zygote_fork_delegate;

Completed in 317 milliseconds