Searched refs:callbacks (Results 76 - 100 of 123) sorted by relevance

12345

/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPathCG.cpp51 CGDataConsumerCallbacks callbacks = { putBytesNowhere, 0 }; local
52 RetainPtr<CGDataConsumerRef> consumer(AdoptCF, CGDataConsumerCreate(0, &callbacks));
/external/webkit/Source/WebKit/chromium/src/
H A DWorkerFileSystemCallbacksBridge.h67 // This calls the original callbacks (m_callbacksOnWorkerThread) and
81 static PassRefPtr<WorkerFileSystemCallbacksBridge> create(WebWorkerBase* worker, WebCore::ScriptExecutionContext* workerContext, WebFileSystemCallbacks* callbacks) argument
83 return adoptRef(new WorkerFileSystemCallbacksBridge(worker, workerContext, callbacks));
H A DWebWorkerBase.cpp240 void WebWorkerBase::openFileSystemForWorker(WebFileSystem::Type type, long long size, bool create, WebFileSystemCallbacks* callbacks, bool synchronous) argument
250 RefPtr<WorkerFileSystemCallbacksBridge> bridge = WorkerFileSystemCallbacksBridge::create(this, workerContext, callbacks);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DNotificationPresenterClientQt.cpp377 QList<RefPtr<VoidCallback> >& callbacks = iter.value().m_callbacks;
378 for (int i = 0; i < callbacks.size(); i++)
379 callbacks.at(i)->handleEvent();
/external/flac/libFLAC/
H A Dmetadata_iterators.c901 char *filename; /* will be NULL if using callbacks */
1573 static FLAC__bool chain_read_with_callbacks_(FLAC__Metadata_Chain *chain, FLAC__IOHandle handle, FLAC__IOCallbacks callbacks, FLAC__bool is_ogg) argument
1581 if (0 == callbacks.read || 0 == callbacks.seek || 0 == callbacks.tell) {
1589 if(0 != callbacks.seek(handle, 0, SEEK_SET)) {
1596 chain_read_ogg_cb_(chain, handle, callbacks.read) :
1597 chain_read_cb_(chain, handle, callbacks.read, callbacks.seek, callbacks
1603 FLAC__metadata_chain_read_with_callbacks(FLAC__Metadata_Chain *chain, FLAC__IOHandle handle, FLAC__IOCallbacks callbacks) argument
1609 FLAC__metadata_chain_read_ogg_with_callbacks(FLAC__Metadata_Chain *chain, FLAC__IOHandle handle, FLAC__IOCallbacks callbacks) argument
1699 FLAC__metadata_chain_write_with_callbacks(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__IOHandle handle, FLAC__IOCallbacks callbacks) argument
1736 FLAC__metadata_chain_write_with_callbacks_and_tempfile(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__IOHandle handle, FLAC__IOCallbacks callbacks, FLAC__IOHandle temp_handle, FLAC__IOCallbacks temp_callbacks) argument
[all...]
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
H A DKrb5LoginModuleTest.java155 public void handle(Callback[] callbacks) { argument
/external/elfutils/libdwfl/
H A Dfind-debuginfo.c146 const Dwfl_Callbacks *const cb = mod->dwfl->callbacks;
H A Ddwfl_module_getdwarf.c128 mod->main.fd = (*mod->dwfl->callbacks->find_elf) (MODCB_ARGS (mod),
215 mod->debug.fd = (*mod->dwfl->callbacks->find_debuginfo) (MODCB_ARGS (mod),
610 const Dwfl_Callbacks *const cb = mod->dwfl->callbacks;
H A Dlibdwfl.h98 extern Dwfl *dwfl_begin (const Dwfl_Callbacks *callbacks)
260 /*** Standard callbacks ***/
262 /* These standard find_elf and find_debuginfo callbacks are
H A DlibdwflP.h107 const Dwfl_Callbacks *callbacks; member in struct:Dwfl
261 MOD->dwfl->callbacks->section_address is called to determine the actual
407 /* Leading arguments standard to callbacks passed a Dwfl_Module. */
H A Dlinux-kernel-modules.c1 /* Standard libdwfl callbacks for debugging the running Linux kernel.
90 int fd = ((((dwfl->callbacks->debuginfo_path
91 ? *dwfl->callbacks->debuginfo_path : NULL)
H A Dderelocate.c146 && mod->dwfl->callbacks->section_address != NULL)
/external/esd/include/
H A Desd.h249 /* define callbacks for esd_update_info() */
284 /* call to update the info structure with new information, and call callbacks */
286 esd_update_info_callbacks_t *callbacks );
/external/kernel-headers/original/linux/
H A Dperf_event.h974 extern int perf_register_guest_info_callbacks(struct perf_guest_info_callbacks *callbacks);
975 extern int perf_unregister_guest_info_callbacks(struct perf_guest_info_callbacks *callbacks);
1048 (struct perf_guest_info_callbacks *callbacks) { return 0; }
1050 (struct perf_guest_info_callbacks *callbacks) { return 0; }
1047 perf_register_guest_info_callbacks(struct perf_guest_info_callbacks *callbacks) argument
1049 perf_unregister_guest_info_callbacks(struct perf_guest_info_callbacks *callbacks) argument
/external/linux-tools-perf/util/include/linux/added/
H A Dperf_event.h1100 extern int perf_register_guest_info_callbacks(struct perf_guest_info_callbacks *callbacks);
1101 extern int perf_unregister_guest_info_callbacks(struct perf_guest_info_callbacks *callbacks);
1185 (struct perf_guest_info_callbacks *callbacks) { return 0; }
1187 (struct perf_guest_info_callbacks *callbacks) { return 0; }
1184 perf_register_guest_info_callbacks(struct perf_guest_info_callbacks *callbacks) argument
1186 perf_unregister_guest_info_callbacks(struct perf_guest_info_callbacks *callbacks) argument
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_fetcher_unittest.cc23 // Handles callbacks from TemplateURLFetcher.
67 void DestroyedCallback(TemplateURLFetcherTestCallbacks* callbacks);
137 TemplateURLFetcherTestCallbacks* callbacks) {
136 DestroyedCallback( TemplateURLFetcherTestCallbacks* callbacks) argument
/external/qemu/
H A Dblock.c2044 } callbacks[]; member in struct:MultiwriteCB
2052 mcb->callbacks[i].cb(mcb->callbacks[i].opaque, mcb->error);
2053 if (mcb->callbacks[i].free_qiov) {
2054 qemu_iovec_destroy(mcb->callbacks[i].free_qiov);
2056 qemu_free(mcb->callbacks[i].free_qiov);
2057 qemu_vfree(mcb->callbacks[i].free_buf);
2147 mcb->callbacks[i].free_buf = buf;
2156 mcb->callbacks[i].free_qiov = reqs[outidx].qiov;
2176 * callbacks (i
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A DResource.js792 var callbacks = this._pendingContentCallbacks.slice();
793 for (var i = 0; i < callbacks.length; ++i)
794 callbacks[i](this._content, this._contentEncoded);
H A DProfilesPanel.js499 var callbacks = profile._callbacks;
512 for (var i = 0; i < callbacks.length; ++i)
513 callbacks[i](profile);
/external/bluetooth/bluez/audio/
H A Dheadset.c130 GSList *callbacks; member in struct:pending_connect
446 g_slist_foreach(p->callbacks, (GFunc) pending_connect_complete, dev);
448 g_slist_foreach(p->callbacks, (GFunc) g_free, NULL);
449 g_slist_free(p->callbacks);
500 hs->pending->callbacks = g_slist_append(hs->pending->callbacks,
2295 for (l = p->callbacks; l != NULL; l = l->next) {
2307 p->callbacks = g_slist_remove(p->callbacks, cb);
2310 if (p->callbacks ||
[all...]
/external/chromium/third_party/libevent/
H A Dhttp.c1184 /* for now, we just signal all requests by executing their callbacks */
2161 evhttp_dispatch_callback(struct httpcbq *callbacks, struct evhttp_request *req) argument
2171 TAILQ_FOREACH(cb, callbacks, next) {
2198 if ((cb = evhttp_dispatch_callback(&http->callbacks, req)) != NULL) {
2317 TAILQ_INIT(&http->callbacks);
2374 while ((http_cb = TAILQ_FIRST(&http->callbacks)) != NULL) {
2375 TAILQ_REMOVE(&http->callbacks, http_cb, next);
2402 TAILQ_INSERT_TAIL(&http->callbacks, http_cb, next);
2410 TAILQ_FOREACH(http_cb, &http->callbacks, next) {
2417 TAILQ_REMOVE(&http->callbacks, http_c
[all...]
/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp468 UnknownPragmaHandler(const char *prefix, PrintPPOutputPPCallbacks *callbacks) argument
469 : Prefix(prefix), Callbacks(callbacks) {}
/external/webkit/Source/WebCore/bindings/v8/
H A DV8Binding.cpp521 const BatchedCallback* callbacks,
537 callbacks, callbackCount);
515 configureTemplate(v8::Persistent<v8::FunctionTemplate> desc, const char *interfaceName, v8::Persistent<v8::FunctionTemplate> parentClass, int fieldCount, const BatchedAttribute* attributes, size_t attributeCount, const BatchedCallback* callbacks, size_t callbackCount) argument
H A DV8Proxy.cpp103 const BatchedCallback* callbacks,
107 proto->Set(v8::String::New(callbacks[i].name),
108 v8::FunctionTemplate::New(callbacks[i].callback,
100 batchConfigureCallbacks(v8::Handle<v8::ObjectTemplate> proto, v8::Handle<v8::Signature> signature, v8::PropertyAttribute attributes, const BatchedCallback* callbacks, size_t callbackCount) argument
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPDFViewController.mm402 CGPSConverterCallbacks callbacks = { 0, 0, 0, 0, 0, 0, 0, 0 };
403 RetainPtr<CGPSConverterRef> converter(AdoptCF, CGPSConverterCreate(0, &callbacks, 0));

Completed in 667 milliseconds

12345