Home
last modified time | relevance | path

Searched refs:fileErrorToString (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/test/data/fileapi/
Dcommon.js32 function fileErrorToString(e) function
52 fail('unexpectedErrorCallback:' + fileErrorToString(e));
Dquota_test.js21 }, function(e) { fail('Open for 2nd truncate:' + fileErrorToString(e)); } );
41 }, function(e) { fail('Open for 1st truncate:' + fileErrorToString(e)); } );
Dcreate_test.js8 function(e) { fail('Open:' + fileErrorToString(e)); } );