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