Searched defs:watch (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DCSSSelectorWatch.cpp57 CSSSelectorWatch* watch = static_cast<CSSSelectorWatch*>(DocumentSupplement::from(document, kSupplementName)); local
58 if (!watch) {
59 watch = new CSSSelectorWatch(document);
60 DocumentSupplement::provideTo(document, kSupplementName, adoptPtrWillBeNoop(watch));
62 return *watch;
/external/dnsmasq/src/
H A Ddbus.c59 struct watch { struct
60 DBusWatch *watch; member in struct:watch
61 struct watch *next;
65 static dbus_bool_t add_watch(DBusWatch *watch, void *data) argument
67 struct watch *w;
70 if (w->watch == watch)
73 if (!(w = whine_malloc(sizeof(struct watch))))
76 w->watch = watch;
84 remove_watch(DBusWatch *watch, void *data) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_common.c60 DBusWatch *watch, eloop_event_type type)
67 dbus_watch_handle(watch, DBUS_WATCH_READABLE);
69 dbus_watch_handle(watch, DBUS_WATCH_WRITABLE);
71 dbus_watch_handle(watch, DBUS_WATCH_ERROR);
100 static dbus_bool_t add_watch(DBusWatch *watch, void *data) argument
106 if (!dbus_watch_get_enabled(watch))
109 flags = dbus_watch_get_flags(watch);
110 fd = dbus_watch_get_unix_fd(watch);
113 priv, watch);
117 priv, watch);
59 process_watch(struct wpas_dbus_priv *priv, DBusWatch *watch, eloop_event_type type) argument
130 remove_watch(DBusWatch *watch, void *data) argument
149 watch_toggled(DBusWatch *watch, void *data) argument
[all...]
/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc54 // Remove |watch| if it's valid.
55 void RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
94 // Called for each event coming from the watch. |fired_watch| identifies the
95 // watch that fired, |child| indicates what has changed, and is relative to
112 // Returns true if watch for |path| has been added successfully.
117 // Cancel the watch. This unregisters the instance with InotifyReader.
129 // WatchEntry instance holds the watch descriptor for a component and the
134 : watch(InotifyReader::kInvalidWatch),
137 InotifyReader::Watch watch; member in struct:base::__anon2252::FilePathWatcherImpl::WatchEntry
143 // Reconfigure to watch fo
295 Watch watch = inotify_add_watch(inotify_fd_, path.value().c_str(), local
308 RemoveWatch(Watch watch, FilePathWatcherImpl* watcher) argument
577 InotifyReader::Watch watch = local
584 InotifyReader::Watch watch = local
596 TrackWatchForRecursion(InotifyReader::Watch watch, const FilePath& path) argument
639 InotifyReader::Watch watch = local
[all...]
/external/chromium_org/dbus/
H A Dbus.cc45 explicit Watch(DBusWatch* watch) argument
46 : raw_watch_(watch) {
1039 // watch will be deleted when raw_watch is removed in OnRemoveWatch().
1040 Watch* watch = new Watch(raw_watch); local
1041 if (watch->IsReadyToBeWatched()) {
1042 watch->StartWatching();
1051 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); local
1052 delete watch;
1059 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); local
1060 if (watch
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 2429 milliseconds