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 110 const ppapi::PepperFilePath& path,
156 const ppapi::PepperFilePath& from_path,
157 const ppapi::PepperFilePath& to_path) {
174 const ppapi::PepperFilePath& path,
189 const ppapi::PepperFilePath& path) {
204 const ppapi::PepperFilePath& path) {
221 const ppapi::PepperFilePath& path) {
250 ppapi::PepperFilePath dir_path(
251 ppapi::PepperFilePath::DOMAIN_MODULE_LOCAL, base::FilePath());
291 const ppapi::PepperFilePath& pepper_path
    [all...]
  /external/chromium_org/ppapi/proxy/
flash_file_resource.cc 57 return OpenFileHelper(path, PepperFilePath::DOMAIN_MODULE_LOCAL, mode, file);
63 PepperFilePath pepper_from(PepperFilePath::DOMAIN_MODULE_LOCAL,
65 PepperFilePath pepper_to(PepperFilePath::DOMAIN_MODULE_LOCAL,
77 PepperFilePath pepper_path(PepperFilePath::DOMAIN_MODULE_LOCAL,
89 PepperFilePath pepper_path(PepperFilePath::DOMAIN_MODULE_LOCAL,
101 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 147 struct ParamTraits<ppapi::PepperFilePath> {
148 typedef ppapi::PepperFilePath param_type;
ppapi_param_traits.cc 491 // ppapi::PepperFilePath -------------------------------------------------------
494 void ParamTraits<ppapi::PepperFilePath>::Write(Message* m,
501 bool ParamTraits<ppapi::PepperFilePath>::Read(const Message* m,
508 if (domain > ppapi::PepperFilePath::DOMAIN_MAX_VALID)
511 *p = ppapi::PepperFilePath(
512 static_cast<ppapi::PepperFilePath::Domain>(domain), path);
517 void ParamTraits<ppapi::PepperFilePath>::Log(const param_type& p,
ppapi_messages.h     [all...]

Completed in 224 milliseconds