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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
CSSSelectorWatch.cpp 57 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/
dbus.c 59 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)
67 struct watch *w;
70 if (w->watch == watch)
73 if (!(w = whine_malloc(sizeof(struct watch))))
76 w->watch = watch;
    [all...]
  /external/chromium_org/base/files/
file_path_watcher_linux.cc 47 typedef int Watch; // Watch descriptor used by AddWatch and RemoveWatch.
48 static const Watch kInvalidWatch = -1;
50 // Watch directory |path| for changes. |watcher| will be notified on each
52 Watch AddWatch(const FilePath& path, FilePathWatcherImpl* watcher);
54 // Remove |watch| if it's valid.
55 void RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
69 hash_map<Watch, WatcherSet> watchers_;
94 // Called for each event coming from the watch. |fired_watch| identifies th
137 InotifyReader::Watch watch; member in struct:base::__anon6877::FilePathWatcherImpl::WatchEntry
295 Watch watch = inotify_add_watch(inotify_fd_, path.value().c_str(), local
577 InotifyReader::Watch watch = local
584 InotifyReader::Watch watch = local
639 InotifyReader::Watch watch = local
    [all...]
  /external/chromium_org/dbus/
bus.cc 43 class Watch : public base::MessagePumpLibevent::Watcher {
45 explicit Watch(DBusWatch* watch)
46 : raw_watch_(watch) {
50 virtual ~Watch() {
74 const bool persistent = true; // Watch persistently.
105 // Unlike Watch, Timeout is a ref counted object, to ensure that |this| of
454 // Watch Disconnected signal.
1040 Watch* watch = new Watch(raw_watch); local
1051 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); local
1059 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 913 milliseconds