HomeSort by relevance Sort by last modified time
    Searched full:callbacks (Results 751 - 775 of 3607) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/android/java/res/values/
values.xml 31 <!-- Long duration in ms for animation and callbacks -->
  /external/chromium_org/chrome/browser/chromeos/app_mode/
startup_app_launcher.h 82 // Callbacks from ExtensionUpdater.
  /external/chromium_org/chrome/browser/chromeos/drive/
change_list_loader.cc 447 // The local data is usable. Flush callbacks to tell loading was successful.
451 // Put dummy callbacks to indicate that fetching is still continuing.
501 const std::vector<FileOperationCallback>& callbacks = it->second; local
502 for (size_t i = 0; i < callbacks.size(); ++i) {
505 base::Bind(callbacks[i], error));
531 const std::vector<FileOperationCallback>& callbacks = it->second; local
532 for (size_t i = 0; i < callbacks.size(); ++i) {
535 base::Bind(callbacks[i], error));
611 // The directory fast-fetch succeeded. Runs the callbacks waiting for the
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
version_info_updater.h 84 // Weak pointer factory so we can give our callbacks for invocation
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_store_chromeos.h 50 // observer callbacks.
policy_cert_service.h 80 // Weak pointers to handle callbacks from PolicyCertVerifier on the IO thread.
  /external/chromium_org/chrome/browser/devtools/
devtools_file_system_indexer.h 88 // progress callbacks.
  /external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_socket_unittest.cc 399 // Trigger callbacks for the first connect
402 // Trigger callbacks for the second connect
441 // Trigger callbacks for the first connect
444 // Trigger callbacks for the second connect
510 // Trigger callbacks for the first connect
513 // Trigger callbacks for the second connect
517 // Trigger callbacks for auth events.
686 // callbacks.
743 // callbacks.
  /external/chromium_org/chrome/browser/extensions/api/feedback_private/
feedback_service.h 64 // Callbacks to receive blob data.
  /external/chromium_org/chrome/browser/extensions/
webstore_data_fetcher.cc 85 // The parser will call us back via one of the callbacks.
  /external/chromium_org/chrome/browser/local_discovery/
service_discovery_client_mdns.cc 96 // Run when host_client_ is created. Callbacks created by InvalidateWatchers
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
mtp_device_async_delegate.h 21 // Member functions and callbacks run on the IO thread.
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_read_file_worker.h 83 // For callbacks that may run after destruction.
  /external/chromium_org/chrome/browser/notifications/
notification_ui_manager_mac.h 76 // Cocoa class that receives callbacks from the NSUserNotificationCenter.
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_history_swiper_unit_test.mm 170 // Callbacks from blink to set the relevant state for history swiping.
324 // Callbacks from blink to set the relevant state for history swiping.
350 // Magic mouse events don't generate 'touches*' callbacks.
356 // Callbacks from blink to set the relevant state for history swiping.
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 11 * callbacks for HTML and Chrome functions and Chrome event listeners.
20 * mutually excluding chains of callbacks called tasks. Task Manager uses
196 * Wrapper for callbacks. Used to add error handling and other services to
197 * callbacks for HTML and Chrome functions and events.
235 * Required callbacks that are not yet called. Includes both task and non-task
236 * callbacks. This is a map from unique callback id to the stack at the moment
393 'Pending callbacks when unloading event page @' + Date.now() + ':' +
429 * Count of unfinished callbacks of the current task.
451 'tasks.startFirst: still have pending task callbacks: ' +
  /external/chromium_org/chrome/browser/sync/glue/
backend_data_type_configurer.h 44 // a pair of callbacks. The awkward part is handling when
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
media_galleries_dialog_cocoa.h 93 // An Objective-C class to route callbacks from Cocoa code.
  /external/chromium_org/chrome/browser/ui/gtk/
collected_cookies_gtk.h 70 // Callbacks.
web_dialog_gtk.h 34 // Initializes the contents of the dialog (the DOMView and the callbacks).
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_message_bubble_view.h 86 // Callbacks into the controller.
suspicious_extension_bubble_view.h 82 // Callbacks into the controller.
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_state_informer.h 26 // Class which observes network state changes and calls registered callbacks.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
background.js 36 * A CallbackChain can be used to wrap other callbacks and perform a list of
37 * actions at the end, once all the wrapped callbacks have been invoked.
158 // This wrapped nop makes sure that the callbacks appended to the chain
288 // otherwise its callbacks are never invoked. So store() is called only if
  /external/chromium_org/chrome/renderer/media/
cast_session.h 65 // be created on the same thread that the callbacks will be called on.

Completed in 1626 milliseconds

<<31323334353637383940>>