HomeSort by relevance Sort by last modified time
    Searched full:synchronously (Results 1 - 25 of 825) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/public/browser/
certificate_request_result_type.h 16 // Cancels the request synchronously using a net::ERR_ABORTED.
19 // Denies the request synchronously using a net::ERR_INSECURE_RESPONSE.
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
TouchCommon.java 28 * Starts (synchronously) a drag motion. Normally followed by dragTo() and dragEnd().
42 * Drags / moves (synchronously) to the specified coordinates. Normally preceeded by
70 * Finishes (synchronously) a drag / move at the specified coordinate.
86 * Sends (synchronously) a single click to an absolute screen coordinates.
108 * Sends (synchronously) a single click to the View at the specified coordinates.
122 * Sends (synchronously) a single click to the center of the View.
129 * Sends (synchronously) a single click on the specified relative coordinates inside
152 * Sends (synchronously) a long press to an absolute screen coordinates.
180 * Sends (synchronously) a long press to the View at the specified coordinates.
TestTouchUtils.java 46 * Sends (synchronously) a single click to an absolute screen coordinates.
59 * Sends (synchronously) a single click to the View at the specified coordinates.
74 * Sends (synchronously) a single click to the center of the View.
95 * Sends (synchronously) a long click to the View at the specified coordinates.
114 * Sends (synchronously) a long click to the View at its center.
126 * Starts (synchronously) a drag motion. Normally followed by dragTo() and dragEnd().
140 * Drags / moves (synchronously) to the specified coordinates. Normally preceeded by
165 * Finishes (synchronously) a drag / move at the specified coordinate.
  /external/chromium_org/chrome/browser/android/provider/
run_on_ui_thread_blocking.h 13 // Runs code synchronously on the UI thread. Should never be called directly
17 // Runs the provided runnable in the UI thread synchronously.
  /external/chromium_org/chrome/renderer/spellchecker/
cocoa_spelling_engine_mac.cc 28 // Synchronously query against NSSpellCheck.
39 // Synchronously query against NSSpellCheck.
  /external/chromium_org/net/dns/
address_sorter.h 19 // asynchronously by the OS, or synchronously by local implementation.
29 // Calls |callback| upon completion. Could complete synchronously. Could
  /external/chromium/net/base/
winsock_util.h 18 // succeeds synchronously
  /external/chromium_org/chrome/test/chromedriver/net/
net_util.h 32 // Synchronously fetches data from a GET HTTP request to the given URL.
  /external/chromium_org/net/base/
winsock_util.h 19 // succeeds synchronously
upload_element_reader.h 32 // Initializes the instance synchronously when possible, otherwise does
49 // Reads up to |buf_length| bytes synchronously and returns the number of
  /external/chromium_org/ppapi/tests/manual/
delete_plugin.html 17 This test tests deleting a the <object> synchronously from within a
  /external/chromium_org/webkit/browser/fileapi/
file_stream_writer.h 40 // writes are allowed.) If the write completed synchronously, it returns
46 // This errors out (either synchronously or via callback) with:
59 // If the cancel is finished synchronously, it returns net::OK. If the
73 // If the flush finished synchronously, it return net::OK. If the flush could
  /external/chromium_org/win8/test/
metro_registration_helper.h 12 // Synchronously makes chrome.exe THE default Win8 browser after which it is
  /frameworks/volley/src/com/android/volley/toolbox/
Authenticator.java 26 * Synchronously retrieves an auth token.
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockHandler.java 23 * Mock implementation of {@link Handler} that handles all messages synchronously.
  /external/chromium/chrome/browser/sync/engine/
cleanup_disabled_types_command.h 20 // took place. Here, we are safe to perform I/O synchronously and we know it
23 // The removal from memory is done synchronously, while the disk purge is left
  /external/chromium_org/content/browser/
bookmarklet_browsertest.cc 56 // If there's no navigation, javascript: URLs are run synchronously.
65 // If there's no navigation, javascript: URLs are run synchronously.
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
operation_test_base.h 88 // Synchronously gets the resource entry corresponding to the path from local
93 // Synchronously gets the resource entry corresponding to the ID from local
101 // Synchronously updates |metadata_| by fetching the change feed from the
  /external/chromium_org/chrome/browser/ui/extensions/
extension_enable_flow.h 27 // Callback on the delegate might be called synchronously if there is no
42 // finished or aborted. Note that |delegate_| could be called synchronously
64 // synchronously. Otherwise, creates an ExtensionInstallPrompt and asks user
  /external/chromium_org/tools/gn/
input_file_manager.h 47 // There are two types of errors. For errors known synchronously, the error
59 // Loads and parses the given file synchronously, returning the root block
91 // created only when a thread is synchronously waiting for this load (which
  /frameworks/base/test-runner/src/android/test/
LoaderTestCase.java 30 * provides a simple way to synchronously get the result from a Loader making
49 * Runs a Loader synchronously and returns the result of the load. The loader will
52 * @param loader The loader to run synchronously
  /external/qemu/android/
sync-utils.h 116 * Synchronously reads from the socket.
135 * Synchronously reads from the socket.
151 * Synchronously writes to the socket.
170 * Synchronously writes to the socket.
189 * Synchronously reads a line terminated with '\n' from the socket.
206 * Synchronously reads a line terminated with '\n' from the socket.
  /external/chromium/net/socket/
socket.h 25 // is returned if the operation could not be completed synchronously, in which
39 // is returned if the operation could not be completed synchronously, in which
  /external/chromium_org/content/renderer/
mouse_lock_dispatcher.cc 84 // such as OnLockMouseACK() synchronously calling LockMouse().
100 // such as OnMouseLockLost() synchronously calling LockMouse().
  /external/chromium_org/net/disk_cache/
mapped_file.h 37 // Loads or stores a given block from the backing file (synchronously).
46 // Flush the memory-mapped section to disk (synchronously).

Completed in 557 milliseconds

1 2 3 4 5 6 7 8 91011>>