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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/api/system_info/
system_info_provider.h 24 // pool. It also maintains a queue of callbacks on the UI thread which are
26 // is completed, all pending callbacks in the queue get called on the UI
83 // The queue of callbacks waiting for the info querying completion. It is
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader_delegate.h 47 // Passed as an argument to the completion callbacks to signal whether
68 // OnExtensionDownload callbacks, you need to make sure that for every call to
70 // request id is unique. The OnExtensionDownload related callbacks will then
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
picasa_data_provider.h 75 // Kicks off utility processes needed to fulfill any pending callbacks.
99 // Callbacks that are waiting for their requested data to be ready.
103 // Stores the "live" in-flight utility processes. Callbacks from other
  /external/chromium_org/chrome/browser/resources/sync_internals/
chrome_sync.js 117 var callbacks = [];
123 callbacks.push(args.pop());
133 var callback = callbacks.shift();
  /external/chromium_org/chrome/browser/sync/
sync_startup_tracker_unittest.cc 105 // Non-initialized PSS should result in no callbacks to the observer.
118 // Non-initialized PSS should result in no callbacks to the observer.
138 // Non-initialized PSS should result in no callbacks to the observer.
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_service.h 75 // Invokes the refresh callbacks and clears refresh state. The |success| flag
76 // is passed through to the refresh callbacks.
98 // Callbacks to invoke upon policy refresh.
  /external/chromium_org/content/browser/indexed_db/
indexed_db_database_unittest.cc 106 scoped_refptr<MockIndexedDBDatabaseCallbacks> callbacks(
111 callbacks,
126 EXPECT_TRUE(callbacks->abort_called());
indexed_db_factory.h 36 void GetDatabaseNames(scoped_refptr<IndexedDBCallbacks> callbacks,
42 scoped_refptr<IndexedDBCallbacks> callbacks,
48 scoped_refptr<IndexedDBCallbacks> callbacks,
indexed_db_transaction.cc 55 scoped_refptr<IndexedDBDatabaseCallbacks> callbacks,
66 callbacks_(callbacks),
163 // before script callbacks are fired, as the script callbacks may
245 // before script callbacks are fired, as the script callbacks may
  /external/chromium_org/media/filters/
decrypting_demuxer_stream.h 27 // All public APIs and callbacks are trampolined to the |message_loop_| so
39 // Cancels all pending operations and fires all pending callbacks. If in
45 // Cancels all pending operations immediately and fires all pending callbacks
  /external/chromium_org/third_party/sqlite/src/src/
walker.c 33 ** WRC_Abort Do no more callbacks. Unwind the stack and
76 ** any expr callbacks and SELECT callbacks that come from subqueries.
  /external/chromium_org/v8/src/
property.cc 70 case CALLBACKS:
95 case CALLBACKS:
96 PrintF(out, " -type = callbacks transition\n");
  /external/elfutils/libdwfl/
dwfl_begin.c 53 dwfl_begin (const Dwfl_Callbacks *callbacks)
66 dwfl->callbacks = callbacks;
  /external/libselinux/include/selinux/
avc.h 112 * User-provided callbacks for memory, auditing, and locking
117 * memory callbacks are malloc() and free(). The default logging method
118 * is to print on stderr. If no thread callbacks are passed, a separate
120 * If no locking callbacks are passed, no locking will take place.
175 * @mem_callbacks: user-supplied memory callbacks
176 * @log_callbacks: user-supplied logging callbacks
177 * @thread_callbacks: user-supplied threading callbacks
178 * @lock_callbacks: user-supplied locking callbacks
184 * for those callbacks (see the definition of the callback
199 * is set to "avc" and any callbacks desired should be specified vi
    [all...]
  /frameworks/av/include/camera/
Camera.h 36 // ref-counted object for callbacks
131 // Configure preview callbacks to app. Only one of the older
132 // callbacks or the callback surface can be active at the same time;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 31 * thread, and calls onto Callbacks. It also takes care of
68 private Callbacks mCallbacks;
79 public interface Callbacks {
103 public CommandQueue(Callbacks callbacks, StatusBarIconList list) {
104 mCallbacks = callbacks;
ServiceMonitor.java 47 * <p>Clients can listen for important events using the supplied {@link Callbacks}.
53 public interface Callbacks {
155 private final Callbacks mCallbacks;
162 Context context, String settingKey, Callbacks callbacks) {
167 mCallbacks = callbacks;
  /developers/build/prebuilts/gradle/BasicGestureDetect/BasicGestureDetectSample/src/main/java/com/example/android/basicgesturedetect/
BasicGestureDetectFragment.java 46 // First create the GestureListener that will include all our callbacks.
53 * actually detects an event, it will use the callbacks you created in the
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetectSample/src/main/java/com/example/android/basicgesturedetect/
BasicGestureDetectFragment.java 46 // First create the GestureListener that will include all our callbacks.
53 * actually detects an event, it will use the callbacks you created in the
  /development/ndk/platforms/android-9/include/android/
looper.h 71 * and no callbacks were executed and no other file descriptors were ready.
77 * One or more callbacks were executed.
155 * Implementations should return 1 to continue receiving callbacks, or 0
162 * Invokes callbacks for all file descriptors on which an event occurred.
168 * the timeout expired and no callbacks were invoked and no other file
171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked.
183 * This method does not return until it has finished invoking the appropriate callbacks
189 * Like ALooper_pollOnce(), but performs all pending callbacks until all
  /development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
BasicGestureDetectFragment.java 46 // First create the GestureListener that will include all our callbacks.
53 * actually detects an event, it will use the callbacks you created in the
  /external/chromium/chrome/browser/diagnostics/
diagnostics_model_unittest.cc 33 // The test observer is used to know if the callbacks are being called.
96 // Run all the tests, verify that the basic callbacks are run and that the
  /external/chromium/chrome/browser/
gpu_data_manager.h 87 // Call all callbacks.
100 // Map of callbacks.
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.h 151 // Sets the model status and invokes all the pending callbacks in
156 // exists we're done and we can call all the pending callbacks. If the
166 // give up and send an invalid platform file to all the pending callbacks.
173 // that can be sent to all the pending callbacks. If an error occurs
174 // we give up and send an invalid platform file to all the pending callbacks.
243 // Used to asynchronously call the callbacks for GetModelFile and
248 // of the callbacks are done (e.g., asynchronous file operations). The
249 // callback factory will revoke all pending callbacks if this goes away to
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service_factory.cc 92 // Run callbacks regardless of whether token_service_ is created or not,
93 // but don't run callbacks immediately. Each callback would cause an

Completed in 1726 milliseconds

1 2 3 4 5 6 7 8 91011>>