OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
446
host_->
DeInitIfSafe
();
451
// have to simulate what would happen if 1
DeInitIfsafe
task gets queued, then
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 191 milliseconds