Searched refs:callbacks (Results 51 - 75 of 123) sorted by relevance

12345

/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_fetcher.cc27 // Takes ownership of |callbacks|.
32 TemplateURLFetcherCallbacks* callbacks,
82 TemplateURLFetcherCallbacks* callbacks,
91 callbacks_(callbacks) {
274 TemplateURLFetcherCallbacks* callbacks,
277 scoped_ptr<TemplateURLFetcherCallbacks> owned_callbacks(callbacks);
77 RequestDelegate( TemplateURLFetcher* fetcher, const string16& keyword, const GURL& osdd_url, const GURL& favicon_url, TemplateURLFetcherCallbacks* callbacks, ProviderType provider_type) argument
270 ScheduleDownload( const string16& keyword, const GURL& osdd_url, const GURL& favicon_url, TemplateURLFetcherCallbacks* callbacks, ProviderType provider_type) argument
/external/webkit/Source/WebCore/fileapi/
H A DDOMFileSystemBase.cpp215 OwnPtr<EntryCallbacks> callbacks = EntryCallbacks::create(successCallback, errorCallback, this, absolutePath, false); local
217 m_asyncFileSystem->createFile(platformPath, flags->isExclusive(), callbacks.release());
219 m_asyncFileSystem->fileExists(platformPath, callbacks.release());
230 OwnPtr<EntryCallbacks> callbacks = EntryCallbacks::create(successCallback, errorCallback, this, absolutePath, true); local
232 m_asyncFileSystem->createDirectory(platformPath, flags->isExclusive(), callbacks.release());
234 m_asyncFileSystem->directoryExists(platformPath, callbacks.release());
H A DDOMFileSystem.cpp111 OwnPtr<FileWriterBaseCallbacks> callbacks = FileWriterBaseCallbacks::create(fileWriter, conversionCallback, errorCallback); local
112 m_asyncFileSystem->createWriter(fileWriter.get(), platformPath, callbacks.release());
H A DDOMFileSystemSync.cpp252 OwnPtr<FileWriterBaseCallbacks> callbacks = FileWriterBaseCallbacks::create(fileWriter, successCallback, errorCallback); local
253 m_asyncFileSystem->createWriter(fileWriter.get(), platformPath, callbacks.release());
/external/qemu/android/
H A Dadb-server.c48 AdbGuestRoutines* callbacks; member in struct:AdbGuest
190 adb_guest->callbacks->on_connected(adb_guest->opaque, adb_guest);
204 adb_guest->callbacks->on_disconnect(adb_guest->opaque, adb_guest);
244 adb_guest->callbacks->on_read(adb_guest->opaque, adb_guest, buff, size);
459 adb_server_register_guest(void* opaque, AdbGuestRoutines* callbacks) argument
467 adb_guest->callbacks = callbacks;
503 adb_guest->callbacks->on_read(adb_guest->opaque, adb_guest,
/external/aac/libMpegTPDec/src/
H A Dtpdec_lib.cpp123 CSTpCallBacks callbacks; /*!< Struct holding callback and its data */ member in struct:TRANSPORTDEC
237 err = CLatmDemux_ReadStreamMuxConfig(hBs, pLatmDemux, &hTp->callbacks, hTp->asc);
245 err = AudioSpecificConfig_Parse(&hTp->asc[layer], hBs, 1, &hTp->callbacks);
251 errC = hTp->callbacks.cbUpdateConfig(hTp->callbacks.cbUpdateConfigData, &hTp->asc[layer]);
269 hTpDec->callbacks.cbUpdateConfig = cbUpdateConfig;
270 hTpDec->callbacks.cbUpdateConfigData = user_data;
279 hTpDec->callbacks.cbSsc = cbSsc;
280 hTpDec->callbacks.cbSscData = user_data;
289 hTpDec->callbacks
[all...]
/external/ppp/pppd/
H A Decp.c153 f->callbacks = &ecp_callbacks;
H A Dfsm.h64 * Each FSM is described by an fsm structure and fsm callbacks.
81 struct fsm_callbacks *callbacks; /* Callback routines */ member in struct:fsm
/external/webkit/Source/WebKit/chromium/public/
H A DWebIDBDatabase.h67 virtual void setVersion(const WebString& version, WebIDBCallbacks* callbacks, WebExceptionCode&) { WEBKIT_ASSERT_NOT_REACHED(); } argument
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPDFRepresentation.mm90 CGPSConverterCallbacks callbacks = { 0, 0, 0, 0, 0, 0, 0, 0 };
91 CGPSConverterRef converter = CGPSConverterCreate(0, &callbacks, 0);
/external/aac/libMpegTPEnc/src/
H A Dtpenc_lib.cpp139 CSTpCallBacks callbacks; member in struct:TRANSPORTENC
296 &hTpEnc->callbacks
335 hTpEnc->callbacks.cbSbr = cbSbr;
336 hTpEnc->callbacks.cbSbrData = user_data;
391 &hTp->callbacks
584 tpErr = CreateStreamMuxConfig(hLatmConfig, dataBuffer, 0, &hTpEnc->callbacks);
588 if (transportEnc_writeASC(dataBuffer, cc, &hTpEnc->callbacks) != 0) {
/external/tremolo/Tremolo/
H A Dvorbisfile.c95 long bytes=(vf->callbacks.read_func)(buffer,1,CHUNKSIZE,vf->datasource);
106 (vf->callbacks.seek_func)(vf->datasource, offset, SEEK_SET);
512 (vf->callbacks.seek_func)(vf->datasource,0,SEEK_END);
513 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource);
721 long ibytes, ov_callbacks callbacks){
722 int offsettest=(f?callbacks.seek_func(f,0,SEEK_CUR):-1);
732 vf->callbacks = callbacks;
793 if(vf->datasource)(vf->callbacks.close_func)(vf->datasource);
811 ov_callbacks callbacks){
720 _ov_open1(void *f,OggVorbis_File *vf,char *initial, long ibytes, ov_callbacks callbacks) argument
810 ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, ov_callbacks callbacks) argument
818 ov_callbacks callbacks = { local
833 ov_test_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, ov_callbacks callbacks) argument
840 ov_callbacks callbacks = { local
[all...]
/external/libselinux/
H A DAndroid.mk32 src/callbacks.c \
/external/skia/third_party/glu/libtess/
H A DREADME74 are then tesselated, and the output is provided as callbacks.
86 The callbacks used to provide output are: /* which == */
93 Any of the callbacks may be left undefined; if so, the corresponding
100 It is followed by any number of "vertex" callbacks, which supply the
170 "outData". This handle is supplied during rendering callbacks.
320 tesselator objects, the callbacks from one tesselator can be fed
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
H A DSasl3Test.java388 public void handle(Callback[] callbacks) throws IOException, argument
390 for (Callback element : callbacks) {
411 public void handle(Callback[] callbacks) throws IOException, argument
413 for (Callback element : callbacks) {
/external/chromium/third_party/libevent/
H A Dhttp-internal.h116 TAILQ_HEAD(httpcbq, evhttp_cb) callbacks; member in struct:evhttp
/external/flac/include/FLAC/
H A Dmetadata.h104 * handle and callbacks, for situations where access by filename is not
761 /**< One or more of the required callbacks was NULL */
780 * before writing via callbacks. */
851 /** Read all metadata from a FLAC stream into the chain via I/O callbacks.
861 * \param callbacks
862 * A set of callbacks to use for I/O. The mandatory
863 * callbacks are \a read, \a seek, and \a tell.
871 FLAC_API FLAC__bool FLAC__metadata_chain_read_with_callbacks(FLAC__Metadata_Chain *chain, FLAC__IOHandle handle, FLAC__IOCallbacks callbacks);
873 /** Read all metadata from an Ogg FLAC stream into the chain via I/O callbacks.
886 * \param callbacks
[all...]
/external/webkit/Source/WebKit2/PluginProcess/mac/
H A DPluginProcessMac.mm193 const PluginProcessShimCallbacks callbacks = {
205 initFunc(callbacks);
/external/libxml2/
H A Dxmllint.c885 static int callbacks; variable
898 callbacks++;
916 callbacks++;
934 callbacks++;
951 callbacks++;
975 callbacks++;
1006 callbacks++;
1036 callbacks++;
1055 callbacks++;
1086 callbacks
[all...]
/external/ipsec-tools/
H A Dmain.c130 static void (*callbacks[10])(int fd); variable
151 callbacks[monitors] = callback;
202 callbacks[i](pollfds[i].fd);
/external/elfutils/src/
H A Di386_ld.c48 /* The old callbacks. */
1089 /* We have a few callbacks available. */
1090 old_open_outfile = statep->callbacks.open_outfile;
1091 statep->callbacks.open_outfile = elf_i386_open_outfile;
1093 statep->callbacks.relocate_section = elf_i386_relocate_section;
1095 statep->callbacks.initialize_plt = elf_i386_initialize_plt;
1096 statep->callbacks.initialize_pltrel = elf_i386_initialize_pltrel;
1098 statep->callbacks.initialize_got = elf_i386_initialize_got;
1099 statep->callbacks.initialize_gotplt = elf_i386_initialize_gotplt;
1101 statep->callbacks
[all...]
/external/icu4c/test/cintltst/
H A Dutransts.c123 static void InitXReplaceableCallbacks(UReplaceableCallbacks* callbacks) { argument
124 callbacks->length = Xlength;
125 callbacks->charAt = XcharAt;
126 callbacks->char32At = Xchar32At;
127 callbacks->replace = Xreplace;
128 callbacks->extract = Xextract;
129 callbacks->copy = Xcopy;
/external/elfutils/libdwfl/
H A Ddwfl_build_id_find_elf.c85 const Dwfl_Callbacks *const cb = mod->dwfl->callbacks;
H A Dargp-std.c153 if (dwfl->callbacks == &offline_callbacks)
211 else if (dwfl->callbacks != &offline_callbacks)
/external/webkit/Source/WebKit/chromium/src/
H A DWorkerFileSystemCallbacksBridge.cpp92 OwnPtr<MainThreadFileSystemCallbacks> callbacks = adoptPtr(new MainThreadFileSystemCallbacks(bridge, mode)); local
93 return callbacks.leakPtr();
302 WorkerFileSystemCallbacksBridge::WorkerFileSystemCallbacksBridge(WebWorkerBase* worker, ScriptExecutionContext* scriptExecutionContext, WebFileSystemCallbacks* callbacks) argument
306 , m_callbacksOnWorkerThread(callbacks)

Completed in 596 milliseconds

12345