OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:callback
(Results
1151 - 1175
of
6179
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/chromium/base/win/
object_watcher.h
19
// that provides a notification
callback
, OnObjectSignaled, that runs back on
80
static void
CALLBACK
DoneWaiting(void* param, BOOLEAN timed_out);
/external/chromium/chrome/browser/bookmarks/
bookmark_html_writer.h
66
// Favicon fetch
callback
. After all favicons are fetched executes
100
// TODO(sky): need a
callback
on failure.
/external/chromium/chrome/browser/
browser_about_handler.h
59
//
Callback
for output returned from renderer processes. Adds
77
// Glue between the
callback
task and the method in the singleton.
/external/chromium/chrome/browser/chromeos/notifications/
system_notification.h
49
// Same as Show() above with a footer link at the bottom and a
callback
52
MessageCallback*
callback
, bool urgent, bool sticky);
/external/chromium/chrome/browser/extensions/
extension_info_map.h
32
//
Callback
for when new extensions are loaded.
35
//
Callback
for when an extension is unloaded.
file_reader_unittest.cc
5
#include "base/
callback
.h"
34
FileReader::
Callback
* NewCallback() {
/external/chromium/chrome/browser/geolocation/
access_token_store.cc
97
LoadAccessTokensCallbackType*
callback
) {
99
new CancelableRequest<LoadAccessTokensCallbackType>(
callback
));
/external/chromium/chrome/browser/printing/
print_dialog_gtk.h
45
PrintingContextCairo::PrintSettingsCallback*
callback
);
78
// Printing dialog
callback
.
/external/chromium/chrome/browser/renderer_host/
download_throttling_resource_handler.h
32
public DownloadRequestLimiter::
Callback
{
58
// DownloadRequestLimiter::
Callback
implementation:
/external/chromium/chrome/browser/resources/bookmark_manager/js/
bmm_test.html
43
callback
) {
45
callbacks[id].push(
callback
);
/external/chromium/chrome/browser/ui/webui/
cookies_tree_model_adapter.h
17
// a
callback
for JS tree to load children of a specific node.
44
// JS
callback
that gets the tree node using the tree path info in |args| and
/external/chromium/chrome/browser/ui/webui/options/
core_options_handler.cc
207
// First param is name of
callback
function, so, there needs to be at least
211
// Get
callback
JS function name.
212
Value*
callback
;
local
213
if (!args->Get(0, &
callback
) || !
callback
->IsType(Value::TYPE_STRING))
217
if (!
callback
->GetAsString(&callback_function))
242
// First param is name is JS
callback
function name, the rest are pref
246
// Get preference change
callback
function name.
/external/chromium/chrome/common/
worker_thread_ticker.cc
45
bool WorkerThreadTicker::RegisterTickHandler(
Callback
*tick_handler) {
56
bool WorkerThreadTicker::UnregisterTickHandler(
Callback
*tick_handler) {
/external/chromium/net/disk_cache/
entry_impl.h
39
CompletionCallback*
callback
);
41
CompletionCallback*
callback
, bool truncate);
43
CompletionCallback*
callback
);
45
CompletionCallback*
callback
);
48
int ReadyForSparseIOImpl(CompletionCallback*
callback
);
155
CompletionCallback*
callback
);
171
int buf_len, CompletionCallback*
callback
);
173
CompletionCallback*
callback
, bool truncate);
in_flight_io.cc
75
//
callback
(so that a subsequent cancel does not invoke the
callback
again).
/external/chromium/net/http/
disk_cache_based_ssl_host_info.h
36
virtual int WaitForDataReady(CompletionCallback*
callback
);
102
// IsCallbackPending returns true if we have a pending
callback
.
/external/chromium/third_party/libevent/
evdns.3
70
.Fn evdns_resolve_ipv4 "const char *name" "int flags" "evdns_callback_type
callback
" "void *ptr"
72
.Fn evdns_resolve_reverse "struct in_addr *in" "int flags" "evdns_callback_type
callback
" "void *ptr"
127
void
callback
(int result, char type, int count, int ttl,
130
evdns_resolve("www.hostname.com", 0,
callback
, NULL);
132
When the lookup is complete the
callback
function is called. The
210
.It Ft int Fn evdns_resolve "const char *name" "int flags" "evdns_callback_type
callback
" "void *ptr"
216
The
callback
argument is a function which is called when
218
to that
callback
function.
evhttp.h
117
/** Set a
callback
for a specified URI */
121
/** Removes the
callback
for a specified URI */
124
/** Set a
callback
for all requests that are not caught by specific callbacks
228
/*
Callback
*/
233
* Chunked data
callback
- call for each completed chunk if
235
* the regular
callback
.
242
* parameters. The
callback
is executed when the request completed or an
282
/** Set a
callback
for connection close. */
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_testlib.cc
33
void
Callback
(const SuspendedThreadsList &suspended_threads_list,
41
StopTheWorld(
Callback
, NULL);
/external/elfutils/libdwfl/
libdwfl.h
165
library, and the `find_elf'
callback
will not be used for this module. */
181
Returns a nonzero return value from the
callback
.
182
The
callback
may call dwfl_report_module; doing so with the
214
Calls *
CALLBACK
for each module as long as it returns DWARF_CB_OK.
215
When *
CALLBACK
returns another value, the walk stops and the
219
int (*
callback
) (Dwfl_Module *, void **,
291
/* Standard find_elf
callback
function working solely on build ID.
292
This can be tried first by any find_elf
callback
, to use the
298
/* Standard find_debuginfo
callback
function working solely on build ID.
299
This can be tried first by any find_debuginfo
callback
,
[
all
...]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
InteractiveCallback.java
21
* This
callback
interface is used during a "keyboard-interactive"
23
* most often just one challenge at a time), this
callback
function will be
/external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractChainedListenableFutureTest.java
53
// Verify that get throws a timeout exception before the
callback
is called.
75
// the
callback
is called.
/external/kernel-headers/original/linux/lockd/
xdr.h
73
* statd
callback
when client has rebooted
85
* Contents of statd
callback
when monitored host rebooted
/external/libnfc-nxp/src/
phFriNfc_Llcp.h
333
/**<
Callback
function for link status notification*/
336
/**<
Callback
context for link status notification*/
339
/**<
Callback
function for compliance checking*/
342
/**<
Callback
context for compliance checking*/
366
/**< Send
callback
*/
369
/**< Send
callback
*/
381
/**< Receive
callback
*/
384
/**< Receive
callback
*/
/external/libvpx/libvpx/vpx/
vpx_decoder.h
254
/*!\brief put frame
callback
prototype
256
* This
callback
is invoked by the decoder to notify the application of
269
* \param[in] cb Pointer to the
callback
function
273
*
Callback
successfully registered.
294
/*!\brief put slice
callback
prototype
296
* This
callback
is invoked by the decoder to notify the application of
311
* \param[in] cb Pointer to the
callback
function
315
*
Callback
successfully registered.
Completed in 736 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>