Searched refs:DeInitIfSafe (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/nacl/browser/
H A Dpnacl_host.h166 void DeInitIfSafe();
169 // wait for before destroying it (see comment on DeInitIfSafe).
H A Dpnacl_host.cc308 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() { function in class:pnacl::PnaclHost
H A Dpnacl_host_unittest.cc446 host_->DeInitIfSafe();
452 // a GetNexeFd gets queued, and then another DeInitIfSafe gets queued before
453 // the first one runs. We can just shortcut and call DeInitIfSafe while the

Completed in 133 milliseconds