HomeSort by relevance Sort by last modified time
    Searched refs:ExtractProfileFromPath (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc 87 TEST_F(ProfileRelatedFileSystemUtilTest, ExtractProfileFromPath) {
90 EXPECT_EQ(profile1, ExtractProfileFromPath(
92 EXPECT_EQ(profile2, ExtractProfileFromPath(
94 EXPECT_EQ(NULL, ExtractProfileFromPath(
file_system_util.h 108 Profile* ExtractProfileFromPath(const base::FilePath& path);
file_system_util.cc 220 Profile* ExtractProfileFromPath(const base::FilePath& path) {
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
fileapi_worker.cc 198 Profile* profile = util::ExtractProfileFromPath(url.path());
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 177 file_owner_profile_ = drive::util::ExtractProfileFromPath(local_path_);
843 Profile* const owner_profile = drive::util::ExtractProfileFromPath(path);

Completed in 114 milliseconds