Home
last modified time | relevance | path

Searched refs:ManifestService (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ppapi/nacl_irt/
Dmanifest_service.cc63 ManifestService::ManifestService( in ManifestService() function in ppapi::ManifestService
75 ManifestService::~ManifestService() { in ~ManifestService()
78 void ManifestService::StartupInitializationComplete() { in StartupInitializationComplete()
82 bool ManifestService::OpenResource(const char* file, int* fd) { in OpenResource()
133 ManifestService* manifest_service = GetManifestService(); in IrtOpenResource()
Dmanifest_service.h26 class ManifestService {
28 ManifestService(const IPC::ChannelHandle& handle,
31 ~ManifestService();
42 DISALLOW_COPY_AND_ASSIGN(ManifestService);
Dplugin_startup.cc25 ManifestService* g_manifest_service = NULL;
39 g_manifest_service = new ManifestService( in StartUpManifestServiceOnIOThread()
111 ManifestService* GetManifestService() { in GetManifestService()
Dplugin_startup.h17 class ManifestService; variable
47 ManifestService* GetManifestService();
Dppapi_dispatcher.cc206 ManifestService* manifest_service = GetManifestService(); in OnMsgInitializeNaClDispatcher()