Home
last modified time | relevance | path

Searched defs:callback (Results 1 – 25 of 1067) sorted by relevance

12345678910>>...43

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
Dcontainer.js143 _proto.each = function each(callback) { argument
170 _proto.walk = function walk(callback) { argument
181 _proto.walkAttributes = function walkAttributes(callback) { argument
189 _proto.walkClasses = function walkClasses(callback) { argument
197 _proto.walkCombinators = function walkCombinators(callback) { argument
205 _proto.walkComments = function walkComments(callback) { argument
213 _proto.walkIds = function walkIds(callback) { argument
221 _proto.walkNesting = function walkNesting(callback) { argument
229 _proto.walkPseudos = function walkPseudos(callback) { argument
237 _proto.walkTags = function walkTags(callback) { argument
[all …]
/third_party/python/Lib/test/test_importlib/import_/
Dtest_relative_imports.py59 def relative_import_test(self, create, globals_, callback): argument
80 def callback(global_): function
92 def callback(global_): function
105 def callback(global_): function
118 def callback(global_): function
130 def callback(global_): function
147 def callback(global_): function
158 def callback(global_): function
169 def callback(global_): function
191 def callback(global_): function
[all …]
/third_party/skia/modules/canvaskit/tests/
Dutil.js5 const _commonGM = (it, pause, name, callback, assetsToFetchOrPromisesToWaitOn) => { argument
100 const gm = (name, callback, ...assetsToFetchOrPromisesToWaitOn) => { argument
108 const fgm = (name, callback, ...assetsToFetchOrPromisesToWaitOn) => { argument
116 const force_gm = (name, callback, ...assetsToFetchOrPromisesToWaitOn) => { argument
123 const skip_gm = (name, callback, ...assetsToFetchOrPromisesToWaitOn) => { argument
132 const pause_gm = (name, callback, ...assetsToFetchOrPromisesToWaitOn) => { argument
136 const _commonMultipleCanvasGM = (it, pause, name, callback) => { argument
180 const multipleCanvasGM = (name, callback) => { argument
189 const fmultipleCanvasGM = (name, callback) => { argument
198 const force_multipleCanvasGM = (name, callback) => { argument
[all …]
/third_party/cef/libcef/browser/
Dtrace_subscriber.cc20 base::OnceCallback<void(const base::FilePath&)> callback) { in CreateTemporaryFileOnBackgroundThread()
33 CefRefPtr<CefCompletionCallback> callback) in CefCompletionCallbackWrapper()
70 CefRefPtr<CefCompletionCallback> callback) { in BeginTracing()
93 CefRefPtr<CefEndTracingCallback> callback) { in EndTracing()
127 CefRefPtr<CefEndTracingCallback> callback, in ContinueEndTracing()
135 CefRefPtr<CefEndTracingCallback> callback, in OnTracingFileResult()
Dfile_dialog_manager.cc24 explicit CefFileDialogCallbackImpl(CallbackType callback) in CefFileDialogCallbackImpl()
73 static void CancelNow(CallbackType callback) { in CancelNow()
84 void RunFileDialogDismissed(CefRefPtr<CefRunFileDialogCallback> callback, in RunFileDialogDismissed()
99 CefFileDialogRunner::RunFileChooserCallback callback) in UploadFolderHelper()
131 static void CancelNow(CefFileDialogRunner::RunFileChooserCallback callback) { in CancelNow()
164 CefRefPtr<CefRunFileDialogCallback> callback) { in RunFileDialog()
212 CefFileDialogRunner::RunFileChooserCallback callback; in RunFileChooser() local
228 CefFileDialogRunner::RunFileChooserCallback callback) { in RunFileChooser()
237 CefFileDialogRunner::RunFileChooserCallback callback) { in RunFileChooserInternal()
309 CefFileDialogRunner::RunFileChooserCallback callback, in OnRunFileChooserCallback()
Drequest_context_impl.cc59 explicit ResolveHostHelper(CefRefPtr<CefResolveCallback> callback) in ResolveHostHelper()
225 base::OnceClosure callback) { in ExecuteWhenBrowserContextInitialized()
241 BrowserContextCallback callback) { in GetBrowserContext()
248 BrowserContextCallback callback) { in GetBrowserContext()
337 CefRefPtr<CefCompletionCallback> callback) { in GetCookieManager()
474 CefRefPtr<CefCompletionCallback> callback) { in ClearCertificateExceptions()
482 CefRefPtr<CefCompletionCallback> callback) { in ClearHttpAuthCredentials()
490 CefRefPtr<CefCompletionCallback> callback) { in CloseAllConnections()
499 CefRefPtr<CefResolveCallback> callback) { in ResolveHost()
555 CefRefPtr<CefCompletionCallback> callback) { in GetMediaRouter()
[all …]
/third_party/node/deps/undici/src/docs/api/
DDispatcher.md67 #### Parameter: `ConnectOptions`
74 #### Parameter: `ConnectData`
81 #### Example - Connect request with echo
467 #### Parameter: `RequestOptions`
477 #### Parameter: `ResponseData`
503 #### Example 1 - Basic GET Request
538 #### Example 2 - Aborting a request
644 #### Parameter: `StreamFactoryData`
651 #### Parameter: `StreamData`
657 #### Example 1 - Basic GET stream request
[all …]
/third_party/cef/libcef/browser/net_service/
Dcookie_manager_impl.cc39 void RunAsyncCompletionOnUIThread(CefRefPtr<CefCompletionCallback> callback) { in RunAsyncCompletionOnUIThread()
47 void SetCookieCallbackImpl(CefRefPtr<CefSetCookieCallback> callback, in SetCookieCallbackImpl()
61 void DeleteCookiesCallbackImpl(CefRefPtr<CefDeleteCookiesCallback> callback, in DeleteCookiesCallbackImpl()
124 CefRefPtr<CefCompletionCallback> callback) { in Initialize()
133 for (auto& callback : init_callbacks_) { in Initialize() local
180 CefRefPtr<CefSetCookieCallback> callback) { in SetCookie()
198 CefRefPtr<CefDeleteCookiesCallback> callback) { in DeleteCookies()
215 CefRefPtr<CefCompletionCallback> callback) { in FlushStore()
269 CefRefPtr<CefSetCookieCallback> callback) { in SetCookieInternal()
321 CefRefPtr<CefDeleteCookiesCallback> callback) { in DeleteCookiesInternal()
[all …]
Dresource_handler_wrapper.cc21 explicit SkipCallbackWrapper(InputStream::SkipCallback callback) in SkipCallbackWrapper()
60 explicit ReadCallbackWrapper(InputStream::ReadCallback callback) in ReadCallbackWrapper()
157 CefRefPtr<ReadCallbackWrapper> callback) { in ReadResponse()
169 CefRefPtr<ReadCallbackWrapper> callback) in ReadResponseCallbackWrapper()
179 CefRefPtr<ReadCallbackWrapper> callback) { in ReadResponseOnIOThread()
242 bool Skip(int64_t n, int64_t* bytes_skipped, SkipCallback callback) override { in Skip()
268 ReadCallback callback) override { in Read()
311 OpenCallbackWrapper(ResourceResponse::OpenCallback callback, in OpenCallbackWrapper()
353 static void Execute(ResourceResponse::OpenCallback callback, in Execute()
401 OpenCallback callback) override { in OpenInputStream()
/third_party/cef/include/
Dcef_resource_handler.h102 CefRefPtr<CefCallback> callback) { in Open()
118 CefRefPtr<CefCallback> callback) { in ProcessRequest()
154 CefRefPtr<CefResourceSkipCallback> callback) { in Skip()
176 CefRefPtr<CefResourceReadCallback> callback) { in Read()
194 CefRefPtr<CefCallback> callback) { in ReadResponse()
/third_party/node/test/parallel/
Dtest-stream-readable-emit-readable-short-stream.js16 transform: common.mustCall(function(chunk, encoding, callback) { argument
20 flush: common.mustCall(function(callback) { argument
39 transform: common.mustCall(function(chunk, encoding, callback) { argument
43 flush: common.mustCall(function(callback) { argument
62 transform: common.mustCall(function(chunk, encoding, callback) { argument
66 flush: common.mustCall(function(callback) { argument
126 transform: common.mustCall(function(chunk, encoding, callback) { argument
130 flush: common.mustCall(function(callback) { argument
Dtest-dgram-send-error.js12 function getSocket(callback) { argument
17 socket[kStateSymbol].handle.lookup = function(address, callback) { argument
36 const callback = common.mustCall((err) => { constant
51 const callback = common.mustCall((err) => { constant
Dtest-net-onread-static-buffer.js20 callback: function(nread, buf) { method
44 callback: function(nread, buf) { method
77 callback: function(nread, buf) { method
108 callback: function(nread, buf) { method
137 callback: function(nread, buf) { method
169 callback: function(nread, buf) { method
/third_party/PyYAML/examples/pygments-lexer/
Dyaml.py34 def callback(lexer, match, context): function
44 def callback(lexer, match, context): function
56 def callback(lexer, match, context): function
78 def callback(lexer, match, context): function
91 def callback(lexer, match, context): function
108 def callback(lexer, match, context): function
125 def callback(lexer, match, context): function
145 def callback(lexer, match, context): function
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMidiDeviceMonitor.java66 final DeviceCallback callback = item.getKey(); in onDeviceAdded() local
84 final DeviceCallback callback = item.getKey(); in onDeviceRemoved() local
102 final DeviceCallback callback = item.getKey(); in onDeviceStatusChanged() local
135 public void registerDeviceCallback(DeviceCallback callback, Handler handler) { in registerDeviceCallback()
144 public void unregisterDeviceCallback(DeviceCallback callback) { in unregisterDeviceCallback()
/third_party/node/lib/internal/readline/
Dcallbacks.js33 function cursorTo(stream, x, y, callback) { argument
61 function moveCursor(stream, dx, dy, callback) { argument
95 function clearLine(stream, dir, callback) { argument
114 function clearScreenDown(stream, callback) { argument
/third_party/node/deps/npm/node_modules/npm-packlist/lib/
Dindex.js142 addIgnoreFile (file, callback) { argument
182 onstat (opts, callback) { argument
192 stat (opts, callback) { argument
248 walker (entry, opts, callback) { argument
269 injectRules (filename, rules, callback = () => {}) { argument
275 processPackage (callback) { argument
444 const walk = (tree, options, callback) => { argument
/third_party/node/lib/
Dfs.js234 function access(path, mode, callback) { argument
271 function exists(path, callback) { argument
369 function checkAborted(signal, callback) { argument
391 function readFile(path, options, callback) { argument
529 function close(fd, callback = defaultCloseCallback) { argument
563 function open(path, flags, mode, callback) { argument
621 function read(fd, buffer, offsetOrOptions, length, position, callback) { argument
768 function readv(fd, buffers, position, callback) { argument
826 function write(fd, buffer, offsetOrOptions, length, position, callback) { argument
953 function writev(fd, buffers, position, callback) { argument
[all …]
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dcallbacks.rs78 let callback = ssl in raw_client_psk() localVariable
117 let callback = ssl in raw_server_psk() localVariable
150 let callback = ctx in ssl_raw_verify() localVariable
167 let callback = arg as *const F; in raw_sni() localVariable
193 let callback = ssl in raw_alpn_select() localVariable
219 let callback = ssl in raw_tmp_dh() localVariable
247 let callback = ssl in raw_tmp_ecdh() localVariable
274 let callback = ssl in raw_tmp_dh_ssl() localVariable
302 let callback = ssl in raw_tmp_ecdh_ssl() localVariable
325 let callback = ssl in raw_tlsext_status() localVariable
[all …]
/third_party/cef/libcef_dll/ctocpp/
Dresource_handler_ctocpp.cc28 CefRefPtr<CefCallback> callback) { in Open()
63 CefRefPtr<CefCallback> callback) { in ProcessRequest()
118 CefRefPtr<CefResourceSkipCallback> callback) { in Skip()
145 CefRefPtr<CefResourceReadCallback> callback) { in Read()
175 CefRefPtr<CefCallback> callback) { in ReadResponse()
/third_party/node/doc/api/
Ddgram.md689 #### Note about UDP datagram size
987 [`'close'`]: #event-close
994 [`close()`]: #socketclosecallback
996 [`connect()`]: #socketconnectport-address-callback
997 [`dgram.createSocket()`]: #dgramcreatesocketoptions-callback
999 [`socket.address().address`]: #socketaddress
1000 [`socket.address().port`]: #socketaddress
1001 [`socket.bind()`]: #socketbindport-address-callback
1002 [`socket.close()`]: #socketclosecallback
/third_party/cef/libcef/browser/media_router/
Dmedia_router_impl.cc150 CefRefPtr<CefCompletionCallback> callback) { in Initialize()
159 for (auto& callback : init_callbacks_) { in Initialize() local
210 CefRefPtr<CefMediaRouteCreateCallback> callback) { in CreateRoute()
240 CefRefPtr<CefMediaRouteCreateCallback> callback) { in CreateRouteInternal()
284 CefRefPtr<CefMediaRouteCreateCallback> callback, in CreateRouteCallback()
308 base::OnceClosure callback) { in StoreOrTriggerInitCallback()
331 CefRefPtr<CefCompletionCallback> callback) { in GetGlobalMediaRouter()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/org/freedesktop/gstreamer/androidmedia/
DGstAhcCallback.java35 long callback, long user_data); in gst_ah_camera_on_preview_frame()
37 long callback, long user_data); in gst_ah_camera_on_error()
39 long callback, long user_data); in gst_ah_camera_on_auto_focus()
41 public GstAhcCallback(long callback, long user_data) { in GstAhcCallback()
/third_party/node/deps/v8/src/heap/
Dremembered-set.h38 static int Iterate(SlotSet* slot_set, MemoryChunk* chunk, Callback callback, in Iterate()
140 Callback callback) { in Iterate()
151 static void IterateMemoryChunks(Heap* heap, Callback callback) { in IterateMemoryChunks()
171 static int Iterate(MemoryChunk* chunk, Callback callback, in Iterate()
179 MemoryChunk* chunk, Callback callback, in IterateAndTrackEmptyBuckets()
253 Callback callback) { in IterateTyped()
265 static void IterateTyped(MemoryChunk* chunk, Callback callback) { in IterateTyped()
307 Callback callback) { in UpdateCodeEntry()
322 Callback callback) { in UpdateCodeTarget()
338 Callback callback) { in UpdateEmbeddedPointer()
/third_party/cef/libcef_dll/cpptoc/
Dresource_handler_cpptoc.cc30 cef_callback_t* callback) { in resource_handler_open()
70 cef_callback_t* callback) { in resource_handler_process_request()
137 cef_resource_skip_callback_t* callback) { in resource_handler_skip()
174 cef_resource_read_callback_t* callback) { in resource_handler_read()
216 cef_callback_t* callback) { in resource_handler_read_response()

12345678910>>...43