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

  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc 50 TEST(FileSystemUtilTest, IsUnderDriveMountPoint) {
51 EXPECT_FALSE(IsUnderDriveMountPoint(
53 EXPECT_FALSE(IsUnderDriveMountPoint(
55 EXPECT_FALSE(IsUnderDriveMountPoint(
57 EXPECT_FALSE(IsUnderDriveMountPoint(
60 EXPECT_TRUE(IsUnderDriveMountPoint(
62 EXPECT_TRUE(IsUnderDriveMountPoint(
64 EXPECT_TRUE(IsUnderDriveMountPoint(
file_system_util.cc 207 if (!IsUnderDriveMountPoint(path))
217 bool IsUnderDriveMountPoint(const base::FilePath& path) {
231 return IsUnderDriveMountPoint(path) &&
250 if (!IsUnderDriveMountPoint(path))
320 if (!file_system || !IsUnderDriveMountPoint(path)) {
337 if (IsUnderDriveMountPoint(directory)) {
file_system_util.h 107 bool IsUnderDriveMountPoint(const base::FilePath& path);
download_handler.cc 149 if (util::IsUnderDriveMountPoint(drive_path)) {
168 if (util::IsUnderDriveMountPoint(drive_path)) {
download_handler_unittest.cc 77 ASSERT_FALSE(util::IsUnderDriveMountPoint(non_drive_path));
drive_integration_service.cc 533 if (util::IsUnderDriveMountPoint(
fake_file_system.cc 152 DCHECK(!util::IsUnderDriveMountPoint(file_path));
  /external/chromium_org/chrome/browser/chromeos/file_manager/
open_with_browser.cc 143 if (drive::util::IsUnderDriveMountPoint(file_path)) {
152 if (drive::util::IsUnderDriveMountPoint(file_path)) {
file_browser_handlers.cc 247 DCHECK(!is_drive_file || drive::util::IsUnderDriveMountPoint(local_path));
file_tasks.cc 331 if (!drive::util::IsUnderDriveMountPoint(file_path))
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_mount.cc 48 if (drive::util::IsUnderDriveMountPoint(path)) {
private_api_drive.cc 257 DCHECK(drive::util::IsUnderDriveMountPoint(path));
351 DCHECK(drive::util::IsUnderDriveMountPoint(file_path));
585 DCHECK(drive::util::IsUnderDriveMountPoint(path));
private_api_misc.cc 129 if (drive::util::IsUnderDriveMountPoint(src_dir))
private_api_util.cc 62 if (!drive::util::IsUnderDriveMountPoint(file_path)) {
event_router.cc 358 bool is_on_drive = drive::util::IsUnderDriveMountPoint(watch_path);
399 if (drive::util::IsUnderDriveMountPoint(watch_path)) {
  /external/chromium_org/chrome/browser/extensions/api/file_handlers/
app_file_handler_util.cc 153 if (drive::util::IsUnderDriveMountPoint(paths_[0])) {
158 DCHECK(drive::util::IsUnderDriveMountPoint(*it));
  /external/chromium_org/chrome/browser/download/
download_prefs.cc 205 if (drive::util::IsUnderDriveMountPoint(*download_path_)) {
save_package_file_picker.cc 264 if (drive::util::IsUnderDriveMountPoint(path_copy)) {
chrome_download_manager_delegate.cc 414 *skip_dir_check = drive::util::IsUnderDriveMountPoint(*website_save_dir);
565 if (drive::util::IsUnderDriveMountPoint(virtual_path)) {
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.cc 152 if (drive::util::IsUnderDriveMountPoint(screenshot_path_)) {
277 if (drive::util::IsUnderDriveMountPoint(screenshot_path)) {
  /external/chromium_org/apps/
launcher.cc 159 if (drive::util::IsUnderDriveMountPoint(file_path_)) {
  /external/chromium_org/chrome/browser/chromeos/
preferences.cc 504 const bool default_download_to_drive = drive::util::IsUnderDriveMountPoint(
  /external/chromium_org/chrome/browser/extensions/
webstore_installer.cc 105 if (drive::util::IsUnderDriveMountPoint(directory))

Completed in 3521 milliseconds