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

12 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/storage/indexeddb/
duplicates.html 25 request.onerror = unexpectedErrorCallback;
34 request.onerror = unexpectedErrorCallback;
55 request.onerror = unexpectedErrorCallback;
62 request.onerror = unexpectedErrorCallback;
69 request.onerror = unexpectedErrorCallback;
78 request.onerror = unexpectedErrorCallback;
88 request.onerror = getObjectDataFail;
99 request.onerror = openKeyCursor;
110 request.onerror = unexpectedErrorCallback;
141 request.onerror = unexpectedErrorCallback
    [all...]
basics-expected.txt 31 PASS 'onerror' in request is true
32 PASS request.onerror is null
48 PASS 'onerror' in event.target is true
create-and-remove-object-store.html 21 request.onerror = unexpectedErrorCallback;
31 request.onerror = unexpectedErrorCallback;
53 request.onerror = unexpectedErrorCallback;
cursor-update-expected.txt 14 objectStore.add('myValue1', 'myKey1').onerror = unexpectedErrorCallback
15 objectStore.add('myValue2', 'myKey2').onerror = unexpectedErrorCallback
16 objectStore.add('myValue3', 'myKey3').onerror = unexpectedErrorCallback
17 objectStore.add('myValue4', 'myKey4').onerror = unexpectedErrorCallback
19 objectStore.add('foo1').onerror = unexpectedErrorCallback
20 objectStore.add('foo2').onerror = unexpectedErrorCallback
21 objectStore.add('foo3').onerror = unexpectedErrorCallback
22 objectStore.add('foo4').onerror = unexpectedErrorCallback
25 objectStore.add({number: 1, id: 1}).onerror = unexpectedErrorCallback
26 objectStore.add({number: 2, id: 2}).onerror = unexpectedErrorCallbac
    [all...]
transaction-read-only.html 24 request.onerror = unexpectedErrorCallback;
33 request.onerror = unexpectedErrorCallback;
57 cur.onerror = unexpectedErrorCallback;
set_version_blocked.html 32 request.onerror = unexpectedErrorCallback;
44 versionChangeRequest.onerror = unexpectedErrorCallback;
set_version_queue.html 32 result.onerror = unexpectedErrorCallback;
44 request.onerror = function(event){ connectionError(event, 0) };
48 request1.onerror = unexpectedErrorCallback;
52 request2.onerror = function(event){ connectionError(event, 2) };
56 request3.onerror = function(event){ connectionError(event, 3) };
objectstore-basics.html 21 request.onerror = unexpectedErrorCallback;
31 request.onerror = unexpectedErrorCallback;
99 request.onerror = unexpectedErrorCallback;
144 request.onerror = unexpectedErrorCallback;
163 request.onerror = unexpectedErrorCallback;
206 request.onerror = addWithNullIndexFailure;
223 request.onerror = unexpectedErrorCallback;
234 request.onerror = unexpectedErrorCallback;
244 request.onerror = unexpectedErrorCallback;
  /external/webkit/Source/WebCore/inspector/front-end/
Database.js 88 executeSql: function(query, onSuccess, onError)
93 onError(error);
97 onError(WebInspector.UIString("Database not found."));
100 WebInspector.DatabaseDispatcher._callbacks[transactionId] = {"onSuccess": onSuccess, "onError": onError};
139 var callback = WebInspector.DatabaseDispatcher._callbacks[transactionId].onError;
  /external/webkit/LayoutTests/http/tests/appcache/resources/
remove-cache-frame.html 30 function onError()
60 applicationCache.onerror = onError;
main-resource-hash-frame.html 16 applicationCache.onerror = function() { log("error"); loaded(); }
origin-delete-iframe.html 5 applicationCache.onerror = function() { parent.postMessage("FAIL - error caching iframe-1, expected this to succeed", "*"); };
quota-origin-iframe-1.html 5 applicationCache.onerror = function() { parent.postMessage("FAIL - error caching iframe-1, expected this to succeed and fit in the quota", "*"); };
quota-origin-iframe-2.html 5 applicationCache.onerror = function() { parent.postMessage("PASS - error caching iframe-2 as expected", "*"); };
quota-origin-iframe-3.html 5 applicationCache.onerror = function() { parent.postMessage("FAIL - error caching iframe-3, expected this to succeed with the quota increased", "*"); };
  /external/webkit/LayoutTests/http/tests/appcache/
document-write-html-element.html 16 applicationCache.onerror = function() {
insert-html-element-with-manifest-2.html 20 applicationCache.onerror = function() {
insert-html-element-with-manifest.html 21 applicationCache.onerror = function() {
different-origin-manifest.html 15 applicationCache.onerror = function() { result.innerHTML += "FAIL: onerror called" }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesf.h 64 inline void OnError(int err) const THROWS(NCursesFormException) {
112 inline void OnError (int err) const THROWS(NCursesFormException) {
138 OnError(errno);
161 OnError(E_SYSTEM_ERROR);
166 OnError(errno);
175 OnError(E_SYSTEM_ERROR);
180 OnError(errno);
194 OnError(::field_info(field, &rows, &ncols,
202 OnError(::dynamic_field_info(field, &dynamic_rows, &dynamic_cols,
209 OnError(::set_max_field(field,growth))
    [all...]
cursesm.h 56 inline void OnError (int err) const THROWS(NCursesMenuException) {
68 OnError (E_SYSTEM_ERROR);
106 OnError (::item_opts_on (item, opts));
111 OnError (::item_opts_off (item, opts));
121 OnError (::set_item_opts (item, opts));
126 OnError (::set_item_value (item,f));
255 inline void OnError (int err) const THROWS(NCursesMenuException) {
347 OnError(::set_menu_items(menu,mapItems(Items)));
352 OnError (::unpost_menu (menu));
357 flag ? OnError (::post_menu(menu)) : OnError (::unpost_menu (menu))
    [all...]
  /external/chromium/chrome/browser/policy/
device_management_backend_impl.cc 169 virtual void OnError(DeviceManagementBackend::ErrorCode error) = 0;
200 OnError(DeviceManagementBackend::kErrorRequestFailed);
208 OnError(DeviceManagementBackend::kErrorResponseDecoding);
215 OnError(DeviceManagementBackend::kErrorRequestInvalid);
219 OnError(DeviceManagementBackend::kErrorServiceManagementTokenInvalid);
223 OnError(DeviceManagementBackend::kErrorServiceManagementNotSupported);
227 OnError(DeviceManagementBackend::kErrorServiceActivationPending);
233 OnError(DeviceManagementBackend::kErrorTemporaryUnavailable);
237 OnError(DeviceManagementBackend::kErrorServiceDeviceNotFound);
241 OnError(DeviceManagementBackend::kErrorServicePolicyNotFound)
    [all...]
device_management_backend.h 53 virtual void OnError(ErrorCode code) = 0;
67 virtual void OnError(ErrorCode code) = 0;
82 virtual void OnError(ErrorCode code) = 0;
  /external/chromium/chrome/browser/debugger/manual_tests/
debugger-fake-workers.html 35 primeWorker.onerror = onError;
60 function onError(event) {
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 30 function onError(err) {
43 onError);
48 entry.file(function(file) { nextStep(file) }, onError);
54 reader.onerror = onError;
64 return onError('Invalid file header: ' + mark.toString(16));
68 return onError('Unable to find EXIF marker');
80 return onError('Invalid EXIF magic: ' + magic.toString(16));
84 reader.onerror = onError;
    [all...]

Completed in 952 milliseconds

12 3 4 5 6 7 8 91011>>