HomeSort by relevance Sort by last modified time
    Searched refs:PepperFilePath (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ppapi/shared_impl/
file_path.cc 9 PepperFilePath::PepperFilePath()
14 PepperFilePath::PepperFilePath(Domain domain, const base::FilePath& path)
file_path.h 17 class PPAPI_SHARED_EXPORT PepperFilePath {
28 PepperFilePath();
29 PepperFilePath(Domain d, const base::FilePath& p);
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_flash_file_message_filter.h 22 class PepperFilePath;
57 const ppapi::PepperFilePath& path,
60 const ppapi::PepperFilePath& from_path,
61 const ppapi::PepperFilePath& to_path);
63 const ppapi::PepperFilePath& path,
66 const ppapi::PepperFilePath& path);
68 const ppapi::PepperFilePath& path);
70 const ppapi::PepperFilePath& path);
74 const ppapi::PepperFilePath& pepper_path,
pepper_flash_file_message_filter.cc 117 const ppapi::PepperFilePath& path,
163 const ppapi::PepperFilePath& from_path,
164 const ppapi::PepperFilePath& to_path) {
181 const ppapi::PepperFilePath& path,
196 const ppapi::PepperFilePath& path) {
211 const ppapi::PepperFilePath& path) {
228 const ppapi::PepperFilePath& path) {
257 ppapi::PepperFilePath dir_path(
258 ppapi::PepperFilePath::DOMAIN_MODULE_LOCAL, base::FilePath());
298 const ppapi::PepperFilePath& pepper_path
    [all...]
  /external/chromium_org/ppapi/proxy/
flash_file_resource.cc 56 return OpenFileHelper(path, PepperFilePath::DOMAIN_MODULE_LOCAL, mode, file);
62 PepperFilePath pepper_from(PepperFilePath::DOMAIN_MODULE_LOCAL,
64 PepperFilePath pepper_to(PepperFilePath::DOMAIN_MODULE_LOCAL,
76 PepperFilePath pepper_path(PepperFilePath::DOMAIN_MODULE_LOCAL,
88 PepperFilePath pepper_path(PepperFilePath::DOMAIN_MODULE_LOCAL,
100 return QueryFileHelper(path, PepperFilePath::DOMAIN_MODULE_LOCAL, info)
    [all...]
flash_file_resource.h 60 PepperFilePath::Domain domain_type,
64 PepperFilePath::Domain domain_type,
ppapi_param_traits.h 175 struct ParamTraits<ppapi::PepperFilePath> {
176 typedef ppapi::PepperFilePath param_type;
ppapi_param_traits.cc 586 // ppapi::PepperFilePath -------------------------------------------------------
589 void ParamTraits<ppapi::PepperFilePath>::Write(Message* m,
596 bool ParamTraits<ppapi::PepperFilePath>::Read(const Message* m,
603 if (domain > ppapi::PepperFilePath::DOMAIN_MAX_VALID)
606 *p = ppapi::PepperFilePath(
607 static_cast<ppapi::PepperFilePath::Domain>(domain), path);
612 void ParamTraits<ppapi::PepperFilePath>::Log(const param_type& p,
ppapi_messages.h     [all...]

Completed in 1055 milliseconds