HomeSort by relevance Sort by last modified time
    Searched full:callbacks (Results 26 - 50 of 1862) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/dom/
ScriptedAnimationController.cpp 87 // for a callback and that are visible. Running the callbacks can cause new callbacks
88 // to be registered, existing callbacks to be cancelled, and elements to gain or lose
93 // First, generate a list of callbacks to consider. Callbacks registered from this point
95 CallbackList callbacks(m_callbacks);
98 // missing any callbacks, we keep iterating through the list of candiate callbacks and firing
106 for (size_t i = 0; i < callbacks.size(); ++i) {
107 RequestAnimationFrameCallback* callback = callbacks[i].get()
    [all...]
  /development/ndk/platforms/android-9/include/android/
storage_manager.h 33 * as the status for callbacks made during asynchronous OBB actions.
39 * as the status for callbacks made during asynchronous OBB actions.
45 * mount the OBB. Can be returned as the status for callbacks made
52 * status for callbacks made during asynchronous OBB actions.
59 * callbacks made during asynchronous OBB actions.
65 * returned as the status for callbacks made during asynchronous OBB
72 * callbacks made during asynchronous OBB actions.
79 * package. Can be returned as the status for callbacks made during
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
callback-to-deleted-context.js 8 // Wait for the callbacks to be invoked
10 testPassed('No callbacks invoked');
  /external/webkit/Source/WebCore/fileapi/
LocalFileSystem.cpp 79 static void openFileSystem(ScriptExecutionContext*, const String& basePath, const String& identifier, AsyncFileSystem::Type type, bool create, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
81 AsyncFileSystem::openFileSystem(basePath, identifier, type, create, callbacks);
84 void LocalFileSystem::readFileSystem(ScriptExecutionContext* context, AsyncFileSystem::Type type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, bool)
86 // AsyncFileSystem::openFileSystem calls callbacks synchronously, so the method needs to be called asynchronously.
87 context->postTask(createCallbackTask(&openFileSystem, fileSystemBasePath(), context->securityOrigin()->databaseIdentifier(), type, false, callbacks));
90 void LocalFileSystem::requestFileSystem(ScriptExecutionContext* context, AsyncFileSystem::Type type, long long, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, bool)
92 // AsyncFileSystem::openFileSystem calls callbacks synchronously, so the method needs to be called asynchronously.
93 context->postTask(createCallbackTask(&openFileSystem, fileSystemBasePath(), context->securityOrigin()->databaseIdentifier(), type, true, callbacks));
  /external/webkit/Source/WebKit/chromium/src/
IDBIndexBackendProxy.cpp 78 void IDBIndexBackendProxy::openCursor(PassRefPtr<IDBKeyRange> keyRange, unsigned short direction, PassRefPtr<IDBCallbacks> callbacks, IDBTransactionBackendInterface* transaction, ExceptionCode& ec)
83 m_webIDBIndex->openObjectCursor(keyRange, direction, new WebIDBCallbacksImpl(callbacks), *transactionProxy->getWebIDBTransaction(), ec);
86 void IDBIndexBackendProxy::openKeyCursor(PassRefPtr<IDBKeyRange> keyRange, unsigned short direction, PassRefPtr<IDBCallbacks> callbacks, IDBTransactionBackendInterface* transaction, ExceptionCode& ec)
91 m_webIDBIndex->openKeyCursor(keyRange, direction, new WebIDBCallbacksImpl(callbacks), *transactionProxy->getWebIDBTransaction(), ec);
94 void IDBIndexBackendProxy::get(PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> callbacks, IDBTransactionBackendInterface* transaction, ExceptionCode& ec)
99 m_webIDBIndex->getObject(key, new WebIDBCallbacksImpl(callbacks), *transactionProxy->getWebIDBTransaction(), ec);
102 void IDBIndexBackendProxy::getKey(PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> callbacks, IDBTransactionBackendInterface* transaction, ExceptionCode& ec)
107 m_webIDBIndex->getKey(key, new WebIDBCallbacksImpl(callbacks), *transactionProxy->getWebIDBTransaction(), ec);
IDBDatabaseCallbacksProxy.cpp 37 PassRefPtr<IDBDatabaseCallbacksProxy> IDBDatabaseCallbacksProxy::create(PassOwnPtr<WebIDBDatabaseCallbacks> callbacks)
39 return adoptRef(new IDBDatabaseCallbacksProxy(callbacks));
42 IDBDatabaseCallbacksProxy::IDBDatabaseCallbacksProxy(PassOwnPtr<WebIDBDatabaseCallbacks> callbacks)
43 : m_callbacks(callbacks)
IDBTransactionCallbacksProxy.cpp 40 PassRefPtr<IDBTransactionCallbacksProxy> IDBTransactionCallbacksProxy::create(PassOwnPtr<WebIDBTransactionCallbacks> callbacks)
42 return adoptRef(new IDBTransactionCallbacksProxy(callbacks));
45 IDBTransactionCallbacksProxy::IDBTransactionCallbacksProxy(PassOwnPtr<WebIDBTransactionCallbacks> callbacks)
46 : m_callbacks(callbacks)
  /frameworks/native/include/android/
storage_manager.h 33 * as the status for callbacks made during asynchronous OBB actions.
39 * as the status for callbacks made during asynchronous OBB actions.
45 * mount the OBB. Can be returned as the status for callbacks made
52 * status for callbacks made during asynchronous OBB actions.
59 * callbacks made during asynchronous OBB actions.
65 * returned as the status for callbacks made during asynchronous OBB
72 * callbacks made during asynchronous OBB actions.
79 * package. Can be returned as the status for callbacks made during
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
storage_manager.h 33 * as the status for callbacks made during asynchronous OBB actions.
39 * as the status for callbacks made during asynchronous OBB actions.
45 * mount the OBB. Can be returned as the status for callbacks made
52 * status for callbacks made during asynchronous OBB actions.
59 * callbacks made during asynchronous OBB actions.
65 * returned as the status for callbacks made during asynchronous OBB
72 * callbacks made during asynchronous OBB actions.
79 * package. Can be returned as the status for callbacks made during
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
storage_manager.h 33 * as the status for callbacks made during asynchronous OBB actions.
39 * as the status for callbacks made during asynchronous OBB actions.
45 * mount the OBB. Can be returned as the status for callbacks made
52 * status for callbacks made during asynchronous OBB actions.
59 * callbacks made during asynchronous OBB actions.
65 * returned as the status for callbacks made during asynchronous OBB
72 * callbacks made during asynchronous OBB actions.
79 * package. Can be returned as the status for callbacks made during
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
storage_manager.h 33 * as the status for callbacks made during asynchronous OBB actions.
39 * as the status for callbacks made during asynchronous OBB actions.
45 * mount the OBB. Can be returned as the status for callbacks made
52 * status for callbacks made during asynchronous OBB actions.
59 * callbacks made during asynchronous OBB actions.
65 * returned as the status for callbacks made during asynchronous OBB
72 * callbacks made during asynchronous OBB actions.
79 * package. Can be returned as the status for callbacks made during
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
storage_manager.h 33 * as the status for callbacks made during asynchronous OBB actions.
39 * as the status for callbacks made during asynchronous OBB actions.
45 * mount the OBB. Can be returned as the status for callbacks made
52 * status for callbacks made during asynchronous OBB actions.
59 * callbacks made during asynchronous OBB actions.
65 * returned as the status for callbacks made during asynchronous OBB
72 * callbacks made during asynchronous OBB actions.
79 * package. Can be returned as the status for callbacks made during
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
storage_manager.h 33 * as the status for callbacks made during asynchronous OBB actions.
39 * as the status for callbacks made during asynchronous OBB actions.
45 * mount the OBB. Can be returned as the status for callbacks made
52 * status for callbacks made during asynchronous OBB actions.
59 * callbacks made during asynchronous OBB actions.
65 * returned as the status for callbacks made during asynchronous OBB
72 * callbacks made during asynchronous OBB actions.
79 * package. Can be returned as the status for callbacks made during
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
storage_manager.h 33 * as the status for callbacks made during asynchronous OBB actions.
39 * as the status for callbacks made during asynchronous OBB actions.
45 * mount the OBB. Can be returned as the status for callbacks made
52 * status for callbacks made during asynchronous OBB actions.
59 * callbacks made during asynchronous OBB actions.
65 * returned as the status for callbacks made during asynchronous OBB
72 * callbacks made during asynchronous OBB actions.
79 * package. Can be returned as the status for callbacks made during
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
storage_manager.h 33 * as the status for callbacks made during asynchronous OBB actions.
39 * as the status for callbacks made during asynchronous OBB actions.
45 * mount the OBB. Can be returned as the status for callbacks made
52 * status for callbacks made during asynchronous OBB actions.
59 * callbacks made during asynchronous OBB actions.
65 * returned as the status for callbacks made during asynchronous OBB
72 * callbacks made during asynchronous OBB actions.
79 * package. Can be returned as the status for callbacks made during
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
storage_manager.h 33 * as the status for callbacks made during asynchronous OBB actions.
39 * as the status for callbacks made during asynchronous OBB actions.
45 * mount the OBB. Can be returned as the status for callbacks made
52 * status for callbacks made during asynchronous OBB actions.
59 * callbacks made during asynchronous OBB actions.
65 * returned as the status for callbacks made during asynchronous OBB
72 * callbacks made during asynchronous OBB actions.
79 * package. Can be returned as the status for callbacks made during
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
storage_manager.h 33 * as the status for callbacks made during asynchronous OBB actions.
39 * as the status for callbacks made during asynchronous OBB actions.
45 * mount the OBB. Can be returned as the status for callbacks made
52 * status for callbacks made during asynchronous OBB actions.
59 * callbacks made during asynchronous OBB actions.
65 * returned as the status for callbacks made during asynchronous OBB
72 * callbacks made during asynchronous OBB actions.
79 * package. Can be returned as the status for callbacks made during
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
storage_manager.h 33 * as the status for callbacks made during asynchronous OBB actions.
39 * as the status for callbacks made during asynchronous OBB actions.
45 * mount the OBB. Can be returned as the status for callbacks made
52 * status for callbacks made during asynchronous OBB actions.
59 * callbacks made during asynchronous OBB actions.
65 * returned as the status for callbacks made during asynchronous OBB
72 * callbacks made during asynchronous OBB actions.
79 * package. Can be returned as the status for callbacks made during
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
storage_manager.h 33 * as the status for callbacks made during asynchronous OBB actions.
39 * as the status for callbacks made during asynchronous OBB actions.
45 * mount the OBB. Can be returned as the status for callbacks made
52 * status for callbacks made during asynchronous OBB actions.
59 * callbacks made during asynchronous OBB actions.
65 * returned as the status for callbacks made during asynchronous OBB
72 * callbacks made during asynchronous OBB actions.
79 * package. Can be returned as the status for callbacks made during
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
storage_manager.h 33 * as the status for callbacks made during asynchronous OBB actions.
39 * as the status for callbacks made during asynchronous OBB actions.
45 * mount the OBB. Can be returned as the status for callbacks made
52 * status for callbacks made during asynchronous OBB actions.
59 * callbacks made during asynchronous OBB actions.
65 * returned as the status for callbacks made during asynchronous OBB
72 * callbacks made during asynchronous OBB actions.
79 * package. Can be returned as the status for callbacks made during
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
storage_manager.h 33 * as the status for callbacks made during asynchronous OBB actions.
39 * as the status for callbacks made during asynchronous OBB actions.
45 * mount the OBB. Can be returned as the status for callbacks made
52 * status for callbacks made during asynchronous OBB actions.
59 * callbacks made during asynchronous OBB actions.
65 * returned as the status for callbacks made during asynchronous OBB
72 * callbacks made during asynchronous OBB actions.
79 * package. Can be returned as the status for callbacks made during
  /external/jmonkeyengine/engine/src/android/com/jme3/input/android/
AndroidTouchInputListener.java 10 * callbacks/events for android touch screens For use with class AndroidInput
  /external/webkit/LayoutTests/fast/dom/Geolocation/
delayed-permission-denied-for-multiple-requests-expected.txt 1 Tests that when multiple requests are waiting for permission, no callbacks are invoked until permission is denied.
  /external/webkit/LayoutTests/platform/android/fast/dom/Geolocation/
callback-to-deleted-context-expected.txt 6 PASS No callbacks invoked
  /hardware/invensense/libsensors_iio/software/core/mllite/
start_manager.h 16 /** Max number of start callbacks we can handle. */

Completed in 1143 milliseconds

12 3 4 5 6 7 8 91011>>