Searched defs:GetAbsolutePath (Results 1 - 7 of 7) sorted by relevance

/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/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.cc89 int32_t PepperExternalFileRefBackend::GetAbsolutePath( function in class:content::PepperExternalFileRefBackend
H A Dpepper_internal_file_ref_backend.cc256 int32_t PepperInternalFileRefBackend::GetAbsolutePath( function in class:content::PepperInternalFileRefBackend
/external/chromium_org/ppapi/thunk/
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/chrome/browser/extensions/
H A Dunpacked_installer.cc129 base::Bind(&UnpackedInstaller::GetAbsolutePath, this));
242 void UnpackedInstaller::GetAbsolutePath() { function in class:extensions::UnpackedInstaller
/external/chromium_org/ppapi/proxy/
H A Dfile_ref_resource.cc198 PP_Var FileRefResource::GetAbsolutePath() { function in class:ppapi::proxy::FileRefResource

Completed in 469 milliseconds