Home
last modified time | relevance | path

Searched defs:callbacks (Results 1 – 25 of 220) sorted by relevance

123456789

/external/chromium_org/content/renderer/service_worker/
Dservice_worker_cache_storage_dispatcher.cc185 virtual void dispatchMatch(CacheMatchCallbacks* callbacks, in dispatchMatch()
193 virtual void dispatchMatchAll(CacheWithResponsesCallbacks* callbacks, in dispatchMatchAll()
201 virtual void dispatchKeys(CacheWithRequestsCallbacks* callbacks, in dispatchKeys()
210 CacheWithResponsesCallbacks* callbacks, in dispatchBatch()
291 CacheStorageWithCacheCallbacks* callbacks = get_callbacks_.Lookup(request_id); in OnCacheStorageGetSuccess() local
298 CacheStorageCallbacks* callbacks = has_callbacks_.Lookup(request_id); in OnCacheStorageHasSuccess() local
308 CacheStorageWithCacheCallbacks* callbacks = in OnCacheStorageCreateSuccess() local
316 CacheStorageCallbacks* callbacks = delete_callbacks_.Lookup(request_id); in OnCacheStorageDeleteSuccess() local
324 CacheStorageKeysCallbacks* callbacks = keys_callbacks_.Lookup(request_id); in OnCacheStorageKeysSuccess() local
336 CacheStorageWithCacheCallbacks* callbacks = in OnCacheStorageGetError() local
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebPermissionCallbacks.cpp15 …ic PassRefPtr<WebPermissionCallbacksPrivate> create(const PassOwnPtr<PermissionCallbacks>& callbac… in create()
20 PermissionCallbacks* callbacks() { return m_callbacks.get(); } in callbacks() function in blink::WebPermissionCallbacksPrivate
23 …WebPermissionCallbacksPrivate(const PassOwnPtr<PermissionCallbacks>& callbacks) : m_callbacks(call… in WebPermissionCallbacksPrivate()
27 WebPermissionCallbacks::WebPermissionCallbacks(const PassOwnPtr<PermissionCallbacks>& callbacks) in WebPermissionCallbacks()
DWebStorageQuotaCallbacks.cpp19 …wPtr<WebStorageQuotaCallbacksPrivate> create(const PassOwnPtrWillBeRawPtr<StorageQuotaCallbacks>& … in create()
26 StorageQuotaCallbacks* callbacks() { return m_callbacks.get(); } in callbacks() function in blink::FINAL
29 …WebStorageQuotaCallbacksPrivate(const PassOwnPtrWillBeRawPtr<StorageQuotaCallbacks>& callbacks) : … in WebStorageQuotaCallbacksPrivate()
38 …rageQuotaCallbacks::WebStorageQuotaCallbacks(const PassOwnPtrWillBeRawPtr<StorageQuotaCallbacks>& … in WebStorageQuotaCallbacks()
DWebFileSystemCallbacks.cpp49 … PassRefPtr<WebFileSystemCallbacksPrivate> create(const PassOwnPtr<AsyncFileSystemCallbacks>& call… in create()
54 AsyncFileSystemCallbacks* callbacks() { return m_callbacks.get(); } in callbacks() function in blink::WebFileSystemCallbacksPrivate
57 …WebFileSystemCallbacksPrivate(const PassOwnPtr<AsyncFileSystemCallbacks>& callbacks) : m_callbacks… in WebFileSystemCallbacksPrivate()
61 WebFileSystemCallbacks::WebFileSystemCallbacks(const PassOwnPtr<AsyncFileSystemCallbacks>& callback… in WebFileSystemCallbacks()
/external/chromium_org/content/child/fileapi/
Dwebfilesystem_impl.cc132 void DidSucceed(WebFileSystemCallbacks* callbacks) { in DidSucceed()
137 WebFileSystemCallbacks* callbacks) { in DidReadMetadata()
145 WebFileSystemCallbacks* callbacks) { in DidReadDirectory()
156 WebFileSystemCallbacks* callbacks) { in DidOpenFileSystem()
165 WebFileSystemCallbacks* callbacks) { in DidResolveURL()
174 void DidFail(base::File::Error error, WebFileSystemCallbacks* callbacks) { in DidFail()
187 WebFileSystemCallbacks callbacks = filesystem->GetCallbacks(callbacks_id); in RunCallbacks() local
303 WebFileSystemCallbacks callbacks = filesystem->GetCallbacks(callbacks_id); in DidCreateFileWriter() local
342 WebFileSystemCallbacks callbacks = filesystem->GetCallbacks(callbacks_id); in DidCreateSnapshotFile() local
408 WebFileSystemCallbacks callbacks) { in openFileSystem()
[all …]
/external/chromium_org/content/child/indexed_db/
Dindexed_db_dispatcher.cc181 scoped_ptr<WebIDBCallbacks> callbacks(callbacks_ptr); in RequestIDBCursorAdvance() local
197 scoped_ptr<WebIDBCallbacks> callbacks(callbacks_ptr); in RequestIDBCursorContinue() local
208 scoped_ptr<WebIDBCallbacks> callbacks(callbacks_ptr); in RequestIDBCursorPrefetch() local
229 scoped_ptr<WebIDBCallbacks> callbacks(callbacks_ptr); in RequestIDBFactoryOpen() local
248 scoped_ptr<WebIDBCallbacks> callbacks(callbacks_ptr); in RequestIDBFactoryGetDatabaseNames() local
261 scoped_ptr<WebIDBCallbacks> callbacks(callbacks_ptr); in RequestIDBFactoryDeleteDatabase() local
315 WebIDBCallbacks* callbacks) { in RequestIDBDatabaseGet()
336 WebIDBCallbacks* callbacks, in RequestIDBDatabasePut()
401 WebIDBCallbacks* callbacks) { in RequestIDBDatabaseOpenCursor()
426 WebIDBCallbacks* callbacks) { in RequestIDBDatabaseCount()
[all …]
Dwebidbfactory_impl.cc24 void WebIDBFactoryImpl::getDatabaseNames(WebIDBCallbacks* callbacks, in getDatabaseNames()
35 WebIDBCallbacks* callbacks, in open()
49 WebIDBCallbacks* callbacks, in deleteDatabase()
Dwebidbcursor_impl.cc51 scoped_ptr<WebIDBCallbacks> callbacks(callbacks_ptr); in advance() local
71 scoped_ptr<WebIDBCallbacks> callbacks(callbacks_ptr); in continueFunction() local
137 WebIDBCallbacks* callbacks) { in CachedAdvance()
155 void WebIDBCursorImpl::CachedContinue(WebIDBCallbacks* callbacks) { in CachedContinue()
Dwebidbdatabase_impl.cc79 WebIDBDatabaseCallbacks* callbacks, in createTransaction()
106 WebIDBCallbacks* callbacks) { in get()
124 WebIDBCallbacks* callbacks, in put()
184 WebIDBCallbacks* callbacks) { in openCursor()
203 WebIDBCallbacks* callbacks) { in count()
218 WebIDBCallbacks* callbacks) { in deleteRange()
231 WebIDBCallbacks* callbacks) { in clear()
/external/chromium_org/content/shell/renderer/test_runner/
Dmock_credential_manager_client.cc24 blink::WebCredentialManagerClient::NotificationCallbacks* callbacks) { in dispatchFailedSignIn()
31 blink::WebCredentialManagerClient::NotificationCallbacks* callbacks) { in dispatchSignedIn()
37 NotificationCallbacks* callbacks) { in dispatchSignedOut()
45 RequestCallbacks* callbacks) { in dispatchRequest()
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DLocalFileSystem.cpp53 void reportFailure(ExecutionContext*, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, FileError::Er… in reportFailure()
87 …xecutionContext* context, const KURL& fileSystemURL, PassOwnPtr<AsyncFileSystemCallbacks> callback… in resolveURL()
96 …ntext* context, FileSystemType type, long long size, PassOwnPtr<AsyncFileSystemCallbacks> callback… in requestFileSystem()
105 …stem(ExecutionContext* context, FileSystemType type, PassOwnPtr<AsyncFileSystemCallbacks> callback… in deleteFileSystem()
144 CallbackWrapper* callbacks) in fileSystemNotAvailable()
151 CallbackWrapper* callbacks) in fileSystemNotAllowedInternal()
159 CallbackWrapper* callbacks) in fileSystemAllowedInternal()
173 CallbackWrapper* callbacks) in resolveURLInternal()
185 CallbackWrapper* callbacks) in deleteFileSystemInternal()
DDOMFileSystemBase.cpp218 …OwnPtr<AsyncFileSystemCallbacks> callbacks(MetadataCallbacks::create(successCallback, errorCallbac… in getMetadata() local
265 …OwnPtr<AsyncFileSystemCallbacks> callbacks(EntryCallbacks::create(successCallback, errorCallback, … in move() local
284 …OwnPtr<AsyncFileSystemCallbacks> callbacks(EntryCallbacks::create(successCallback, errorCallback, … in copy() local
304 …OwnPtr<AsyncFileSystemCallbacks> callbacks(VoidCallbacks::create(successCallback, errorCallback, m… in remove() local
324 …OwnPtr<AsyncFileSystemCallbacks> callbacks(VoidCallbacks::create(successCallback, errorCallback, m… in removeRecursively() local
356 …OwnPtr<AsyncFileSystemCallbacks> callbacks(EntryCallbacks::create(successCallback, errorCallback, … in getFile() local
378 …OwnPtr<AsyncFileSystemCallbacks> callbacks(EntryCallbacks::create(successCallback, errorCallback, … in getDirectory() local
396 …OwnPtr<AsyncFileSystemCallbacks> callbacks(EntriesCallbacks::create(successCallback, errorCallback… in readDirectory() local
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementCallbackInvocation.cpp50 …hedDetachedInvocation::AttachedDetachedInvocation(PassRefPtr<CustomElementLifecycleCallbacks> call… in AttachedDetachedInvocation()
83 …buteChangedInvocation::AttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks> call… in AttributeChangedInvocation()
98 CreatedInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks) in CreatedInvocation()
115 …CustomElementCallbackInvocation::createInvocation(PassRefPtr<CustomElementLifecycleCallbacks> call… in createInvocation()
130 …lbackInvocation::createAttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks> call… in createAttributeChangedInvocation()
DCustomElementCallbackInvocation.h50 CustomElementCallbackInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks) in CustomElementCallbackInvocation()
55 CustomElementLifecycleCallbacks* callbacks() { return m_callbacks.get(); } in callbacks() function
DCustomElementDefinition.cpp36 …create(const CustomElementDescriptor& descriptor, PassRefPtr<CustomElementLifecycleCallbacks> call… in create()
41 …nition(const CustomElementDescriptor& descriptor, PassRefPtr<CustomElementLifecycleCallbacks> call… in CustomElementDefinition()
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_cursor.cc38 scoped_refptr<IndexedDBCallbacks> callbacks) { in Continue()
51 scoped_refptr<IndexedDBCallbacks> callbacks) { in Advance()
62 scoped_refptr<IndexedDBCallbacks> callbacks, in CursorAdvanceOperation()
81 scoped_refptr<IndexedDBCallbacks> callbacks, in CursorIterationOperation()
102 scoped_refptr<IndexedDBCallbacks> callbacks) { in PrefetchContinue()
115 scoped_refptr<IndexedDBCallbacks> callbacks, in CursorPrefetchIterationOperation()
/external/chromium_org/components/password_manager/content/renderer/
Dcredential_manager_client.cc78 RequestCallbacks* callbacks = request_callbacks_.Lookup(request_id); in OnSendCredential() local
91 blink::WebCredentialManagerClient::NotificationCallbacks* callbacks) { in dispatchFailedSignIn()
101 blink::WebCredentialManagerClient::NotificationCallbacks* callbacks) { in dispatchSignedIn()
110 NotificationCallbacks* callbacks) { in dispatchSignedOut()
118 RequestCallbacks* callbacks) { in dispatchRequest()
130 blink::WebCredentialManagerClient::NotificationCallbacks* callbacks = in RespondToNotificationCallback() local
/external/chromium_org/third_party/WebKit/Source/modules/credentialmanager/
DCredentialManagerClient.cpp49 …FailedSignIn(const WebCredential& credential, WebCredentialManagerClient::NotificationCallbacks* c… in dispatchFailedSignIn()
56 …atchSignedIn(const WebCredential& credential, WebCredentialManagerClient::NotificationCallbacks* c… in dispatchSignedIn()
63 …id CredentialManagerClient::dispatchSignedOut(WebCredentialManagerClient::NotificationCallbacks* c… in dispatchSignedOut()
70 …ClickOnly, const WebVector<WebURL>& federations, WebCredentialManagerClient::RequestCallbacks* cal… in dispatchRequest()
/external/nanopb-c/docs/
Dconcepts.rst195 .. _`pb_encode`: reference.html#pb-encode
196 .. _`pb_encode_tag_for_field`: reference.html#pb-encode-tag-for-field
197 .. _`pb_encode_tag`: reference.html#pb-encode-tag
220 .. _`pb_decode`: reference.html#pb-decode
/external/chromium_org/content/renderer/
Dpush_messaging_dispatcher.cc39 blink::WebPushRegistrationCallbacks* callbacks) { in registerPushMessaging()
51 blink::WebPushRegistrationCallbacks* callbacks, in registerPushMessaging()
69 blink::WebPushRegistrationCallbacks* callbacks = in OnRegisterSuccess() local
83 blink::WebPushRegistrationCallbacks* callbacks = in OnRegisterError() local
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
DFactory.java42 Object newInstance(Callback[] callbacks); in newInstance()
52 Object newInstance(Class[] types, Object[] args, Callback[] callbacks); in newInstance()
72 void setCallbacks(Callback[] callbacks); in setCallbacks()
/external/chromium_org/third_party/WebKit/public/platform/
DWebIDBFactory.h50 …virtual void getDatabaseNames(WebIDBCallbacks* callbacks, const WebString& databaseIdentifier) { B… in getDatabaseNames()
51 …t WebString& name, long long version, long long transactionId, WebIDBCallbacks* callbacks, WebIDBD… in open()
52 …virtual void deleteDatabase(const WebString& name, WebIDBCallbacks* callbacks, const WebString& da… in deleteDatabase()
/external/chromium_org/content/child/service_worker/
Dweb_service_worker_provider_impl.cc85 WebServiceWorkerRegistrationCallbacks* callbacks) { in registerServiceWorker()
92 WebServiceWorkerUnregistrationCallbacks* callbacks) { in unregisterServiceWorker()
99 WebServiceWorkerRegistrationCallbacks* callbacks) { in getRegistration()
/external/chromium_org/tools/json_schema_compiler/
Didl_schema.py100 def process(self, callbacks): argument
128 def process(self, callbacks): argument
142 def process(self, callbacks): argument
170 def process(self, callbacks): argument
230 def process(self, callbacks): argument
306 def process(self, callbacks): argument
/external/chromium_org/content/browser/manifest/
Dmanifest_manager_host.cc42 CallbackMap* callbacks = GetCallbackMapForFrame(render_frame_host); in RenderFrameDeleted() local
57 CallbackMap* callbacks = GetCallbackMapForFrame(render_frame_host); in GetManifest() local
87 CallbackMap* callbacks = GetCallbackMapForFrame(render_frame_host); in OnRequestManifestResponse() local

123456789