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 65 TEST_F(ProfileRelatedFileSystemUtilTest, ExtractProfileFromPath) {
73 ExtractProfileFromPath(base::FilePath::FromUTF8Unsafe(
76 ExtractProfileFromPath(base::FilePath::FromUTF8Unsafe(
78 EXPECT_EQ(NULL, ExtractProfileFromPath(
file_system_util.h 99 Profile* ExtractProfileFromPath(const base::FilePath& path);
file_system_util.cc 194 Profile* ExtractProfileFromPath(const base::FilePath& path) {
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
fileapi_worker.cc 199 Profile* profile = util::ExtractProfileFromPath(url.path());
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 188 file_owner_profile_ = drive::util::ExtractProfileFromPath(local_path_);
    [all...]

Completed in 190 milliseconds