HomeSort by relevance Sort by last modified time
    Searched full:asynchronous (Results 76 - 100 of 2015) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
BrowserStartupControllerTest.java 98 // Kick off the asynchronous startup request.
110 assertTrue("Asynchronous mode should have been set.",
132 // Kick off the asynchronous startup requests.
160 assertTrue("Asynchronous mode should have been set.",
187 // Kick off the asynchronous startup requests.
205 assertTrue("Asynchronous mode should have been set.",
221 // Kick off more asynchronous startup requests.
258 // Kick off the asynchronous startup request.
270 assertTrue("Asynchronous mode should have been set.",
289 // Kick off the asynchronous startup requests
    [all...]
  /external/chromium/chrome/browser/cocoa/
keystone_glue.h 21 // A notification posted containing an asynchronous status will always be
25 kAutoupdateRegistering, // no version (asynchronous operation in progress)
27 kAutoupdateChecking, // no version (asynchronous operation in progress)
30 kAutoupdateInstalling, // no version (asynchronous operation in progress)
32 kAutoupdatePromoting, // no version (asynchronous operation in progress)
127 // Returns YES if an asynchronous operation is pending: if an update check or
168 // asynchronous mode.
  /external/chromium_org/chrome/browser/mac/
keystone_glue.h 20 // A notification posted containing an asynchronous status will always be
24 kAutoupdateRegistering, // no version (asynchronous operation in progress)
26 kAutoupdateChecking, // no version (asynchronous operation in progress)
29 kAutoupdateInstalling, // no version (asynchronous operation in progress)
31 kAutoupdatePromoting, // no version (asynchronous operation in progress)
127 // Returns YES if an asynchronous operation is pending: if an update check or
168 // asynchronous mode.
  /frameworks/base/core/java/android/content/
AsyncQueryHandler.java 30 * A helper class to help make handling asynchronous {@link ContentResolver}
143 * This method begins an asynchronous query. When the query is done
198 * This method begins an asynchronous insert. When the insert operation is
224 * This method begins an asynchronous update. When the update operation is
252 * This method begins an asynchronous delete. When the delete operation is
279 * Called when an asynchronous query is completed.
291 * Called when an asynchronous insert is completed.
304 * Called when an asynchronous update is completed.
317 * Called when an asynchronous delete is completed.
  /external/chromium/net/base/
file_stream.h 74 // must be passed to this method. In asynchronous mode, if the read could
81 // destroy or close the file stream while there is an asynchronous read in
102 // must be passed to this method. In asynchronous mode, if the write could
109 // destroy or close the file stream while there is an asynchronous write in
138 // This member is used to support asynchronous reads. It is non-null when
  /development/host/windows/usb/api/
adb_io_completion.h 22 asynchronous I/O requests.
28 structure returned from asynchronous I/O requests.
32 is returned to the caller of each successful asynchronous I/O request. Just
adb_legacy_io_completion.h 22 asynchronous I/O requests issued via legacy USB API.
29 from asynchronous I/O requests issued via legacy USB API.
32 asynchronous I/O request. Just like all other handles this handle
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_setcanceltype.c 58 * Asynchronous cancellation is allowed
69 * with asynchronous cancelability.
107 * Check if there is a pending asynchronous cancel
  /frameworks/native/include/gui/
IConsumerListener.h 44 // are queued while in asynchronous mode only trigger the callback if no
50 virtual void onFrameAvailable() = 0; /* Asynchronous */
59 virtual void onBuffersReleased() = 0; /* Asynchronous */
  /external/chromium/net/proxy/
proxy_resolver.h 40 // resolution information. In the case of asynchronous completion
65 // Returns ERR_IO_PENDING in the case of asynchronous completion, and notifies
  /external/chromium/third_party/libjingle/source/talk/base/
asyncudpsocket.h 41 // Creates a new socket for sending asynchronous UDP packets using an
42 // asynchronous socket from the given factory.
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service_factory.h 25 // given callback. This function is asynchronous as initializing
26 // DeviceOAuth2TokenService involves asynchronous D-Bus method calls.
  /external/chromium_org/chromeos/network/
network_activation_handler.h 30 // ActivateNetwork() will start an asynchronous activation attempt.
41 // CompleteActivation() will start an asynchronous activation completion
  /external/chromium_org/content/browser/renderer_host/input/
input_router_client.h 52 // synchronous or asynchronous, of |Flush| on the InputRouter.
56 // of the call to Flush. The call will typically be asynchronous with
  /external/chromium_org/content/browser/service_worker/
service_worker_storage.h 28 // instantiate ServiceWorkerRegistration objects. Any asynchronous
69 // replaced by asynchronous methods that persist registration to disk.
  /external/chromium_org/content/renderer/
mouse_lock_dispatcher.h 34 // Locks the mouse to the |target|. If true is returned, an asynchronous
37 // Request to unlock the mouse. An asynchronous response to
  /external/chromium_org/gpu/command_buffer/service/
cmd_parser.h 19 // buffer, to implement some asynchronous RPC mechanism.
74 // This class defines the interface for an asynchronous API handler, that
  /external/chromium_org/native_client_sdk/src/examples/api/url_loader/
url_loader.cc 35 // of the form 'getUrl:URL' is received, then start up an asynchronous
57 // Starts asynchronous download. When download is finished or when an
  /external/chromium_org/net/base/
test_completion_callback.h 17 // tests involving asynchronous operations. Just call WaitForResult to wait
18 // for the asynchronous operation to complete.
  /external/chromium_org/net/disk_cache/flash/
flash_entry_impl.h 35 // When an entry is not new, every asynchronous call is posted to the cache
88 // Copy of the callback for asynchronous calls on |old_internal_entry_|.
  /external/chromium_org/net/dns/
dns_transaction.h 41 // Creates DnsTransaction which performs asynchronous DNS search.
61 // The transaction will run |callback| upon asynchronous completion.
  /external/chromium_org/net/proxy/
proxy_resolver.h 41 // resolution information. In the case of asynchronous completion
69 // Returns ERR_IO_PENDING in the case of asynchronous completion, and notifies
  /external/chromium_org/ppapi/api/private/
ppb_flash_message_loop.idl 45 * only an asynchronous call. After performing that asynchronous call, call
  /external/chromium_org/third_party/WebKit/public/platform/
WebURLLoader.h 61 // Cancels an asynchronous load. This will appear as a load error to
65 // Suspends/resumes an asynchronous load.
  /external/chromium_org/third_party/libjingle/source/talk/base/
asyncudpsocket.h 46 // Creates a new socket for sending asynchronous UDP packets using an
47 // asynchronous socket from the given factory.

Completed in 623 milliseconds

1 2 34 5 6 7 8 91011>>