Searched refs:pepper_path (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/ppapi/proxy/ |
D | flash_file_resource.cc | 77 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/ |
D | pepper_flash_file_message_filter.cc | 291 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()
|
D | pepper_flash_file_message_filter.h | 74 const ppapi::PepperFilePath& pepper_path,
|
/external/chromium_org/chrome/test/functional/ |
D | nacl_sdk.py | 176 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')
|