Home
last modified time | relevance | path

Searched refs:GetAbsolutePath (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/ppapi/api/private/
Dppb_file_ref_private.idl14 * GetAbsolutePath() returns the absolute path of the file.
21 PP_Var GetAbsolutePath([in] PP_Resource file_ref);
/external/chromium_org/ppapi/thunk/
Dppb_file_ref_thunk.cc147 PP_Var GetAbsolutePath(PP_Resource file_ref) { in GetAbsolutePath() function
152 return enter.object()->GetAbsolutePath(); in GetAbsolutePath()
184 &GetAbsolutePath
Dppb_file_ref_api.h50 virtual PP_Var GetAbsolutePath() = 0;
/external/chromium_org/tools/python/google/
Dplatform_utils_win.py37 def GetAbsolutePath(self, path, force=False): member in PlatformUtility
88 return "file:///" + self.GetAbsolutePath(path)
/external/chromium_org/ppapi/c/private/
Dppb_file_ref_private.h39 struct PP_Var (*GetAbsolutePath)(PP_Resource file_ref); member
/external/chromium_org/chrome/browser/extensions/
Dunpacked_installer.h89 void GetAbsolutePath();
Dunpacked_installer.cc114 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/
Dpepper_external_file_ref_backend.h41 virtual int32_t GetAbsolutePath(ppapi::host::ReplyMessageContext context)
Dpepper_internal_file_ref_backend.h45 virtual int32_t GetAbsolutePath(ppapi::host::ReplyMessageContext context)
Dpepper_file_ref_host.h42 virtual int32_t GetAbsolutePath(
Dpepper_external_file_ref_backend.cc89 int32_t PepperExternalFileRefBackend::GetAbsolutePath( in GetAbsolutePath() function in content::PepperExternalFileRefBackend
Dpepper_file_ref_host.cc256 return backend_->GetAbsolutePath(context->MakeReplyMessageContext()); in OnGetAbsolutePath()
Dpepper_internal_file_ref_backend.cc247 int32_t PepperInternalFileRefBackend::GetAbsolutePath( in GetAbsolutePath() function in content::PepperInternalFileRefBackend
/external/chromium_org/ppapi/proxy/
Dfile_ref_resource.h61 virtual PP_Var GetAbsolutePath() OVERRIDE;
Dfile_ref_resource.cc196 PP_Var FileRefResource::GetAbsolutePath() { in GetAbsolutePath() function in ppapi::proxy::FileRefResource
Dflash_file_resource.cc31 ScopedPPVar var(ScopedPPVar::PassRef(), enter.object()->GetAbsolutePath()); in GetPathFromFileRef()
/external/chromium_org/ppapi/tests/
Dtest_flash_drm.cc113 Var path(PassRef(), file_ref_private->GetAbsolutePath(result.pp_resource())); in TestGetVoucherFile()
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c2460 *_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…