HomeSort by relevance Sort by last modified time
    Searched defs:FileWatcher (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_watcher.js 15 function FileWatcher(metadataCache) {
30 * FileWatcher extends cr.EventTarget.
32 FileWatcher.prototype.__proto__ = cr.EventTarget.prototype;
37 FileWatcher.prototype.dispose = function() {
49 FileWatcher.prototype.onDirectoryChanged_ = function(event) {
65 FileWatcher.prototype.onFilesystemMetadataChanged_ = function(
78 FileWatcher.prototype.onThumbnailMetadataChanged_ = function(
91 FileWatcher.prototype.onDriveMetadataChanged_ = function(
106 FileWatcher.prototype.dispatchMetadataEvent_ = function(
123 FileWatcher.prototype.changeWatchedDirectory = function(entry, callback)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_watcher.cc 33 FileWatcher::FileWatcher(const base::FilePath& virtual_path)
40 FileWatcher::~FileWatcher() {
48 void FileWatcher::AddExtension(const std::string& extension_id) {
54 void FileWatcher::RemoveExtension(const std::string& extension_id) {
72 std::vector<std::string> FileWatcher::GetExtensionIds() const {
81 void FileWatcher::WatchLocalFile(
95 base::Bind(&FileWatcher::OnWatcherStarted,
100 void FileWatcher::OnWatcherStarted
    [all...]
file_watcher.h 27 class FileWatcher {
31 // Creates a FileWatcher associated with the virtual path.
32 explicit FileWatcher(const base::FilePath& virtual_path);
34 ~FileWatcher();
54 // Returns the virtual path associated with the FileWatcher.
82 base::WeakPtrFactory<FileWatcher> weak_ptr_factory_;

Completed in 92 milliseconds