HomeSort by relevance Sort by last modified time
    Searched full:callback (Results 776 - 800 of 6179) sorted by null

<<31323334353637383940>>

  /external/chromium/chrome/browser/history/
top_sites_backend.cc 33 GetMostVisitedThumbnailsCallback* callback) {
35 new GetMostVisitedThumbnailsRequest(callback);
69 EmptyRequestCallback* callback) {
70 EmptyRequestRequest* request = new EmptyRequestRequest(callback);
  /external/chromium/chrome/browser/password_manager/
password_store.cc 18 PasswordStore::GetLoginsRequest::GetLoginsRequest(GetLoginsCallback* callback)
20 std::vector<webkit_glue::PasswordForm*> >(callback) {
97 GetLoginsCallback* callback) {
98 return new GetLoginsRequest(callback);
  /external/chromium/chrome/browser/remoting/
remoting_options_handler.h 18 // callback in the ServiceProcessControl) and updates current status
  /external/chromium/chrome/browser/resources/net_internals/
testview.js 35 * Callback for when the connection tests have begun.
55 * Callback for when an individual test in the suite has begun.
100 * Callback for when an individual test in the suite has finished.
127 * Callback for when the last test in the suite has finished.
  /external/chromium/chrome/browser/sync/glue/
database_model_worker.h 9 #include "base/callback.h"
password_model_worker.h 12 #include "base/callback.h"
  /external/chromium/chrome/browser/ui/gtk/
gtk_expanded_container.cc 86 register GMarshalFunc_VOID__OBJECT_BOXED callback; local
100 callback = reinterpret_cast<GMarshalFunc_VOID__OBJECT_BOXED>(
101 marshal_data ? marshal_data : cc->callback);
103 callback(data1,
  /external/chromium/net/base/
cert_verifier.cc 87 // Represents the output and result callback of a request.
90 CertVerifierRequest(CompletionCallback* callback,
92 : callback_(callback),
96 // Ensures that the result callback will never be made.
103 // CertVerifyResult and calls the callback.
310 CompletionCallback* callback,
314 if (!callback || !verify_result || hostname.empty()) {
342 // callback.
362 new CertVerifierRequest(callback, verify_result);
467 CompletionCallback* callback) {
494 CompletionCallback* callback = cur_request_callback_; local
    [all...]
dnsrr_resolver.h 91 // Resolve starts the resolution process. When complete, |callback| is called
93 // result of the resolution. Note that |callback| is called via the current
100 uint16 flags, CompletionCallback* callback,
104 // CancelResolve cancels an inflight lookup. The callback for this lookup
test_completion_callback.cc 25 have_result_ = false; // auto-reset for next callback
  /external/chromium/net/proxy/
multi_threaded_proxy_resolver_unittest.cc 41 CompletionCallback* callback,
49 EXPECT_TRUE(callback == NULL);
71 CompletionCallback* callback) {
140 CompletionCallback* callback,
149 query_url, results, callback, request, net_log);
167 CompletionCallback* callback,
171 query_url, results, callback, request, net_log);
184 CompletionCallback* callback) {
185 return impl_->SetPacScript(script_data, callback);
318 // There is no way to get a callback directly when PurgeMemory() completes, s
621 TestCompletionCallback callback[kNumRequests]; local
733 TestCompletionCallback callback[kNumRequests]; local
    [all...]
proxy_script_fetcher_impl.h 48 CompletionCallback* callback);
77 // Callback for time-out task of request with id |id|.
101 // Callback to invoke on completion of the fetch.
110 // This buffer is owned by the owner of |callback|, and will be filled with
  /external/chromium/net/socket/
socks5_client_socket.h 54 virtual int Connect(CompletionCallback* callback
71 virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback);
72 virtual int Write(IOBuffer* buf, int buf_len, CompletionCallback* callback);
131 // Stores the callback to the layer above, called on completing Connect().
socks_client_socket.h 51 virtual int Connect(CompletionCallback* callback
68 virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback);
69 virtual int Write(IOBuffer* buf, int buf_len, CompletionCallback* callback);
112 // Stores the callback to the layer above, called on completing Connect().
  /external/chromium/webkit/glue/media/
web_data_source_factory.h 36 const std::string& url, BuildCallback* callback);
  /external/elfutils/libdwfl/
dwfl_getdwarf.c 54 int (*callback) (Dwfl_Module *, void **, member in struct:module_callback_info
67 return (*info->callback) (mod, userdata, name, start, dw, bias, info->arg);
72 int (*callback) (Dwfl_Module *, void **,
78 struct module_callback_info info = { callback, arg };
  /external/flac/include/FLAC/
stream_encoder.h 64 * callback which will be called whenever FLAC data is ready to be written.
65 * If the client also supplies a seek callback, the encoder will also
69 * optional progress callback for periodic notification of progress; the
146 * You must also supply a write callback which will be called anytime
156 * internally. You may also supply a progress callback for periodic
164 * call the write callback several times, once with the \c fLaC signature,
191 * data still in its input pipe, and call the metadata callback with the
306 /**< A required callback was not supplied. */
360 /** Return values for the FLAC__StreamEncoder read callback.
386 /** Return values for the FLAC__StreamEncoder write callback
    [all...]
  /external/icu4c/layout/
LEInsertionList.h 19 * This class encapsulates the callback used by <code>LEInsertionList</code>
109 * @param callback the <code>LEInsertionCallback</code> to call for each insertion.
111 * @return <code>TRUE</code> if <code>callback</code> returned <code>TRUE</code> to
116 le_bool applyInsertions(LEInsertionCallback *callback);
  /external/kernel-headers/original/linux/lockd/
nlm.h 51 #define NLMPROC_NSM_NOTIFY 16 /* statd callback */
  /external/libnfc-nci/src/nfa/int/
nfa_ce_int.h 38 /* ce status callback */
146 tNFA_CONN_CBACK *p_conn_cback; /* Callback for this listen request */
153 UINT8 t4t_aid_handle; /* Type-4 aid callback handle (from CE_T4tRegisterAID) */
177 tNFA_CONN_CBACK *p_active_conn_cback; /* Callback of activated CE */
  /external/libnfc-nci/src/udrv/include/
uamp_api.h 62 ** Description: Callback for events. Register callback using UAMP_Init.
85 ** Parameters p_cback: Callback function for UAMP event notification
152 ** UAMP_EVT_RX_READY callback event.
  /external/libsepol/src/
handle.c 13 /* Set callback */
  /external/qemu/android/
sdk-controller-socket.h 129 /* Defines client's callback set to monitor SDK controller socket connection.
131 * SDKCtlSocket will invoke this callback when connection to TCP port is
136 * The main purpose of this callback for the client is to monitor connection
137 * state: in addition to TCP port connection, this callback will be invoked when
154 /* Enumerates port connection statuses passed to port connection callback.
177 /* Defines client's callback set to receive port connection status.
184 * multi-touch functionality. So, for multi-touch example, this callback will be
197 /* Defines a message notification callback.
202 * be released upon exit from this callback (thus, could be freed along
204 * message after the callback returns, it should reference the messag
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/html/
guideaudioexamples.html 99 wanted.samples = 1024; /* Good low-latency value for callback */
100 wanted.callback = fill_audio;
126 /* The audio function callback takes the following parameters:
149 /* Let the callback function play the audio chunk */
sdllockaudio.html 83 >SDL_LockAudio&nbsp;--&nbsp;Lock out the callback function</DIV
123 >The lock manipulated by these functions protects the callback function.
125 callback function is not running. Do not call these from the callback

Completed in 960 milliseconds

<<31323334353637383940>>