OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PnaclHost
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/components/nacl/browser/
pnacl_host.cc
31
PnaclHost
::
PnaclHost
()
36
PnaclHost
::~
PnaclHost
() {
37
// When
PnaclHost
is destroyed, it's too late to post anything to the cache
43
PnaclHost
*
PnaclHost
::GetInstance() { return Singleton<
PnaclHost
>::get(); }
45
PnaclHost
::PendingTranslation::PendingTranslation()
55
PnaclHost
::PendingTranslation::~PendingTranslation() {
[
all
...]
pnacl_host.h
30
class
PnaclHost
{
35
static
PnaclHost
* GetInstance();
37
PnaclHost
();
38
~
PnaclHost
();
62
// The returned temp fd may be closed at any time by
PnaclHost
, so it should
88
//
PnaclHost
supports supports unbounded deletes in either direction by using
99
//
PnaclHost
is a singleton because there is only one translation cache, and
102
friend struct DefaultSingletonTraits<
PnaclHost
>;
172
base::WeakPtrFactory<
PnaclHost
> weak_factory_;
173
DISALLOW_COPY_AND_ASSIGN(
PnaclHost
);
[
all
...]
nacl_host_message_filter.cc
35
pnacl::
PnaclHost
::GetInstance()->RendererClosing(render_process_id_);
98
pnacl::
PnaclHost
::GetInstance()->Init();
118
pnacl::
PnaclHost
::GetInstance()->CreateTemporaryFile(
131
// Don't close our copy of the handle, because
PnaclHost
will use it
147
pnacl::
PnaclHost
::GetInstance()->GetNexeFd(
159
pnacl::
PnaclHost
::GetInstance()->TranslationFinished(
pnacl_host_unittest.cc
32
host_ = new
PnaclHost
();
36
EXPECT_EQ(
PnaclHost
::CacheReady, host_->cache_state_);
43
EXPECT_EQ(
PnaclHost
::CacheUninitialized, host_->cache_state_);
57
return host_->cache_state_ ==
PnaclHost
::CacheReady;
62
EXPECT_EQ(
PnaclHost
::CacheReady, host_->cache_state_);
101
PnaclHost
* host_;
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc
[
all
...]
Completed in 191 milliseconds