Searched refs:LocalPathParser (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dmount_path_util.h56 class LocalPathParser { class in namespace:chromeos::file_system_provider::util
58 LocalPathParser(Profile* profile, const base::FilePath& local_path);
59 virtual ~LocalPathParser();
74 DISALLOW_COPY_AND_ASSIGN(LocalPathParser);
H A Dmount_path_util.cc135 LocalPathParser::LocalPathParser(Profile* profile, function in class:chromeos::file_system_provider::util::LocalPathParser
140 LocalPathParser::~LocalPathParser() {
143 bool LocalPathParser::Parse() {
H A Dmount_path_util_unittest.cc241 TEST_F(FileSystemProviderMountPathUtilTest, LocalPathParser) {
256 LocalPathParser parser(profile_, kLocalFilePath);
277 LocalPathParser parser(profile_, kLocalFilePath);
289 LocalPathParser parser(profile_, kFilePath);
296 LocalPathParser parser(profile_, kFilePath);
303 LocalPathParser parser(profile_, kFilePath);
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfilesystem_api_util.cc163 chromeos::file_system_provider::util::LocalPathParser parser(profile, path);

Completed in 156 milliseconds