Home
last modified time | relevance | path

Searched refs:pepper_path (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dflash_file_resource.cc77 PepperFilePath pepper_path(PepperFilePath::DOMAIN_MODULE_LOCAL, in DeleteFileOrDir() local
81 BROWSER, PpapiHostMsg_FlashFile_DeleteFileOrDir(pepper_path, in DeleteFileOrDir()
89 PepperFilePath pepper_path(PepperFilePath::DOMAIN_MODULE_LOCAL, in CreateDir() local
93 PpapiHostMsg_FlashFile_CreateDir(pepper_path)); in CreateDir()
108 PepperFilePath pepper_path(PepperFilePath::DOMAIN_MODULE_LOCAL, in GetDirContents() local
112 BROWSER, PpapiHostMsg_FlashFile_GetDirContents(pepper_path), &entries); in GetDirContents()
185 PepperFilePath pepper_path(domain_type, base::FilePath::FromUTF8Unsafe(path)); in OpenFileHelper() local
190 PpapiHostMsg_FlashFile_OpenFile(pepper_path, mode), &unused, in OpenFileHelper()
210 PepperFilePath pepper_path(domain_type, base::FilePath::FromUTF8Unsafe(path)); in QueryFileHelper() local
213 PpapiHostMsg_FlashFile_QueryFile(pepper_path), &file_info); in QueryFileHelper()
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_flash_file_message_filter.cc291 const ppapi::PepperFilePath& pepper_path, in ValidateAndConvertPepperFilePath() argument
294 switch (pepper_path.domain()) { in ValidateAndConvertPepperFilePath()
296 if (pepper_path.path().IsAbsolute() && in ValidateAndConvertPepperFilePath()
298 pepper_path.path())) in ValidateAndConvertPepperFilePath()
299 file_path = pepper_path.path(); in ValidateAndConvertPepperFilePath()
305 !pepper_path.path().IsAbsolute() && in ValidateAndConvertPepperFilePath()
306 !pepper_path.path().ReferencesParent()) in ValidateAndConvertPepperFilePath()
307 file_path = plugin_data_directory_.Append(pepper_path.path()); in ValidateAndConvertPepperFilePath()
Dpepper_flash_file_message_filter.h74 const ppapi::PepperFilePath& pepper_path,
/external/chromium_org/chrome/test/functional/
Dnacl_sdk.py176 pepper_path = os.path.join(self._extracted_sdk_path,
178 self._LaunchServerAndVerifyExamples(pepper_version, pepper_path)
180 def _LaunchServerAndVerifyExamples(self, pepper_version, pepper_path): argument
187 examples_path = os.path.join(pepper_path, 'examples')