HomeSort by relevance Sort by last modified time
    Searched refs:manifest_service (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/nacl_irt/
manifest_service.cc 5 #include "ppapi/nacl_irt/manifest_service.h"
103 ManifestService* manifest_service = GetManifestService(); local
104 if (manifest_service == NULL ||
105 !manifest_service->OpenResource(file, fd)) {
ppapi_dispatcher.cc 26 #include "ppapi/nacl_irt/manifest_service.h"
206 ManifestService* manifest_service = GetManifestService(); local
207 if (manifest_service)
208 manifest_service->StartupInitializationComplete();
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc 695 ManifestService* manifest_service = local
711 manifest_service,
  /external/chromium_org/components/nacl/renderer/
ppb_nacl_private_impl.cc 154 ManifestServiceProxy(const PPP_ManifestService* manifest_service,
156 : manifest_service_(*manifest_service),
    [all...]

Completed in 154 milliseconds