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 98 TEST(FileSystemUtilTest, IsUnderDriveMountPoint) {
99 EXPECT_FALSE(IsUnderDriveMountPoint(
101 EXPECT_FALSE(IsUnderDriveMountPoint(
103 EXPECT_FALSE(IsUnderDriveMountPoint(
106 EXPECT_TRUE(IsUnderDriveMountPoint(
108 EXPECT_TRUE(IsUnderDriveMountPoint(
110 EXPECT_TRUE(IsUnderDriveMountPoint(
112 EXPECT_TRUE(IsUnderDriveMountPoint(
file_system_util.cc 188 if (!IsUnderDriveMountPoint(path))
198 bool IsUnderDriveMountPoint(const base::FilePath& path) {
301 if (!file_system || !IsUnderDriveMountPoint(path)) {
318 if (IsUnderDriveMountPoint(directory)) {
file_system_util.h 98 bool IsUnderDriveMountPoint(const base::FilePath& path);
download_handler_unittest.cc 79 ASSERT_FALSE(util::IsUnderDriveMountPoint(non_drive_path));
download_handler.cc 163 if (util::IsUnderDriveMountPoint(drive_path)) {
182 if (util::IsUnderDriveMountPoint(drive_path)) {
fake_file_system.cc 150 DCHECK(!util::IsUnderDriveMountPoint(file_path));
drive_integration_service.cc 562 if (util::IsUnderDriveMountPoint(
  /external/chromium_org/chrome/browser/chromeos/file_manager/
open_with_browser.cc 140 if (drive::util::IsUnderDriveMountPoint(file_path)) {
149 if (drive::util::IsUnderDriveMountPoint(file_path)) {
filesystem_api_util.cc 125 if (!drive::util::IsUnderDriveMountPoint(path)) {
file_browser_handlers.cc 220 DCHECK(!is_drive_file || drive::util::IsUnderDriveMountPoint(local_path));
file_tasks.cc 322 if (!drive::util::IsUnderDriveMountPoint(file_path))
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_util.cc 63 if (drive::util::IsUnderDriveMountPoint(path)) {
84 if (drive::util::IsUnderDriveMountPoint(path)) {
private_api_mount.cc 70 if (drive::util::IsUnderDriveMountPoint(path)) {
private_api_tasks.cc 74 if (mime_type.empty() && !drive::util::IsUnderDriveMountPoint(file_path)) {
private_api_drive.cc 439 DCHECK(drive::util::IsUnderDriveMountPoint(path));
527 DCHECK(drive::util::IsUnderDriveMountPoint(file_path));
804 DCHECK(drive::util::IsUnderDriveMountPoint(path));
private_api_misc.cc 207 if (drive::util::IsUnderDriveMountPoint(src_dir))
event_router.cc 453 bool is_on_drive = drive::util::IsUnderDriveMountPoint(watch_path);
494 if (drive::util::IsUnderDriveMountPoint(watch_path)) {
    [all...]
  /external/chromium_org/chrome/browser/download/
save_package_file_picker.cc 263 if (drive::util::IsUnderDriveMountPoint(path_copy)) {
chrome_download_manager_delegate.cc 397 *skip_dir_check = drive::util::IsUnderDriveMountPoint(*website_save_dir);
548 if (drive::util::IsUnderDriveMountPoint(virtual_path)) {
download_prefs.cc 248 if (drive::util::IsUnderDriveMountPoint(*download_path_)) {
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.cc 150 if (drive::util::IsUnderDriveMountPoint(screenshot_path_)) {
275 if (drive::util::IsUnderDriveMountPoint(screenshot_path)) {
  /external/chromium_org/chrome/browser/chromeos/
preferences.cc 505 const bool default_download_to_drive = drive::util::IsUnderDriveMountPoint(
  /external/chromium_org/chrome/browser/extensions/
webstore_installer.cc 560 if (drive::util::IsUnderDriveMountPoint(download_directory)) {

Completed in 2068 milliseconds