OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalPathParser
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
mount_path_util.h
56
class
LocalPathParser
{
58
LocalPathParser
(Profile* profile, const base::FilePath& local_path);
59
virtual ~
LocalPathParser
();
74
DISALLOW_COPY_AND_ASSIGN(
LocalPathParser
);
mount_path_util.cc
135
LocalPathParser
::
LocalPathParser
(Profile* profile,
140
LocalPathParser
::~
LocalPathParser
() {
143
bool
LocalPathParser
::Parse() {
mount_path_util_unittest.cc
241
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/
filesystem_api_util.cc
163
chromeos::file_system_provider::util::
LocalPathParser
parser(profile, path);
Completed in 401 milliseconds