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

  /external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.cc 145 HideDeviceNotification(disk->system_path());
161 HideDeviceNotification(disk->system_path());
180 HideDeviceNotification(disk->system_path());
187 HideDeviceNotification(disk->system_path());
203 const std::string& system_path) {
204 HideDeviceNotification(system_path);
213 const std::string& system_path, int icon_resource_id,
215 NotificationMap::iterator iter = FindNotificationForPath(system_path);
227 system_path,
230 notifications_.insert(NotificationMap::value_type(system_path,
    [all...]
file_browser_event_router.h 73 void ShowDeviceNotification(const std::string& system_path,
76 void HideDeviceNotification(const std::string& system_path);
  /external/chromium/chrome/browser/chromeos/cros/
mount_library.h 40 const std::string& system_path,
56 const std::string& system_path() const { return system_path_; } function in class:chromeos::MountLibrary::Disk
mount_library.cc 20 const std::string& system_path,
33 system_path_(system_path),
283 if (disk->system_path() != NULL)
284 systempath = disk->system_path();
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 313 FilePath disk_path = FilePath(iter->second->system_path()).DirName();

Completed in 28 milliseconds