HomeSort by relevance Sort by last modified time
    Searched full:callbacks (Results 351 - 375 of 3482) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ppapi/cpp/dev/
video_decoder_client_dev.h 17 // This class provides a C++ interface for callbacks related to video decoding.
widget_client_dev.h 18 // This class provides a C++ interface for callbacks related to widgets. You
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
callback_source.h 19 // This class really only exists as a way to get callbacks
  /external/chromium_org/ppapi/proxy/
enter_proxy.h 111 // For callbacks that take no parameters except the "int32_t result". Most
125 // For callbacks that take an extra parameter as a closure.
139 // For callbacks that take two extra parameters as a closure.
154 // For callbacks that take three extra parameters as a closure.
plugin_resource.cc 53 // The callbacks may hold referrences to this object. Normally, we will get
56 // renderer crashes. In that case, we have to clean up the callbacks,
65 // clean up the callbacks.
70 // need to clean up callbacks when the instance goes away.
  /external/chromium_org/remoting/client/plugin/
pepper_util.h 25 // (aborted callbacks are called with PP_ABOIRTED), so there should be no leaks
  /external/chromium_org/remoting/host/
host_status_observer.h 25 // on receipt of these callbacks; they are purely informational.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
CustomElement.cpp 95 CustomElementCallbackScheduler::scheduleCreatedCallback(definition->callbacks(), element);
106 CustomElementCallbackScheduler::scheduleAttributeChangedCallback(definitions().get(element)->callbacks(), element, name, oldValue, newValue);
114 CustomElementCallbackScheduler::scheduleEnteredDocumentCallback(definitions().get(element)->callbacks(), element);
122 CustomElementCallbackScheduler::scheduleLeftDocumentCallback(definitions().get(element)->callbacks(), element);
CustomElementCallbackDispatcher.cpp 50 // Dispatches callbacks at microtask checkpoint.
64 // callbacks.
83 // Dispatches callbacks when popping the processing stack.
97 // callbacks.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CompilerScriptMapping.js 212 var callbacks = this._pendingSourceMapLoadingCallbacks[sourceMapURL];
214 if (!callbacks)
218 for (var i = 0; i < callbacks.length; ++i)
219 callbacks[i](sourceMap);
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBOpenDBRequest.cpp 39 PassRefPtr<IDBOpenDBRequest> IDBOpenDBRequest::create(ScriptExecutionContext* context, PassRefPtr<IDBDatabaseCallbacksImpl> callbacks, int64_t transactionId, int64_t version)
41 RefPtr<IDBOpenDBRequest> request(adoptRef(new IDBOpenDBRequest(context, callbacks, transactionId, version)));
46 IDBOpenDBRequest::IDBOpenDBRequest(ScriptExecutionContext* context, PassRefPtr<IDBDatabaseCallbacksImpl> callbacks, int64_t transactionId, int64_t version)
48 , m_databaseCallbacks(callbacks)
  /external/chromium_org/third_party/libxml/src/include/libxml/
xlink.h 62 * It calls the default link detection callbacks upon link detection.
145 * This is the structure containing a set of Links detection callbacks.
147 * There is no default xlink callbacks, if one want to get link
160 * detection callbacks.
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
sqlite3rtree.h 41 ** argument to callbacks registered using rtree_geometry_callback().
  /external/chromium_org/ui/base/events/
event_handler.h 35 // to one of the event-specific callbacks (OnKeyEvent, OnMouseEvent etc.). If
  /external/chromium_org/ui/base/gtk/
gtk_signal_registrar.h 21 // A class that ensures that callbacks don't run on stale owner objects. Similar
  /external/chromium_org/ui/gl/android/
surface_texture_listener.h 19 // Listener class for all the callbacks from android SurfaceTexture.
  /external/chromium_org/ui/linux_ui/
status_icon_linux.h 22 // callbacks to a delegate.
  /external/chromium_org/ui/message_center/
fake_notifier_settings_provider.h 13 // notifiers and records which callbacks were called. For use in tests.
  /external/chromium_org/webkit/browser/appcache/
appcache_executable_handler.h 35 // Deletion of the handler cancels all pending callbacks.
  /external/chromium_org/webkit/child/
ftp_directory_listing_response_delegate.h 40 // Pointers to the client and associated loader so we can make callbacks as
  /external/guava/guava-gwt/src-super/com/google/common/escape/super/com/google/common/escape/
Platform.java 30 // involve async callbacks.
  /external/libvorbis/doc/vorbisfile/
Makefile.am 5 doc_DATA = OggVorbis_File.html callbacks.html chaining_example_c.html\
  /external/libvpx/libvpx/nestegg/
TODO 1 - Document when read, seek, tell callbacks are used.
  /external/libxml2/include/libxml/
xlink.h 62 * It calls the default link detection callbacks upon link detection.
145 * This is the structure containing a set of Links detection callbacks.
147 * There is no default xlink callbacks, if one want to get link
160 * detection callbacks.
  /external/qemu/
aio-android.c 26 * it's used to ensure that no callbacks are removed while we're walking and
27 * dispatching callbacks.
153 * If there are callbacks left that have been queued, we need to call then.
169 /* If there aren't pending AIO operations, don't invoke callbacks.

Completed in 999 milliseconds

<<11121314151617181920>>