Home
last modified time | relevance | path

Searched refs:Watch (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium/base/files/
Dfile_path_watcher_linux.cc44 typedef int Watch; // Watch descriptor used by AddWatch and RemoveWatch. typedef in base::files::__anon584a7a500111::InotifyReader
45 static const Watch kInvalidWatch = -1;
49 Watch AddWatch(const FilePath& path, FilePathWatcherImpl* watcher);
52 bool RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
66 base::hash_map<Watch, WatcherSet> watchers_;
96 void OnFilePathChanged(InotifyReader::Watch fired_watch,
103 virtual bool Watch(const FilePath& path,
124 WatchEntry(InotifyReader::Watch watch, const FilePath::StringType& subdir) in WatchEntry()
128 InotifyReader::Watch watch_;
250 InotifyReader::Watch InotifyReader::AddWatch( in AddWatch()
[all …]
Dfile_path_watcher.cc20 bool FilePathWatcher::Watch(const FilePath& path, Delegate* delegate) { in Watch() function in base::files::FilePathWatcher
22 return impl_->Watch(path, delegate); in Watch()
Dfile_path_watcher.h49 bool Watch(const FilePath& path, Delegate* delegate) WARN_UNUSED_RESULT;
78 virtual bool Watch(const FilePath& path,
Dfile_path_watcher_stub.cc17 virtual bool Watch(const FilePath& path, in Watch() function in base::files::__anon75afe4de0111::FilePathWatcherImpl
Dfile_path_watcher_win.cc27 virtual bool Watch(const FilePath& path,
80 bool FilePathWatcherImpl::Watch(const FilePath& path, in Watch() function in base::files::__anona740a90e0111::FilePathWatcherImpl
Dfile_path_watcher_mac.cc58 virtual bool Watch(const FilePath& path,
419 bool FilePathWatcherImpl::Watch(const FilePath& path, in Watch() function in base::files::__anon8f5646910111::FilePathWatcherImpl
Dfile_path_watcher_browsertest.cc130 *result_ = watcher_->Watch(target_, delegate_); in Run()
/external/chromium/base/win/
Dobject_watcher.cc14 struct ObjectWatcher::Watch : public Task { struct in base::win::ObjectWatcher
50 Watch* watch = new Watch; in StartWatching()
122 Watch* watch = static_cast<Watch*>(param); in DoneWaiting()
Dobject_watcher.h86 struct Watch;
87 Watch* watch_;
/external/chromium/chrome/browser/policy/
Dfile_based_policy_loader.cc102 !watcher_->Watch(path, new FileBasedPolicyWatcherDelegate(this))) { in InitOnFileThread()
/external/chromium/chrome/browser/
Duser_style_sheet_watcher.cc153 if (!file_watcher_->Watch( in Init()
Dapp_controller_mac.mm1074 // Watch for a notification of when it goes away so that we can destroy
/external/chromium/chrome/browser/ui/cocoa/
Dbase_bubble_controller.mm63 // Watch to see if the parent window closes, and if so, close this one.
103 // Watch to see if the parent window closes, and if so, close this one.
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_folder_target.mm40 // Watch out for a modifier click. For example, command-click
Dbookmark_menu_bridge.mm130 // Watch for changes.
Dbookmark_bubble_controller.mm99 // Watch to see if the parent window closes, and if so, close this one.
Dbookmark_bubble_controller_unittest.mm20 // Watch for bookmark pulse notifications so we can confirm they were sent.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
DfeedWatch.emf.properties22 # Feed Watch Actions - must be defined as triplets of [xpath0]; [script0]; [commandline0]; [xpath1]…
DfeedWatch.uml2.properties22 # Feed Watch Actions - must be defined as triplets of [xpath0]; [script0]; [commandline0]; [xpath1]…
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dextension_popup_controller.mm110 // Watch to see if the parent window closes, and if so, close this one.
/external/chromium/chrome/common/
Dservice_process_util_mac.mm327 if (!executable_watcher_.Watch(executable_path, delegate.release())) {
/external/chromium/base/
Dprocess_util_mac.mm629 "anyway. Watch out for crashes inside of CFAllocatorAllocate.");
/external/webkit/Source/WebKit/mac/Carbon/
DHIWebView.mm1006 // keyboard focus. Watch out for loops of valid key views.
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_strip_controller.mm420 // Watch for notifications that the tab strip view has changed size so
/external/qemu/distrib/jpeg-6b/
Dinstall.doc1033 Watch out for optimization bugs in older Borland compilers; you may need

12