Home
last modified time | relevance | path

Searched defs:onSuccess (Results 1 – 25 of 45) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DWebIDBCallbacksImpl.cpp73 void WebIDBCallbacksImpl::onSuccess(const blink::WebVector<blink::WebString>& webStringList) in onSuccess() function in WebCore::WebIDBCallbacksImpl
81 void WebIDBCallbacksImpl::onSuccess(WebIDBCursor* cursor, const WebIDBKey& key, const WebIDBKey& pr… in onSuccess() function in WebCore::WebIDBCallbacksImpl
86 void WebIDBCallbacksImpl::onSuccess(WebIDBDatabase* backend, const WebIDBMetadata& metadata) in onSuccess() function in WebCore::WebIDBCallbacksImpl
91 void WebIDBCallbacksImpl::onSuccess(const WebIDBKey& key) in onSuccess() function in WebCore::WebIDBCallbacksImpl
96 void WebIDBCallbacksImpl::onSuccess(const WebData& value) in onSuccess() function in WebCore::WebIDBCallbacksImpl
101 void WebIDBCallbacksImpl::onSuccess(const WebData& value, const WebIDBKey& key, const WebIDBKeyPath… in onSuccess() function in WebCore::WebIDBCallbacksImpl
106 void WebIDBCallbacksImpl::onSuccess(long long value) in onSuccess() function in WebCore::WebIDBCallbacksImpl
111 void WebIDBCallbacksImpl::onSuccess() in onSuccess() function in WebCore::WebIDBCallbacksImpl
116 void WebIDBCallbacksImpl::onSuccess(const WebIDBKey& key, const WebIDBKey& primaryKey, const WebDat… in onSuccess() function in WebCore::WebIDBCallbacksImpl
DIDBRequest.cpp223 void IDBRequest::onSuccess(const Vector<String>& stringList) in onSuccess() function in WebCore::IDBRequest
235 void IDBRequest::onSuccess(PassOwnPtr<blink::WebIDBCursor> backend, PassRefPtr<IDBKey> key, PassRef… in onSuccess() function in WebCore::IDBRequest
256 void IDBRequest::onSuccess(PassRefPtr<IDBKey> idbKey) in onSuccess() function in WebCore::IDBRequest
268 void IDBRequest::onSuccess(PassRefPtr<SharedBuffer> valueBuffer) in onSuccess() function in WebCore::IDBRequest
297 void IDBRequest::onSuccess(PassRefPtr<SharedBuffer> prpValueBuffer, PassRefPtr<IDBKey> prpPrimaryKe… in onSuccess() function in WebCore::IDBRequest
317 void IDBRequest::onSuccess(int64_t value) in onSuccess() function in WebCore::IDBRequest
325 void IDBRequest::onSuccess() in onSuccess() function in WebCore::IDBRequest
347 void IDBRequest::onSuccess(PassRefPtr<IDBKey> key, PassRefPtr<IDBKey> primaryKey, PassRefPtr<Shared… in onSuccess() function in WebCore::IDBRequest
DIDBOpenDBRequest.cpp108 void IDBOpenDBRequest::onSuccess(PassOwnPtr<WebIDBDatabase> backend, const IDBDatabaseMetadata& met… in onSuccess() function in WebCore::IDBOpenDBRequest
DIDBRequest.h110 …virtual void onSuccess(PassOwnPtr<blink::WebIDBDatabase>, const IDBDatabaseMetadata&) { ASSERT_NOT… in onSuccess() function
/external/chromium_org/third_party/WebKit/public/platform/
DWebIDBCallbacks.h50 virtual void onSuccess(const WebVector<WebString>&) { BLINK_ASSERT_NOT_REACHED(); } in onSuccess() function
51 …virtual void onSuccess(WebIDBCursor*, const WebIDBKey&, const WebIDBKey& primaryKey, const WebData… in onSuccess() function
52 virtual void onSuccess(WebIDBDatabase*, const WebIDBMetadata&) { BLINK_ASSERT_NOT_REACHED(); } in onSuccess() function
53 virtual void onSuccess(const WebIDBKey&) { BLINK_ASSERT_NOT_REACHED(); } in onSuccess() function
54 virtual void onSuccess(const WebData&) { BLINK_ASSERT_NOT_REACHED(); } in onSuccess() function
55 …virtual void onSuccess(const WebData&, const WebIDBKey&, const WebIDBKeyPath&) { BLINK_ASSERT_NOT_… in onSuccess() function
56 virtual void onSuccess(long long) { BLINK_ASSERT_NOT_REACHED(); } in onSuccess() function
57 virtual void onSuccess() { BLINK_ASSERT_NOT_REACHED(); } in onSuccess() function
58 …virtual void onSuccess(const WebIDBKey&, const WebIDBKey& primaryKey, const WebData&) { BLINK_ASSE… in onSuccess() function
DWebCallbacks.h40 virtual void onSuccess(S*) { }; in onSuccess() function
/external/chromium_org/native_client_sdk/src/build_tools/screenshot_extension/
Dscreenshot.js28 function addCallback(onSuccess, onError) { argument
144 function captureTab(onSuccess, onError) { argument
161 function captureElement(element, onSuccess, onError) { argument
/external/chromium_org/chrome/browser/resources/image_loader/
Drequest.js108 Request.prototype.loadFromCacheAndProcess = function(onSuccess, onFailure) { argument
137 Request.prototype.loadFromCache_ = function(onSuccess, onFailure) { argument
185 Request.prototype.downloadOriginal_ = function(onSuccess, onFailure) { argument
240 AuthorizedXHR.prototype.load = function(url, onSuccess, onFailure) { argument
299 AuthorizedXHR.load_ = function(token, url, onSuccess, onFailure) { argument
Dcache.js125 onSuccess, onFailure, opt_transaction) { argument
156 size, onSuccess, onFailure, opt_transaction) { argument
261 Cache.prototype.loadImage = function(key, timestamp, onSuccess, onFailure) { argument
/external/chromium_org/chrome/renderer/resources/extensions/
Dwebstore_custom_bindings.js13 Installer.prototype.install = function(url, onSuccess, onFailure) { argument
20 onSuccess: onSuccess, property
/external/chromium_org/chrome_frame/cfinstall/src/stub/
Dcfinstall.js97 var onSuccess = function() { function in google.cf.installer.CFInstall
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
Dutil.js53 WallpaperUtil.fetchURL = function(url, type, onSuccess, onFailure, opt_xhr) { argument
87 WallpaperUtil.setOnlineWallpaper = function(url, layout, onSuccess, onFailure) { argument
Devent_page.js148 var onSuccess = function() { function
169 onSuccess, argument
/external/guava/guava/src/com/google/common/util/concurrent/
DFutureCallback.java39 void onSuccess(V result); in onSuccess() method
/external/chromium_org/content/test/data/indexeddb/
Dopen_bad_db.js20 function onSuccess(event) { function
Dopen_missing_table.js21 function onSuccess(event) { function
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DCallbackPromiseAdapter.h73 virtual void onSuccess(typename S::WebType* result) OVERRIDE in onSuccess() function
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
Dfile_watcher.js150 FileWatcher.prototype.resetWatchedEntry_ = function(onSuccess, onError) { argument
184 entry, onSuccess, onError) { argument
/external/chromium_org/content/test/data/npapi/
Dnpapi.js5 /* public */ function onSuccess(name, id) function
/external/chromium_org/content/test/data/workers/
Dworker_utils.js21 function onSuccess() function
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
Dgallery_item.js129 var onSuccess = function(entry) { function
200 Gallery.Item.prototype.rename = function(displayName, onSuccess, onExists) { argument
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
Dmpeg_parser.js242 file, filePos, size, name, onError, onSuccess) { argument
264 buf, file, filePos, size, name, onError, onSuccess) { argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DDatabase.js100 executeSql: function(query, onSuccess, onError) argument
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
DBrowserStartupControllerTest.java66 public void onSuccess(boolean alreadyStarted) { in onSuccess() method in BrowserStartupControllerTest.TestStartupCallback
/external/chromium_org/chrome_frame/test/data/
Dchrome_frame_tester_helpers.js4 function onSuccess(name, id) { function

12