HomeSort by relevance Sort by last modified time
    Searched full:watches (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/webkit/LayoutTests/fast/dom/Geolocation/
permission-denied-stops-watches-expected.txt 1 Tests that when Geolocation permission is denied, watches are stopped, as well as one-shots.
permission-denied-stops-watches.html 10 <script src="script-tests/permission-denied-stops-watches.js"></script>
  /external/chromium/chrome/browser/
user_style_sheet_watcher.h 20 // Watches the user style sheet file and triggers reloads on the file thread
50 // Watches for changes to the css file so we can reload the style sheet.
  /external/dbus/dbus/
dbus-watch.c 181 * Opaque data type representing a list of watches
183 * Automatically handles removing/re-adding watches
199 DBusList *watches; /**< Watch objects. */ member in struct:DBusWatchList
234 /* free watch_data and removes watches as a side effect */
237 _dbus_list_foreach (&watch_list->watches,
240 _dbus_list_clear (&watch_list->watches);
267 /* Add watches with the new watch function, failing on OOM */
272 link = _dbus_list_get_first_link (&watch_list->watches);
275 DBusList *next = _dbus_list_get_next_link (&watch_list->watches,
305 link2 = _dbus_list_get_first_link (&watch_list->watches);
    [all...]
dbus-server.c 105 server->watches = NULL;
125 server->watches = _dbus_watch_list_new ();
126 if (server->watches == NULL)
142 if (server->watches)
144 _dbus_watch_list_free (server->watches);
145 server->watches = NULL;
184 _dbus_watch_list_free (server->watches);
216 DBusWatchList *watches; local
226 watches = server->watches;
906 DBusWatchList *watches; local
    [all...]
dbus-server-protected.h 65 DBusWatchList *watches; /**< Our watches */ member in struct:DBusServer
dbus-spawn-win.c 82 DBusWatchList *watches; member in struct:DBusBabysitter
126 sitter->watches = _dbus_watch_list_new ();
127 if (sitter->watches == NULL)
223 if (sitter->watches)
224 _dbus_watch_list_free (sitter->watches);
349 return _dbus_watch_list_set_functions (sitter->watches,
669 if (!_dbus_watch_list_add_watch (sitter->watches, sitter->sitter_watch))
dbus-spawn.c 203 DBusWatchList *watches; /**< Watches */ member in struct:DBusBabysitter
232 sitter->watches = _dbus_watch_list_new ();
233 if (sitter->watches == NULL)
359 if (sitter->watches)
360 _dbus_watch_list_free (sitter->watches);
742 return _dbus_watch_list_set_functions (sitter->watches,
1165 if (!_dbus_watch_list_add_watch (sitter->watches, sitter->error_watch))
1180 if (!_dbus_watch_list_add_watch (sitter->watches, sitter->sitter_watch))
    [all...]
  /system/media/mca/filterfw/native/core/
time_util.cpp 76 static map<string, NamedStopWatch*> watches; local
77 NamedStopWatch* watch = FindPtrOrNull(watches, watch_name);
80 watches[watch_name] = watch;
  /system/media/mca/filterpacks/base/native/
time_util.cpp 74 static std::map<std::string, NamedStopWatch*> watches; local
75 NamedStopWatch* watch = FindPtrOrNull(watches, watch_name);
78 watches[watch_name] = watch;
  /external/chromium/chrome/browser/net/
net_log_logger.h 14 // NetLogLogger watches the NetLog event stream, and sends all entries to
  /external/chromium/chrome/browser/sync/engine/
all_status.h 5 // The AllStatus object watches various sync engine components and aggregates
conflict_resolver.h 5 // A class that watches the syncer and attempts to resolve any conflicts that
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
permission-denied-stops-watches.js 1 description("Tests that when Geolocation permission is denied, watches are stopped, as well as one-shots.");
  /packages/apps/Contacts/res/xml/
social_widget_info.xml 17 <!-- It is enough to update once per day, as the widget watches the database for changes -->
  /external/dnsmasq/src/
dbus.c 69 for (w = daemon->watches; w; w = w->next)
77 w->next = daemon->watches;
78 daemon->watches = w;
88 for (up = &(daemon->watches), w = daemon->watches; w; w = w->next)
343 for (w = daemon->watches; w; w = w->next)
366 for (w = daemon->watches; w; w = w->next)
  /external/bluetooth/glib/gio/
gfilemonitor.h 47 * Watches for changes to a file.
gunixmounts.h 49 * Watches #GUnixMount<!-- -->s for changes.
  /external/chromium/chrome/browser/ui/cocoa/
tracking_area.h 38 // Watches |window| for its NSWindowWillCloseNotification and calls
  /external/chromium/chrome/common/
service_process_util_posix.h 35 // Watches for |kShutDownMessage| to be written to the file descriptor it is
  /external/chromium/net/proxy/
proxy_config_service_mac.h 20 // Constructs a ProxyConfigService that watches the Mac OS system settings.
proxy_config_service_win.cc 43 // Try to create a watch event for the registry key (which watches the
105 // watches for changes, however it should catch the majority of the
  /external/chromium/base/files/
file_path_watcher_linux.cc 39 // Singleton to manage all inotify watches.
65 // We keep track of which delegates want to be notified on which watches.
120 // Inotify watches are installed for all directory components of |target_|. A
143 // The vector of watches and next component names for all path components,
335 // If this notification is from a previous generation of watches or the watch
348 // Update watches if a directory component of the |target_| path (dis)appears.
431 // Walk the list of watches and update them as we go.
  /external/chromium/chrome/browser/debugger/
devtools_netlog_observer.h 21 // DevToolsNetLogObserver watches the NetLog event stream and collects the
  /external/dbus/bus/
dir-watch-dnotify.c 82 _dbus_verbose ("Dropping all watches on config directories\n");

Completed in 728 milliseconds

1 2 3 4