HomeSort by relevance Sort by last modified time
    Searched full:completed (Results 951 - 975 of 3541) sorted by null

<<31323334353637383940>>

  /external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc 273 scoped_ptr<Value> completed(Value::CreateBooleanValue(sync_setup_completed));
275 *completed);
  /external/chromium/net/base/
host_resolver_impl.h 156 // Callback for when |job| has completed with |net_error| and |addrlist|.
174 // Called when a request has just completed (before its callback is run).
  /external/chromium/net/disk_cache/
entry_impl.cc 987 bool completed; local
988 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) {
994 if (io_callback && completed)
998 return (completed || !callback) ? buf_len : net::ERR_IO_PENDING;
1081 bool completed; local
    [all...]
  /external/chromium/net/spdy/
spdy_stream.h 187 // Called by the SpdySession when a write has completed. This callback
265 // be called after the stream has completed.
  /external/chromium/third_party/libevent/
evhttp.h 233 * Chunked data callback - call for each completed chunk if
242 * parameters. The callback is executed when the request completed or an
  /external/chromium_org/ash/wm/
immersive_fullscreen_controller.h 210 // completed.
218 // completed.
  /external/chromium_org/base/prefs/
pref_value_store.h 229 // Handle the event that the store for |type| has completed initialization.
236 // Checks whether initialization is completed and tells the notifier if that
  /external/chromium_org/chrome/browser/download/
download_status_updater_unittest.cc 156 // Transition specified item to completed.
238 // Transition one item to completed and confirm progress is updated
  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
file_operation_handler.js 212 item.state = ProgressItemState.COMPLETED;
286 item.state = ProgressItemState.COMPLETED;
  /external/chromium_org/chrome/browser/signin/
signin_manager.h 84 // has been completed and the oauth login token has been generated - the
123 // has completed for |username|.
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.h 89 // has completed).
110 // YES if we've successfully completed the initial layout. When this is
  /external/chromium_org/chrome/common/extensions/api/
serial.idl 246 // |callback| : Called when the configuation has completed.
278 // |callback| : Called when the operation has completed.
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_items.h 50 // Additionally, user actions may be required before a purchase can be completed
295 // Actions that must be completed by the user before a FullWallet can be
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_mac.h 79 // |callback| is invoked when the operation is completed or failed.
282 // completed. If |block_until_finished| is true, then block until all
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
BrowserStartupController.java 108 // This field is set after startup has been completed based on whether the startup was a success
147 // Browser process initialization has already been completed, so we can immediately post
  /external/chromium_org/content/renderer/media/
media_stream_dispatcher_unittest.cc 299 // Verify that the request have been completed.
318 // Verify that the request have been completed.
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 88 // Informs the plugin that plugin IME has completed.
100 // Informs the plugin that plugin IME has completed.
  /external/chromium_org/net/disk_cache/
entry_impl.cc 1037 bool completed; local
1038 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) {
1045 if (io_callback && completed)
1052 return (completed || callback.is_null()) ? buf_len : net::ERR_IO_PENDING;
1141 bool completed; local
    [all...]
  /external/chromium_org/net/disk_cache/v3/
entry_impl_v3.cc 828 bool completed; local
829 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) {
836 if (io_callback && completed)
843 return (completed || callback.is_null()) ? buf_len : net::ERR_IO_PENDING;
932 bool completed; local
934 &completed)) {
940 if (io_callback && completed)
947 return (completed || callback.is_null()) ? buf_len : net::ERR_IO_PENDING;
    [all...]
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_win.cc 142 // and a previous query was cancelled before it completed.
242 // Default to ERR_ABORTED if no fetcher completed.
  /external/chromium_org/printing/android/java/src/org/chromium/printing/
PrintingControllerImpl.java 34 * This is used for both initial state and a completed state (i.e. starting from either
35 * onLayout or onWrite, a PDF generation cycle is completed another new one can safely start).
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.cpp 256 // If script has stopped and GC has completed, database may have last reference to this object.
271 // If script has stopped and GC has completed, database may have last reference to this object.
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioContext.h 92 // Returns true when initialize() was called AND all asynchronous initialization has completed.
296 // (when handlePostRenderTasks() has completed).
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
base_unittests.js 326 completed: function() {
366 document.body.lastChild.completed();
  /external/chromium_org/third_party/icu/source/test/intltest/
tsmthred.cpp 1047 int32_t completed =0; local
1184 int32_t completed =0; local
    [all...]

Completed in 830 milliseconds

<<31323334353637383940>>