HomeSort by relevance Sort by last modified time
    Searched full:callback (Results 126 - 150 of 6179) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/LayoutTests/storage/domstorage/events/resources/
eventTestHarness.js 16 function runAfterStorageEvents(callback) {
20 runAfterStorageEvents(callback);
22 callback();
  /external/webkit/Source/WebKit2/UIProcess/
GenericCallback.h 70 static PassRefPtr<VoidCallback> create(void* context, CallbackFunction callback)
72 return adoptRef(new VoidCallback(context, callback));
100 VoidCallback(void* context, CallbackFunction callback)
102 , m_callback(callback)
114 static PassRefPtr<GenericCallback> create(void* context, CallbackFunction callback)
116 return adoptRef(new GenericCallback(context, callback));
144 GenericCallback(void* context, CallbackFunction callback)
146 , m_callback(callback)
158 static PassRefPtr<ComputedPagesCallback> create(void* context, CallbackFunction callback)
160 return adoptRef(new ComputedPagesCallback(context, callback));
    [all...]
WebCookieManagerProxy.cpp 75 RefPtr<ArrayCallback> callback = prpCallback; local
76 uint64_t callbackID = callback->callbackID();
77 m_arrayCallbacks.set(callbackID, callback.release());
85 RefPtr<ArrayCallback> callback = m_arrayCallbacks.take(callbackID); local
86 if (!callback) {
97 callback->performCallbackWithReturnValue(ImmutableArray::adopt(hostnames).get());
143 RefPtr<HTTPCookieAcceptPolicyCallback> callback = prpCallback; local
145 uint64_t callbackID = callback->callbackID();
146 m_httpCookieAcceptPolicyCallbacks.set(callbackID, callback.release());
154 RefPtr<HTTPCookieAcceptPolicyCallback> callback = m_httpCookieAcceptPolicyCallbacks.take(callbackID) local
    [all...]
  /libcore/luni/src/main/java/javax/security/auth/callback/
Callback.java 18 package javax.security.auth.callback;
21 * Defines an empty base interface for all {@code Callback}s used during
24 public interface Callback {
  /packages/apps/Email/src/com/android/email/
Throttle.java 30 * When {@link #onEvent()} is called, it calls the callback in a certain timeout later.
54 /** Callback to be called */
72 public Throttle(String name, Runnable callback, Handler handler) {
73 this(name, callback, handler, DEFAULT_MIN_TIMEOUT, DEFAULT_MAX_TIMEOUT);
77 public Throttle(String name, Runnable callback, Handler handler,int minTimeout,
79 this(name, callback, handler, minTimeout, maxTimeout, Clock.INSTANCE, TIMER);
83 /* package */ Throttle(String name, Runnable callback, Handler handler,int minTimeout,
89 mCallback = callback;
108 if (DEBUG) debugLog("Canceling scheduled callback");
136 if (DEBUG) debugLog(" callback already scheduled")
    [all...]
  /frameworks/base/core/java/android/view/
Choreographer.java 143 * Callback type: Input callback. Runs first.
149 * Callback type: Animation callback. Runs before traversals.
155 * Callback type: Traversal callback. Handles layout and draw. Runs last
239 * posting the animation callback but let the animation timer take care of the remaining
245 * we might still wait 6ms before posting an animation callback that we want to run
260 * Posts a callback to run on the next frame.
262 * The callback runs once then is automatically removed
604 CallbackRecord callback = mCallbackPool; local
782 CallbackRecord callback = obtainCallbackLocked(dueTime, action, token); local
    [all...]
  /external/chromium/base/win/
pe_image.h 26 // Callback to enumerate sections.
34 // Callback to enumerate exports.
43 // Callback to enumerate import blocks.
51 // Callback to enumerate imports.
59 // Callback to enumerate dalayed import blocks.
72 // Callback to enumerate relocations.
152 // cookie is a generic cookie to pass to the callback.
154 bool EnumSections(EnumSectionsFunction callback, PVOID cookie) const;
157 // cookie is a generic cookie to pass to the callback.
159 bool EnumExports(EnumExportsFunction callback, PVOID cookie) const
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
ownership_status_checker.cc 11 OwnershipStatusChecker::OwnershipStatusChecker(Callback* callback)
12 : core_(new Core(callback)) {
20 OwnershipStatusChecker::Core::Core(Callback* callback)
21 : callback_(callback),
  /external/chromium/chrome/browser/ui/
crypto_module_password_dialog.h 12 #include "base/callback.h"
47 CryptoModulePasswordCallback* callback);
56 // Asynchronously unlock |modules|, if necessary. |callback| is called when
62 Callback0::Type* callback);
64 // Asynchronously unlock the |cert|'s module, if necessary. |callback| is
70 Callback0::Type* callback);
crypto_module_password_dialog_openssl.cc 14 Callback0::Type* callback) {
22 Callback0::Type* callback) {
  /external/webkit/Source/WebCore/fileapi/
DirectoryEntry.idl 39 [Custom] void getFile(in [ConvertUndefinedOrNullToNullString] DOMString path, in [Optional] WebKitFlags flags, in [Optional, Callback] EntryCallback successCallback, in [Optional, Callback] ErrorCallback errorCallback);
40 [Custom] void getDirectory(in [ConvertUndefinedOrNullToNullString] DOMString path, in [Optional] WebKitFlags flags, in [Optional, Callback] EntryCallback successCallback, in [Optional, Callback] ErrorCallback errorCallback);
41 void removeRecursively(in [Optional, Callback] VoidCallback successCallback, in [Optional, Callback] ErrorCallback errorCallback);
  /external/webkit/Source/WebCore/storage/
DatabaseSync.idl 39 [RequiresAllArguments=Raise] void changeVersion(in DOMString oldVersion, in DOMString newVersion, in [Callback, Optional] SQLTransactionSyncCallback callback) raises(DOMException);
40 [RequiresAllArguments=Raise] void transaction(in [Callback] SQLTransactionSyncCallback callback) raises(DOMException);
41 [RequiresAllArguments=Raise] void readTransaction(in [Callback] SQLTransactionSyncCallback callback) raises(DOMException);
  /frameworks/base/core/java/android/accessibilityservice/
IAccessibilityServiceConnection.aidl 36 IAccessibilityInteractionConnectionCallback callback, int flags, long threadId);
39 String text, int interactionId, IAccessibilityInteractionConnectionCallback callback,
44 IAccessibilityInteractionConnectionCallback callback, long threadId);
47 int interactionId, IAccessibilityInteractionConnectionCallback callback, long threadId);
50 int interactionId, IAccessibilityInteractionConnectionCallback callback, long threadId);
54 IAccessibilityInteractionConnectionCallback callback, long threadId);
  /frameworks/base/core/java/android/view/accessibility/
IAccessibilityInteractionConnection.aidl 33 IAccessibilityInteractionConnectionCallback callback, int flags, int interrogatingPid,
37 int interactionId, IAccessibilityInteractionConnectionCallback callback, int flags,
41 IAccessibilityInteractionConnectionCallback callback, int flags, int interrogatingPid,
45 IAccessibilityInteractionConnectionCallback callback, int flags, int interrogatingPid,
49 IAccessibilityInteractionConnectionCallback callback, int flags, int interrogatingPid,
53 int interactionId, IAccessibilityInteractionConnectionCallback callback, int flags,
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
TimelineRelativeLayout.java 33 * Layout complete callback interface
58 * Request a layout and get a callback when the layout completes
60 * @param callback The layout callback
62 public void requestLayout(LayoutCallback callback) {
63 mLayoutCallback = callback;
  /external/chromium/base/
bind_unittest.cc 8 // We explicitly do not want to include callback.h so people are not tempted
9 // to use bind.h in a headerfile for getting the Callback types.
10 #error "base/bind.h should avoid pulling in callback.h by default."
13 #include "base/callback.h"
224 // Sanity check that we can instantiate a callback for each arity.
226 Callback<int(void)> c0 = Bind(&Sum, 32, 16, 8, 4, 2, 1);
229 Callback<int(int)> c1 = Bind(&Sum, 32, 16, 8, 4, 2);
232 Callback<int(int,int)> c2 = Bind(&Sum, 32, 16, 8, 4);
235 Callback<int(int,int,int)> c3 = Bind(&Sum, 32, 16, 8);
238 Callback<int(int,int,int,int)> c4 = Bind(&Sum, 32, 16)
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_accessibility_api.h 12 #include "base/callback.h"
43 typedef Callback0::Type Callback;
44 void AddOnEnabledListener(Callback* callback);
45 void AddOnDisabledListener(Callback* callback);
76 std::vector<Callback*> on_enabled_listeners_;
77 std::vector<Callback*> on_disabled_listeners_;
  /external/chromium/chrome/browser/resources/
connection_manager.js 15 chromeos.connectionManager.setTransactionStatus = function(status, callback) {
16 chromeos.connectionManager.transaction_status_callback_ = callback;
  /external/chromium/net/socket/
socket.h 26 // case the result will be passed to the callback when available. If the
28 // the provided buffer until the callback is invoked or the socket is
30 // callback will not be invoked.
32 CompletionCallback* callback) = 0;
40 // case the result will be passed to the callback when available. If the
42 // the provided buffer until the callback is invoked or the socket is
45 // Disconnected before the write completes, the callback will not be invoked.
47 CompletionCallback* callback) = 0;
  /external/chromium/net/url_request/
view_cache_helper.h 29 // If this method returns ERR_IO_PENDING, |callback| will be notified when the
35 CompletionCallback* callback);
38 // If this method returns ERR_IO_PENDING, |callback| will be notified when the
45 CompletionCallback* callback);
67 CompletionCallback* callback);
69 // This is a helper function used to trigger a completion callback. It may
73 // This will trigger the completion callback if appropriate.
81 // corresponding callback.
  /external/javasqlite/src/main/java/SQLite/
Authorizer.java 4 * Callback interface for SQLite's authorizer function.
10 * Callback to authorize access.
  /external/libsepol/include/sepol/
debug.h 20 /* Set the messaging callback.
21 * By the default, the callback will print
  /external/smack/src/org/xbill/DNS/
ResolverListener.java 17 * The callback used by an asynchronous resolver
24 * The callback used by an asynchronous resolver when an exception is thrown
  /external/webkit/LayoutTests/fast/dom/Geolocation/
disconnected-frame-expected.txt 2 Tests that when a request is made on a Geolocation object and its Frame is disconnected before a callback is made, the error callback is invoked with the correct error message.
disconnected-frame-permission-denied-expected.txt 2 Tests that when a request is made on a Geolocation object, permission is denied and its Frame is disconnected before a callback is made, the error callback is invoked with PERMISSION_DENIED.

Completed in 452 milliseconds

1 2 3 4 56 7 8 91011>>