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

  /external/chromium_org/ppapi/shared_impl/
file_path.cc 9 PepperFilePath::PepperFilePath() : domain_(DOMAIN_INVALID), path_() {}
11 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);

Completed in 1014 milliseconds