Searched defs:PepperFilePath (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
H A Dfile_path.cc9 PepperFilePath::PepperFilePath() : domain_(DOMAIN_INVALID), path_() {} function in class:ppapi::PepperFilePath
11 PepperFilePath::PepperFilePath(Domain domain, const base::FilePath& path) function in class:ppapi::PepperFilePath
H A Dfile_path.h17 class PPAPI_SHARED_EXPORT PepperFilePath { class in namespace:ppapi
28 PepperFilePath();
29 PepperFilePath(Domain d, const base::FilePath& p);

Completed in 95 milliseconds