HomeSort by relevance Sort by last modified time
    Searched refs:listeners (Results 126 - 150 of 475) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
example.js 15 // Add event listeners after the NaCl module has loaded. These listeners will
  /external/chromium_org/sync/internal_api/test/
test_internal_components_factory.cc 39 const std::vector<SyncEngineEventListener*>& listeners,
44 // Tests don't wire up listeners.
  /external/mockito/src/org/mockito/internal/creation/settings/
CreationSettings.java 7 import org.mockito.listeners.InvocationListener;
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventListenerMap.cpp 204 // Event listeners created from markup have already been transfered to the shadow tree during cloning.
263 EventListenerVector& listeners = *m_map->m_entries[m_entryIndex].second; local
264 if (m_index < listeners.size())
265 return listeners[m_index++].listener.get();
  /external/smack/src/org/jivesoftware/smackx/muc/
MultiUserChat.java 847 InvitationRejectionListener[] listeners; local
887 SubjectUpdatedListener[] listeners; local
2048 UserStatusListener[] listeners; local
2100 ParticipantStatusListener[] listeners; local
2673 InvitationListener[] listeners; local
    [all...]
  /external/chromium_org/extensions/renderer/resources/
web_request_internal_custom_bindings.js 51 throw new Error('This event does not support listeners.');
58 throw new Error('This event does not support listeners.');
69 throw new Error('This event does not support listeners.');
117 throw new Error('This event does not support listeners.');
124 'Internal error: webRequest subEvent has orphaned listeners.');
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/cube/
example.js 78 // instead of attaching the event listeners directly to the <EMBED> element
79 // to ensure that the listeners are active before the NaCl module 'load'
86 * Add the default event listeners to the element with id "listener".
176 * Add event listeners after the NaCl module has loaded. These listeners will
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/earth/
example.js 78 // instead of attaching the event listeners directly to the <EMBED> element
79 // to ensure that the listeners are active before the NaCl module 'load'
86 * Add the default event listeners to the element with id "listener".
189 * Add event listeners after the NaCl module has loaded. These listeners will
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/voronoi/
example.js 78 // instead of attaching the event listeners directly to the <EMBED> element
79 // to ensure that the listeners are active before the NaCl module 'load'
86 * Add the default event listeners to the element with id "listener".
199 * Add event listeners after the NaCl module has loaded. These listeners will
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /external/chromium_org/chrome/browser/resources/signin_internals/
signin_internals.js 8 * Organizes all signin event listeners and asynchronous requests.
24 // listeners. There can be only one listener per event at a time.
79 // Are there any listeners registered yet?
  /external/chromium_org/chrome/renderer/resources/extensions/
chrome_web_view_experimental.js 34 // it to the subEvent's listeners. This way
53 // Re-dispatch to subEvent's listeners.
128 // listeners are registered for this event.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/life/
example.js 78 // instead of attaching the event listeners directly to the <EMBED> element
79 // to ensure that the listeners are active before the NaCl module 'load'
86 * Add the default event listeners to the element with id "listener".
  /external/dnsmasq/src/
network.c 398 * listeners - output. Creates a new struct listener and inserts at head of the list
402 void create_bound_listener(struct listener **listeners, struct irec *iface)
412 new->next = *listeners;
416 *listeners = new;
486 * Otherwise, any listeners that are preserved across interface list changes
495 for (l = daemon->listeners; l; l = l->next) {
512 * close out the listeners and keep trucking.
520 for (l = &(daemon->listeners); *l; l = &((*l)->next)) {
558 struct listener *listeners = NULL; local
570 create_bound_listener(&listeners, iface)
    [all...]
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
NotificationListenerActivity.java 93 String listeners = Secure.getString(getContentResolver(), local
95 if (listeners != null && listeners.contains(LISTENER_PATH)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutReloadMonitor.java 59 * Map of listeners by IProject.
174 * This records the changes for each project, but does not notify listeners.
275 * change event. This is where we notify the listeners.
279 // for each IProject that was changed, we notify all the listeners.
303 * Notifies the listeners for a given project.
304 * @param project the project for which the listeners must be notified
312 List<ILayoutReloadListener> listeners = mListenerMap.get(project);
314 if (listeners != null) {
315 for (ILayoutReloadListener listener : listeners) {
  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_manager.h 37 int listeners; member in struct:extensions::IdleMonitor
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/cvox2/background/
background.js 44 // Register listeners for ...
84 // Register all automation event listeners.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_host.js 128 * active: all event listeners registered
130 * killed: no listeners registered
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
tester.js 29 * @param {!Document} doc The DOM document to add event listeners to.
59 * @param {!Document} doc The DOM document where event listeners were added.
  /external/chromium_org/extensions/browser/
event_router.cc 350 const std::set<ListenerProcess>& listeners = it->second; local
352 return !listeners.empty();
354 for (std::set<ListenerProcess>::const_iterator listener = listeners.begin();
355 listener != listeners.end(); ++listener) {
469 std::set<const EventListener*> listeners(
478 // the event we are dispatching here, we dispatch to the lazy listeners here
480 for (std::set<const EventListener*>::iterator it = listeners.begin();
481 it != listeners.end(); it++) {
491 for (std::set<const EventListener*>::iterator it = listeners.begin();
492 it != listeners.end(); it++)
    [all...]

Completed in 555 milliseconds

1 2 3 4 56 7 8 91011>>