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

  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc 51 TEST(FileSystemUtilTest, IsUnderDriveMountPoint) {
52 EXPECT_FALSE(IsUnderDriveMountPoint(
54 EXPECT_FALSE(IsUnderDriveMountPoint(
56 EXPECT_FALSE(IsUnderDriveMountPoint(
58 EXPECT_FALSE(IsUnderDriveMountPoint(
61 EXPECT_TRUE(IsUnderDriveMountPoint(
63 EXPECT_TRUE(IsUnderDriveMountPoint(
65 EXPECT_TRUE(IsUnderDriveMountPoint(
file_system_util.cc 204 if (!IsUnderDriveMountPoint(path))
214 bool IsUnderDriveMountPoint(const base::FilePath& path) {
228 return IsUnderDriveMountPoint(path) &&
247 if (!IsUnderDriveMountPoint(path))
333 if (IsUnderDriveMountPoint(path)) {
350 if (IsUnderDriveMountPoint(directory)) {
file_system_util.h 107 bool IsUnderDriveMountPoint(const base::FilePath& path);
download_handler.cc 143 if (util::IsUnderDriveMountPoint(drive_path)) {
169 if (util::IsUnderDriveMountPoint(drive_path)) {
download_handler_unittest.cc 98 ASSERT_FALSE(util::IsUnderDriveMountPoint(non_drive_path));
drive_integration_service.cc 405 if (util::IsUnderDriveMountPoint(
fake_file_system.cc 163 DCHECK(!util::IsUnderDriveMountPoint(file_path));
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.cc 146 if (drive::util::IsUnderDriveMountPoint(src_dir))
private_api_drive.cc 262 DCHECK(drive::util::IsUnderDriveMountPoint(path));
365 DCHECK(drive::util::IsUnderDriveMountPoint(file_path));
668 DCHECK(drive::util::IsUnderDriveMountPoint(path));
private_api_mount.cc 128 if (drive::util::IsUnderDriveMountPoint(path)) {
private_api_util.cc 59 if (!drive::util::IsUnderDriveMountPoint(file_path)) {
file_manager_util.cc 780 if (drive::util::IsUnderDriveMountPoint(path)) {
789 if (drive::util::IsUnderDriveMountPoint(path)) {
807 if (drive::util::IsUnderDriveMountPoint(path)) {
event_router.cc 325 bool is_on_drive = drive::util::IsUnderDriveMountPoint(watch_path);
366 if (drive::util::IsUnderDriveMountPoint(watch_path)) {
    [all...]
file_browser_handlers.cc 251 DCHECK(!is_drive_file || drive::util::IsUnderDriveMountPoint(local_path));
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.cc 348 *skip_dir_check = drive::util::IsUnderDriveMountPoint(*website_save_dir);
457 if (drive::util::IsUnderDriveMountPoint(virtual_path)) {
download_prefs.cc 145 if (drive::util::IsUnderDriveMountPoint(*download_path_) &&
save_package_file_picker.cc 261 if (drive::util::IsUnderDriveMountPoint(path_copy)) {
  /external/chromium_org/chrome/browser/ui/webui/
screenshot_source.cc 198 if (drive::util::IsUnderDriveMountPoint(download_path)) {
feedback_ui.cc 559 if (drive::util::IsUnderDriveMountPoint(filepath)) {
  /external/chromium_org/apps/
launcher.cc 127 if (drive::util::IsUnderDriveMountPoint(file_path_)) {
  /external/chromium_org/chrome/browser/extensions/
webstore_installer.cc 87 if (drive::util::IsUnderDriveMountPoint(directory))
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.cc 189 if (drive::util::IsUnderDriveMountPoint(screenshot_path)) {
  /external/chromium_org/chrome/browser/chromeos/
preferences.cc 591 const bool default_download_to_drive = drive::util::IsUnderDriveMountPoint(
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api.cc 294 if (drive::util::IsUnderDriveMountPoint(paths[0])) {
298 DCHECK(drive::util::IsUnderDriveMountPoint(*it));
    [all...]

Completed in 654 milliseconds