HomeSort by relevance Sort by last modified time
    Searched full:callbacks (Results 201 - 225 of 4210) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/base/
barrier_closure.h 23 // refcounted nature of callbacks, it is hard to know what thread resources
  /external/chromium_org/base/test/
power_monitor_test_base.cc 50 // PowerObserver callbacks.
  /external/chromium_org/cc/resources/
rasterizer.h 138 // pending completion callbacks for all tasks that have finished running.
145 // tasks. Reply callbacks are still guaranteed to run when
151 // already running. Once scheduled, reply callbacks are guaranteed to run for
156 // Check for completed tasks and dispatch reply callbacks.
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
file_path_watcher_util.h 18 // file watcher upon start. All callbacks are run on the MediaTaskRunner.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_speaker.js 19 * This member indicates to this speaker to cancel any pending callbacks.
20 * This is needed primarily to support cancelling a chain of callbacks by an
21 * outside caller. There's currently no way to cancel a chain of callbacks in
30 * cancel a chain of callbacks that is stale.
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
accounts_options_handler.h 28 // Javascript callbacks to whitelist/unwhitelist user.
  /external/chromium_org/chrome/browser/ui/webui/suggestions_internals/
suggestions_internals_ui_handler.h 30 // Register our handler to get callbacks from javascript.
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_signin_helper_delegate.h 16 // An interface that defines the callbacks for objects that
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_service.cc 141 std::vector<RefreshPolicyCallback> callbacks; local
142 callbacks.swap(refresh_callbacks_);
145 for (std::vector<RefreshPolicyCallback>::iterator callback(callbacks.begin());
146 callback != callbacks.end();
  /external/chromium_org/content/browser/renderer_host/input/
tap_suppression_controller_client.h 10 // This class provides an interface for callbacks made by
  /external/chromium_org/content/browser/service_worker/
service_worker_version.cc 41 CallbackArray callbacks; local
42 callbacks.swap(*callbacks_ptr);
44 for (typename CallbackArray::const_iterator i = callbacks.begin();
45 i != callbacks.end(); ++i)
50 void RunIDMapCallbacks(IDMAP* callbacks, Method method, const Params& params) {
51 typename IDMAP::iterator iter(callbacks);
56 callbacks->Clear();
125 std::vector<base::Closure> callbacks; local
126 callbacks.swap(status_change_callbacks_);
127 for (std::vector<base::Closure>::const_iterator i = callbacks.begin()
    [all...]
  /external/chromium_org/content/test/data/npapi/
plugin_thread_async_call.html 21 Tests that a plugin can schedule async callbacks.<P>
  /external/chromium_org/content/test/data/
web_ui_mojo.js 18 // a separate base class to inherit from to receive callbacks.
  /external/chromium_org/content/test/plugin/
plugin_thread_async_call_test.h 16 // This class tests scheduling and unscheduling of async callbacks using
  /external/chromium_org/google_apis/gaia/
oauth2_access_token_consumer.h 16 // An interface that defines the callbacks for consumers to which
  /external/chromium_org/ppapi/api/private/
ppp_find_private.idl 18 * it won't call any callbacks.
  /external/chromium_org/third_party/WebKit/Source/web/
StorageQuotaClientImpl.cpp 71 OwnPtr<StorageQuotaCallbacks> callbacks = DeprecatedStorageQuotaCallbacksImpl::create(successCallback, errorCallback); local
72 webFrame->client()->requestStorageQuota(webFrame, storageType, newQuotaInBytes, callbacks.release());
87 OwnPtr<StorageQuotaCallbacks> callbacks = StorageQuotaCallbacksImpl::create(resolver); local
88 webFrame->client()->requestStorageQuota(webFrame, WebStorageQuotaTypePersistent, newQuotaInBytes, callbacks.release());
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
DataLoadListener.java 23 // These callbacks are invoked from a background thread.
  /external/chromium_org/third_party/libvpx/source/libvpx/
usage_dx.dox 23 determined by calling vpx_codec_get_caps(). Callbacks are available in both
24 frame-based and slice-based variants. Frame based callbacks conform to the
26 frame has been decoded. Slice based callbacks conform to the signature of
35 slice based decoding callbacks provide substantial speed gains to the
  /external/chromium_org/tools/json_schema_compiler/test/
json_schema_compiler_tests.gyp 16 'callbacks.json',
  /external/clang/lib/Lex/
PPCallbacks.cpp 1 //===--- PPCallbacks.cpp - Callbacks for Preprocessor actions ---*- C++ -*-===//
  /external/libselinux/src/
load_policy.c 17 #include "callbacks.h"
  /external/libvpx/libvpx/
usage_dx.dox 23 determined by calling vpx_codec_get_caps(). Callbacks are available in both
24 frame-based and slice-based variants. Frame based callbacks conform to the
26 frame has been decoded. Slice based callbacks conform to the signature of
35 slice based decoding callbacks provide substantial speed gains to the
  /external/nanopb-c/tests/alltypes_callback/
SConscript 1 # Test the AllTypes encoding & decoding using callbacks for all fields.
  /external/qemu/distrib/libselinux/
sources.mk 5 src/callbacks.c \

Completed in 652 milliseconds

1 2 3 4 5 6 7 891011>>