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

  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager_observer.h 24 const chromeos::disks::DiskMountManager::Disk& disk, bool mounting) = 0;
volume_manager_unittest.cc 48 bool mounting; member in struct:file_manager::__anon7806::LoggingObserver::Event
64 bool mounting) OVERRIDE {
68 event.mounting = mounting;
278 EXPECT_TRUE(event.mounting);
311 EXPECT_FALSE(event.mounting);
334 EXPECT_FALSE(event.mounting);
359 EXPECT_FALSE(event.mounting);
414 // Changed event should cause mounting (if possible).
485 volume_manager()->OnMountEvent(chromeos::disks::DiskMountManager::MOUNTING,
    [all...]
volume_manager.cc 252 // If in Sign in profile, then skip mounting and listening for mount events.
438 bool mounting = false; local
449 mounting = true;
454 OnDiskAdded(*disk, mounting));
510 if ((event == chromeos::disks::DiskMountManager::MOUNTING &&
524 // Notify a mounting/unmounting event to observers.
530 case chromeos::disks::DiskMountManager::MOUNTING: {
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
device_event_router.h 45 bool mounting) OVERRIDE;
device_event_router.cc 69 bool mounting) {
event_router.h 116 bool mounting) OVERRIDE;
event_router.cc     [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
volume_manager.js 67 // Note: This represents if the mounting of the volume is successfully done
450 * Queue for mounting.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drive_banners.js 637 * Hides it otherwise. The panel shows spinner if DRIVE is mounting or
file_tasks.js 607 console.warn('Failed to resolve the display root after mounting.');

Completed in 3203 milliseconds