Searched refs:watch_path (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
H A Dgallery_watch_manager.h40 // |watch_path| specifies the absolute gallery path.
45 const base::FilePath& watch_path,
51 // |watch_path| specifies the absolute gallery path.
53 const base::FilePath& watch_path,
70 // |watch_path| specifies the absolute path of the gallery. Returns true,
74 const base::FilePath& watch_path,
79 // |extension_id|. |watch_path| specifies the absolute path of the gallery.
80 void StopGalleryWatch(const base::FilePath& watch_path,
90 // |watch_path|.
91 void RemoveGalleryFilePathWatcherEntry(const base::FilePath& watch_path);
[all...]
H A Dgallery_watch_manager.cc282 const base::FilePath& watch_path,
287 gallery_id, watch_path, extension_id, event_router);
292 const base::FilePath& watch_path,
298 watch_path, extension_id);
321 const base::FilePath& watch_path,
325 WatcherMap::const_iterator iter = gallery_watchers_.find(watch_path);
335 event_router, gallery_id, watch_path, extension_id,
338 watch_path)));
341 gallery_watchers_[watch_path] = watch.get();
346 const base::FilePath& watch_path,
279 SetupGalleryWatch( void* profile_id, MediaGalleryPrefId gallery_id, const base::FilePath& watch_path, const std::string& extension_id, base::WeakPtr<MediaGalleriesPrivateEventRouter> event_router) argument
291 RemoveGalleryWatch(void* profile_id, const base::FilePath& watch_path, const std::string& extension_id) argument
319 StartGalleryWatch( MediaGalleryPrefId gallery_id, const base::FilePath& watch_path, const std::string& extension_id, base::WeakPtr<MediaGalleriesPrivateEventRouter> event_router) argument
345 StopGalleryWatch( const base::FilePath& watch_path, const std::string& extension_id) argument
389 RemoveGalleryFilePathWatcherEntry( const base::FilePath& watch_path) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_watcher.cc16 // Creates a base::FilePathWatcher and starts watching at |watch_path| with
19 const base::FilePath& watch_path,
25 if (!watcher->Watch(watch_path, false /* recursive */, callback))
18 CreateAndStartFilePathWatcher( const base::FilePath& watch_path, const base::FilePathWatcher::Callback& callback) argument
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Devent_router.cc498 base::FilePath watch_path = local_path; local
499 bool is_on_drive = drive::util::IsUnderDriveMountPoint(watch_path);
504 watch_path = drive::util::ExtractDrivePath(watch_path);
506 WatcherMap::iterator iter = file_watchers_.find(watch_path);
518 watch_path,
525 file_watchers_[watch_path] = watcher.release();
537 base::FilePath watch_path = local_path; local
541 if (drive::util::IsUnderDriveMountPoint(watch_path)) {
542 watch_path
[all...]

Completed in 148 milliseconds