/external/chromium_org/ppapi/api/private/ |
D | ppb_file_ref_private.idl | 14 * GetAbsolutePath() returns the absolute path of the file. 21 PP_Var GetAbsolutePath([in] PP_Resource file_ref);
|
/external/chromium_org/ppapi/thunk/ |
D | ppb_file_ref_thunk.cc | 147 PP_Var GetAbsolutePath(PP_Resource file_ref) { in GetAbsolutePath() function 152 return enter.object()->GetAbsolutePath(); in GetAbsolutePath() 184 &GetAbsolutePath
|
D | ppb_file_ref_api.h | 50 virtual PP_Var GetAbsolutePath() = 0;
|
/external/chromium_org/tools/python/google/ |
D | platform_utils_win.py | 37 def GetAbsolutePath(self, path, force=False): member in PlatformUtility 88 return "file:///" + self.GetAbsolutePath(path)
|
/external/chromium_org/ppapi/c/private/ |
D | ppb_file_ref_private.h | 39 struct PP_Var (*GetAbsolutePath)(PP_Resource file_ref); member
|
/external/chromium_org/chrome/browser/extensions/ |
D | unpacked_installer.h | 89 void GetAbsolutePath();
|
D | unpacked_installer.cc | 114 base::Bind(&UnpackedInstaller::GetAbsolutePath, this)); in Load() 217 void UnpackedInstaller::GetAbsolutePath() { in GetAbsolutePath() function in extensions::UnpackedInstaller
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | pepper_external_file_ref_backend.h | 41 virtual int32_t GetAbsolutePath(ppapi::host::ReplyMessageContext context)
|
D | pepper_internal_file_ref_backend.h | 45 virtual int32_t GetAbsolutePath(ppapi::host::ReplyMessageContext context)
|
D | pepper_file_ref_host.h | 42 virtual int32_t GetAbsolutePath(
|
D | pepper_external_file_ref_backend.cc | 89 int32_t PepperExternalFileRefBackend::GetAbsolutePath( in GetAbsolutePath() function in content::PepperExternalFileRefBackend
|
D | pepper_file_ref_host.cc | 256 return backend_->GetAbsolutePath(context->MakeReplyMessageContext()); in OnGetAbsolutePath()
|
D | pepper_internal_file_ref_backend.cc | 247 int32_t PepperInternalFileRefBackend::GetAbsolutePath( in GetAbsolutePath() function in content::PepperInternalFileRefBackend
|
/external/chromium_org/ppapi/proxy/ |
D | file_ref_resource.h | 61 virtual PP_Var GetAbsolutePath() OVERRIDE;
|
D | file_ref_resource.cc | 196 PP_Var FileRefResource::GetAbsolutePath() { in GetAbsolutePath() function in ppapi::proxy::FileRefResource
|
D | flash_file_resource.cc | 31 ScopedPPVar var(ScopedPPVar::PassRef(), enter.object()->GetAbsolutePath()); in GetPathFromFileRef()
|
/external/chromium_org/ppapi/tests/ |
D | test_flash_drm.cc | 113 Var path(PassRef(), file_ref_private->GetAbsolutePath(result.pp_resource())); in TestGetVoucherFile()
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 2460 *_struct_result = iface->GetAbsolutePath(file_ref); in Pnacl_M15_PPB_FileRefPrivate_GetAbsolutePath() 4731 ….GetAbsolutePath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M15_PPB_FileRefPrivate_GetAbsol…
|