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

  /external/chromium_org/ppapi/nacl_irt/
manifest_service.h 25 class ManifestService {
27 ManifestService(const IPC::ChannelHandle& handle,
30 ~ManifestService();
39 DISALLOW_COPY_AND_ASSIGN(ManifestService);
manifest_service.cc 63 ManifestService::ManifestService(
75 ManifestService::~ManifestService() {
78 void ManifestService::StartupInitializationComplete() {
82 bool ManifestService::OpenResource(const char* file, int* fd) {
89 LOG(ERROR) << "ManifestService::OpenResource failed:" << file;
103 ManifestService* manifest_service = GetManifestService();
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc 71 // ManifestService also in SFI-mode.
91 class ManifestService {
93 ManifestService(nacl::WeakRefAnchor* anchor,
99 ~ManifestService() {
139 return PP_FromBool(static_cast<ManifestService*>(user_data)->Quit());
143 return PP_FromBool(static_cast<ManifestService*>(user_data)->
152 return PP_FromBool(static_cast<ManifestService*>(user_data)->OpenResource(
161 DISALLOW_COPY_AND_ASSIGN(ManifestService);
166 &ManifestService::QuitTrampoline,
167 &ManifestService::StartupInitializationCompleteTrampoline
    [all...]

Completed in 374 milliseconds