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

/external/chromium_org/ppapi/api/private/
H A 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/c/private/
H A Dppb_file_ref_private.h32 * GetAbsolutePath() returns the absolute path of the file.
39 struct PP_Var (*GetAbsolutePath)(PP_Resource file_ref); member in struct:PPB_FileRefPrivate_0_1
/external/chromium_org/chrome/browser/extensions/
H A Dunpacked_installer.h96 void GetAbsolutePath();
118 // after GetAbsolutePath has been called.
H A Dunpacked_installer.cc129 base::Bind(&UnpackedInstaller::GetAbsolutePath, this));
242 void UnpackedInstaller::GetAbsolutePath() { function in class:extensions::UnpackedInstaller
/external/chromium_org/ppapi/thunk/
H A Dppb_file_ref_api.h50 virtual PP_Var GetAbsolutePath() = 0;
H A Dppb_file_ref_thunk.cc160 PP_Var GetAbsolutePath(PP_Resource file_ref) { function in namespace:ppapi::thunk::__anon10261
161 VLOG(4) << "PPB_FileRef::GetAbsolutePath";
165 return enter.object()->GetAbsolutePath();
212 &GetAbsolutePath
/external/chromium_org/tools/python/google/
H A Dplatform_utils_win.py37 def GetAbsolutePath(self, path, force=False): member in class:PlatformUtility
88 return "file:///" + self.GetAbsolutePath(path)
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_external_file_ref_backend.h42 virtual int32_t GetAbsolutePath(ppapi::host::ReplyMessageContext context)
H A Dpepper_file_ref_host.h42 virtual int32_t GetAbsolutePath(ppapi::host::ReplyMessageContext context) = 0;
H A Dpepper_internal_file_ref_backend.h45 virtual int32_t GetAbsolutePath(ppapi::host::ReplyMessageContext context)
H A Dpepper_external_file_ref_backend.cc89 int32_t PepperExternalFileRefBackend::GetAbsolutePath( function in class:content::PepperExternalFileRefBackend
H A Dpepper_file_ref_host.cc247 return backend_->GetAbsolutePath(context->MakeReplyMessageContext());
H A Dpepper_internal_file_ref_backend.cc256 int32_t PepperInternalFileRefBackend::GetAbsolutePath( function in class:content::PepperInternalFileRefBackend
/external/chromium_org/ppapi/proxy/
H A Dfile_ref_resource.h61 virtual PP_Var GetAbsolutePath() OVERRIDE;
H A Dfile_ref_resource.cc198 PP_Var FileRefResource::GetAbsolutePath() { function in class:ppapi::proxy::FileRefResource
H A Dflash_file_resource.cc31 ScopedPPVar var(ScopedPPVar::PassRef(), enter.object()->GetAbsolutePath());
/external/chromium_org/ppapi/tests/
H A Dtest_flash_drm.cc113 Var path(PassRef(), file_ref_private->GetAbsolutePath(result.pp_resource()));
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2860 *_struct_result = iface->GetAbsolutePath(file_ref);
5299 .GetAbsolutePath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M15_PPB_FileRefPrivate_GetAbsolutePath

Completed in 276 milliseconds