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

  /external/chromium_org/components/nacl/browser/
pnacl_host.h 166 void DeInitIfSafe();
169 // wait for before destroying it (see comment on DeInitIfSafe).
pnacl_host.cc 308 DeInitIfSafe();
529 DeInitIfSafe();
615 base::Bind(&PnaclHost::DeInitIfSafe, weak_factory_.GetWeakPtr()));
657 // instead of calling DeInitIfSafe directly, post it for later.
661 base::Bind(&PnaclHost::DeInitIfSafe, weak_factory_.GetWeakPtr()));
679 void PnaclHost::DeInitIfSafe() {
pnacl_host_unittest.cc 444 host_->DeInitIfSafe();
449 // have to simulate what would happen if 1 DeInitIfsafe task gets queued, then
450 // a GetNexeFd gets queued, and then another DeInitIfSafe gets queued before
451 // the first one runs. We can just shortcut and call DeInitIfSafe while the

Completed in 49 milliseconds