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

  /external/chromium_org/chrome/browser/chromeos/file_manager/
filesystem_api_util.h 27 bool IsUnderNonNativeLocalPath(Profile* profile, const base::FilePath& path);
filesystem_api_util.cc 91 bool IsUnderNonNativeLocalPath(Profile* profile,
123 DCHECK(IsUnderNonNativeLocalPath(profile, path));
155 DCHECK(IsUnderNonNativeLocalPath(profile, path));
179 DCHECK(IsUnderNonNativeLocalPath(profile, path));
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_util.cc 116 if (file_manager::util::IsUnderNonNativeLocalPath(profile, file_path)) {
  /external/chromium_org/chrome/browser/extensions/api/file_handlers/
app_file_handler_util.cc 144 if (file_manager::util::IsUnderNonNativeLocalPath(profile_, paths_[0])) {
  /external/chromium_org/apps/
launcher.cc 202 if (file_manager::util::IsUnderNonNativeLocalPath(profile_, file_path)) {
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api.cc 689 file_manager::util::IsUnderNonNativeLocalPath(GetProfile(), paths[0])
    [all...]

Completed in 870 milliseconds