/external/chromium/chrome/browser/password_manager/ |
password_store_win.cc | 26 explicit FormGetLoginsRequest(PasswordStore::GetLoginsCallback* callback) 27 : GetLoginsRequest(callback) {} 182 GetLoginsCallback* callback) { 183 return new FormGetLoginsRequest(callback);
|
password_store_win.h | 38 GetLoginsCallback* callback) OVERRIDE;
|
/external/chromium/chrome/browser/safe_browsing/ |
malware_details_cache.cc | 9 #include "base/callback.h" 41 Task* callback) { 49 callback_ = callback; 53 // check if we call their callback immediately.
|
/external/chromium/chrome/browser/sessions/ |
base_session_service.h | 10 #include "base/callback.h" 59 // Callback used when fetching the last session. The last session consists 64 explicit InternalGetCommandsRequest(CallbackType* callback) 65 : CancelableRequest<InternalGetCommandsCallback>(callback) {
|
/external/chromium/chrome/browser/sync/engine/ |
model_changing_syncer_command.cc | 7 #include "base/callback.h"
|
/external/chromium/chrome/browser/sync/glue/ |
history_model_worker.h | 12 #include "base/callback.h"
|
password_model_worker.cc | 7 #include "base/callback.h"
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_item_mac.h | 48 // Callback for asynchronous icon loading.
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_custom_menu.h | 12 // only to override most of the button/motion/move callback functions so
|
/external/chromium/chrome/browser/ui/gtk/status_icons/ |
status_icon_gtk.h | 36 // Callback invoked when user right-clicks on the status icon.
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
dragged_tab_gtk.h | 11 #include "base/callback.h" 54 // |callback|. 57 AnimateToBoundsCallback* callback); 137 // A callback notified when the animation is complete.
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
imageburner_ui.h | 215 // Callback for the "getRoots" message. 218 // Callback for the "downloadImage" message. 221 // Callback for the "burnImage" message. 224 // Callback for the "cancelBurnImage" message.
|
/external/chromium/chrome/browser/ui/webui/ |
html_dialog_ui.h | 47 // A callback to notify the delegate that the dialog closed. 55 // A callback to notify the delegate that the contents have gone 61 // A callback to allow the delegate to dictate that the window should not 65 // A callback to allow the delegate to inhibit context menu or show
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
stats_options_handler.cc | 8 #include "base/callback.h"
|
/external/chromium/chrome/browser/ui/webui/options/ |
font_settings_utils_win.cc | 13 static int CALLBACK EnumFontFamExProc(ENUMLOGFONTEXW *logical_font,
|
stop_syncing_handler.cc | 8 #include "base/callback.h"
|
/external/chromium/chrome/common/extensions/docs/static/ |
api_index.html | 37 then you pass a callback function into the method.
|
/external/chromium/chrome/common/extensions/docs/ |
test.html | 356 <!-- CALLBACK --> 359 <h4>Callback function</h4> 361 The callback <em>parameter</em> should specify a function 365 If you specify the <em>callback</em> parameter, it should 453 <!-- CALLBACK --> 456 <h4>Callback function</h4> 458 The callback <em>parameter</em> should specify a function 462 If you specify the <em>callback</em> parameter, it should 550 <!-- CALLBACK --> 553 <h4>Callback function</h4 [all...] |
/external/chromium/net/ftp/ |
ftp_network_transaction.h | 35 virtual int RestartIgnoringLastError(CompletionCallback* callback); 39 CompletionCallback* callback, 43 CompletionCallback* callback); 44 virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback);
|
/external/chromium/net/http/ |
http_auth_handler_basic.h | 43 CompletionCallback* callback,
|
/external/chromium/net/proxy/ |
sync_host_resolver_bridge.h | 28 CompletionCallback* callback,
|
/external/chromium/net/socket/ |
client_socket_pool_base.h | 172 CompletionCallback* callback, 185 CompletionCallback* callback() const { return callback_; } function in class:net::internal::ClientSocketPoolBaseHelper::Request 418 CallbackResultPair() : callback(NULL), result(OK) {} 420 : callback(callback_in), result(result_in) {} 422 CompletionCallback* callback; member in struct:net::internal::ClientSocketPoolBaseHelper::CallbackResultPair 518 // current message loop. Inserts |callback| into |pending_callback_map_|, 521 ClientSocketHandle* handle, CompletionCallback* callback, int rv); 523 // Invokes the user callback for |handle|. By the time this task has run, 525 // exist in |pending_callback_map_|. We look up the callback and result code 532 // callback. This is necessary since, before we invoke said callback, it' [all...] |
ssl_host_info.cc | 176 int SSLHostInfo::WaitForCertVerification(CompletionCallback* callback) { 182 cert_verification_callback_ = callback; 196 CompletionCallback* callback = cert_verification_callback_; local 198 callback->Run(rv);
|
tcp_server_socket_libevent.h | 31 CompletionCallback* callback);
|
tcp_server_socket_win.h | 33 CompletionCallback* callback);
|