/external/chromium/net/disk_cache/ |
disk_cache.h | 48 // net error code. If this function returns ERR_IO_PENDING, the |callback| will 51 // completes (the callback is notified). 55 CompletionCallback* callback); 61 // callback that has not been invoked yet), this method cancels said 65 // callback from within this method. 74 // a net error code. If this method returns ERR_IO_PENDING, the |callback| 78 CompletionCallback* callback) = 0; 84 // the |callback| will be invoked when the entry is available. The pointer to 87 CompletionCallback* callback) = 0; 90 // is a net error code. If this method returns ERR_IO_PENDING, the |callback| [all...] |
/external/chromium/net/socket/ |
ssl_client_socket_pool_unittest.cc | 7 #include "base/callback.h" 197 TestCompletionCallback callback; local 199 "a", params, MEDIUM, &callback, pool_.get(), BoundNetLog()); 204 EXPECT_EQ(ERR_CONNECTION_FAILED, callback.WaitForResult()); 222 TestCompletionCallback callback; local 224 "a", params, MEDIUM, &callback, pool_.get(), BoundNetLog()); 241 TestCompletionCallback callback; local 243 "a", params, MEDIUM, &callback, pool_.get(), BoundNetLog()); 248 EXPECT_EQ(OK, callback.WaitForResult()); 264 TestCompletionCallback callback; local 287 TestCompletionCallback callback; local 313 TestCompletionCallback callback; local 340 TestCompletionCallback callback; local 366 TestCompletionCallback callback; local 398 TestCompletionCallback callback; local 427 TestCompletionCallback callback; local 446 TestCompletionCallback callback; local 471 TestCompletionCallback callback; local 490 TestCompletionCallback callback; local 512 TestCompletionCallback callback; local 531 TestCompletionCallback callback; local 568 TestCompletionCallback callback; local 598 TestCompletionCallback callback; local 633 TestCompletionCallback callback; local 697 TestCompletionCallback callback; local [all...] |
server_socket.h | 28 // Accept connection. Callback is called when new connection is 31 CompletionCallback* callback) = 0;
|
/dalvik/vm/alloc/ |
HeapBitmap.cpp | 94 * Visits set bits in address order. The callback is not permitted to 97 void dvmHeapBitmapWalk(const HeapBitmap *bitmap, BitmapCallback *callback, 102 assert(callback != NULL); 112 (*callback)(obj, arg); 120 * Similar to dvmHeapBitmapWalk but the callback routine is permitted 124 * The callback is invoked with a finger argument. The finger is a 126 * callback sets a bit for an address at or above the finger, this 127 * address will be visited by the traversal. If the callback sets a 132 BitmapScanCallback *callback, void *arg) 136 assert(callback != NULL) [all...] |
HeapBitmap.h | 74 * Callback types used by the walking routines. 106 * Applies the callback function to each set address in the bitmap. 109 BitmapCallback *callback, void *callbackArg); 112 * Like dvmHeapBitmapWalk but takes a callback function with a finger 116 BitmapScanCallback *callback, void *arg); 121 * <callback> zero or more times with lists of these object pointers. 123 * The callback is not permitted to increase the max of either bitmap. 127 BitmapSweepCallback *callback, void *callbackArg);
|
/device/generic/goldfish/camera/ |
CallbackNotifier.h | 53 /* Actual handler for camera_device_ops_t::set_callbacks callback. 55 * handing the camera_device_ops_t::set_callbacks callback. 63 /* Actual handler for camera_device_ops_t::enable_msg_type callback. 65 * handing the camera_device_ops_t::enable_msg_type callback. 69 /* Actual handler for camera_device_ops_t::disable_msg_type callback. 71 * handing the camera_device_ops_t::disable_msg_type callback. 76 * callback. This method is called by the containing emulated camera object 78 * callback. 86 * handing the camera_device_ops_t::start_recording callback. 90 * callback [all...] |
/external/chromium/net/base/ |
file_stream_win.cc | 61 void IOCompletionIsPending(CompletionCallback* callback); 64 CompletionCallback* callback() const { return callback_; } function in class:net::FileStream::AsyncContext 92 CompletionCallback* callback) { 94 callback_ = callback; 186 DCHECK(!async_context_.get() || !async_context_->callback()); 222 char* buf, int buf_len, CompletionCallback* callback) { 229 DCHECK(callback); 230 DCHECK(!async_context_->callback()); 233 DCHECK(!callback); 243 async_context_->IOCompletionIsPending(callback); [all...] |
/external/chromium/chrome/browser/sync/notifier/ |
chrome_invalidation_client.cc | 118 invalidation::Closure* callback) { 120 DCHECK(invalidation::IsCallbackRepeatable(callback)); 127 RunAndDeleteClosure(callback); 146 RunAndDeleteClosure(callback); 160 // TODO(akalin): We should really |callback| only after we get the 162 RunAndDeleteClosure(callback); 168 invalidation::Closure* callback) { 170 DCHECK(invalidation::IsCallbackRepeatable(callback)); 173 // TODO(akalin): We should really |callback| only after we get the 175 RunAndDeleteClosure(callback); [all...] |
/external/chromium/chrome/browser/ui/views/ |
file_manager_dialogs.cc | 37 // Register our callback and associate it with our tab. 38 FileDialogFunction::Callback::Add(tab_id_, listener_, html_view, params); 49 FileDialogFunction::Callback::Remove(tab_id_); 85 // A callback to notify the delegate that the dialog closed. 92 const FileDialogFunction::Callback& callback = local 93 FileDialogFunction::Callback::Find(tab_id_); 94 if (!callback.IsNull()) 95 callback.listener()->FileSelectionCanceled(callback.params()) [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Array/ |
regress-290592.js | 51 reportCompare(v, array[index], 'identity: check callback argument consistency'); 57 reportCompare(v, array[index], 'mutate: check callback argument consistency'); 69 reportCompare(v, array[index], 'mutateForEach: check callback argument consistency'); 81 reportCompare(v, array[index], 'makeUpperCase: check callback argument consistency'); 95 reportCompare(v, array[index], 'concat: check callback argument consistency'); 102 reportCompare(v, array[index], 'isUpperCase: check callback argument consistency'); 115 reportCompare(v, array[index], 'isString: check callback argument consistency'); 120 // callback object. 128 reportCompare(v, array[index], 'ArrayCallback.prototype.makeUpperCase: check callback argument consistency'); 141 reportCompare(v, array[index], 'ArrayCallback.prototype.concat: check callback argument consistency') [all...] |
/external/bluetooth/bluedroid/btif/include/ |
btif_common.h | 61 ASSERTC(0, "Callback is NULL", 0); \ 108 BTIF_DM_CB_HID_REMOTE_NAME, /* Remote name callback for HID device */ 110 BTIF_DM_CB_LE_TX_TEST, /* BLE Tx Test command complete callback */ 111 BTIF_DM_CB_LE_RX_TEST, /* BLE Rx Test command complete callback */ 112 BTIF_DM_CB_LE_TEST_END, /* BLE Test mode end callback */ 144 ** Type definitions for callback functions 159 tBTIF_CBACK* p_cb; /* context switch callback */ 161 /* parameters passed to callback */
|
/external/bluetooth/bluedroid/hci/include/ |
bt_hci_lib.h | 99 * Bluetooth Host/Controller callback structure. 105 /* preload initialization callback */ 108 /* postload initialization callback */ 111 /* lpm enable/disable callback */ 114 /* datapath buffer allocation callback (callout) */ 117 /* datapath buffer deallocation callback (callout) */ 120 /* transmit result callback */ 164 * Opens the interface and provides the callback routines
|
/external/chromium/base/ |
callback.h | 2 // pump.py callback.h.pump 18 // New, super-duper, unified Callback system. This will eventually replace 24 // The templated Callback class is a generalized function object. Together 36 // The Callback objects themselves should be passed by const-reference, and 48 // base::Callback<int(void)> func_cb = base::Bind(&Return5); 62 // base::Callback<int(void)> ref_cb = base::Bind(&Ref::Foo, ref.get()); 70 // * WARNING: You must be sure the referee outlives the callback! 81 // base::Callback<int(void)> base::no_ref_cb = 92 // base::Callback<int(void)> bound_copy_cb = base::Bind(&Identity, value); 93 // base::Callback<int(void)> bound_ref_cb [all...] |
/external/chromium/chrome/browser/download/ |
download_history.cc | 29 void DownloadHistory::Load(HistoryService::DownloadQueryCallback* callback) { 30 DCHECK(callback); 33 delete callback; 36 hs->QueryDownloads(&history_consumer_, callback); 45 HistoryService::DownloadCreateCallback* callback) { 59 callback->RunWithParams( 61 delete callback; 65 hs->CreateDownload(info, &history_consumer_, callback);
|
/external/chromium/chrome/browser/ui/ |
crypto_module_password_dialog_nss.cc | 34 Callback0::Type* callback); 53 Callback0::Type* callback) 58 callback_(callback), 138 Callback0::Type* callback) { 142 (new SlotUnlocker(modules, reason, host, callback))->Start(); 146 callback->Run(); 152 Callback0::Type* callback) { 156 UnlockSlotsIfNecessary(modules, reason, host, callback);
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
accounts_options_handler.h | 37 // Javascript callback to fetch known user pictures. 40 // Javascript callback to auto add existing users to white list.
|
/external/chromium/net/http/ |
http_auth_handler_mock.cc | 47 CompletionCallback* callback) { 57 user_callback_ = callback; 97 CompletionCallback* callback, 104 user_callback_ = callback; 121 CompletionCallback* callback = user_callback_; local 123 callback->Run(OK); 132 CompletionCallback* callback = user_callback_; local 134 callback->Run(generate_rv_);
|
/external/chromium/net/proxy/ |
proxy_resolver_mac.h | 25 CompletionCallback* callback, 35 CompletionCallback* /*callback*/);
|
proxy_resolver_winhttp.h | 26 CompletionCallback* /*callback*/, 35 CompletionCallback* /*callback*/);
|
/external/chromium/net/udp/ |
udp_client_socket.h | 26 virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback); 27 virtual int Write(IOBuffer* buf, int buf_len, CompletionCallback* callback);
|
udp_server_socket.h | 30 CompletionCallback* callback); 34 CompletionCallback* callback);
|
/external/qemu/target-arm/ |
helper-android.h | 14 /* Hooks to translated BL/BLX. This callback is used to build thread's 21 /* Hooks to return from translated BL/BLX. This callback is used to build
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
disconnected-frame-already.js | 16 testFailed('Success callback invoked unexpectedly'); 19 testFailed('Error callback invoked unexpectedly');
|
multiple-requests.js | 23 testFailed('Error callback invoked unexpectedly'); 32 testFailed('Error callback invoked unexpectedly');
|
notimer-after-unload.js | 11 function(p) {alert('FAIL: Unexpected Geolocation success callback.');}, 12 function(e) {alert('FAIL: Unexpected Geolocation error callback.' + e.code + e.message);},
|