Home
last modified time | relevance | path

Searched refs:executeSql (Results 1 – 11 of 11) sorted by relevance

/external/webkit/LayoutTests/storage/
Dexecute-sql-args-expected.txt1 PASS. executeSql(null) did not throw an exception
2 PASS. executeSql(undefined) did not throw an exception
3 PASS. executeSql(0) did not throw an exception
4 PASS. executeSql("") did not throw an exception
5 PASS. executeSql("", null) did not throw an exception
6 PASS. executeSql("", undefined) did not throw an exception
7 PASS. executeSql("", []) did not throw an exception
8 PASS. executeSql("", [ "arg0" ]) did not throw an exception
9 PASS. executeSql("", { }) did not throw an exception
10 PASS. executeSql("", { length: 0 }) did not throw an exception
[all …]
Dsql-data-types.js42 tx.executeSql("DROP TABLE DataTypeTestTable", [],
52 tx.executeSql("SELECT * FROM DataTypeTestTable", [],
60 …tx.executeSql("INSERT INTO DataTypeTestTable (id, real, timestamp, text, blob) VALUES (?,?,?,?,?)",
70 …tx.executeSql("CREATE TABLE IF NOT EXISTS DataTypeTestTable (id INTEGER UNIQUE, real REAL, timesta…
/external/webkit/WebCore/inspector/front-end/
DDatabase.js88 executeSql: function(query, onSuccess, onError) method in WebInspector.Database
99 InjectedScriptAccess.getDefault().executeSql(this._id, query, callback);
DDatabaseTableView.js54 …this.database.executeSql("SELECT * FROM " + this.tableName, this._queryFinished.bind(this), this._…
DDatabaseQueryView.js137 …this.database.executeSql(query, this._queryFinished.bind(this, query), this._queryError.bind(this,…
DInjectedScript.js1199 InjectedScript.executeSql = function(callId, databaseId, query) function
1228 tx.executeSql(query, null, successCallback, errorCallback);
/external/webkit/WebCore/bindings/js/
DJSSQLTransactionCustom.cpp45 JSValue JSSQLTransaction::executeSql(ExecState* exec, const ArgList& args) in executeSql() function in WebCore::JSSQLTransaction
/external/webkit/WebCore/storage/
DSQLTransaction.idl35 …[Custom] void executeSql(in DOMString sqlStatement, in ObjectArray arguments, in SQLStatementCallb…
/external/webkit/WebCore/
DChangeLog-2008-08-1012155 (WebCore::JSSQLTransaction::executeSql):
14001 _executeSqlError as the error callback for executeSql.
24217 (WebCore::JSSQLTransaction::executeSql):
30377 (WebCore::JSSQLTransaction::executeSql):
31601 Pass null instead of an empty array to executeSql since we're no
44793 (WebCore::JSSQLTransaction::executeSql):
64569 …- fix <rdar://problem/5636065> First form of SQLTransaction.executeSql() fails with TYPE_ERROR dom…
64574 (WebCore::JSSQLTransaction::executeSql): Added exception handling code so that once an
72576 * page/inspector/DatabasePanel.js: Implement error callbacks to pass to executeSql()
73506 (WebCore::JSSQLTransaction::executeSql): Made the code a little
[all …]
DChangeLog-2010-01-294193 (WebInspector.Database.prototype.executeSql):
6800 (WebInspector.Database.prototype.executeSql):
6825 (InjectedScript.executeSql):
6826 (InjectedScript.executeSql.errorCallback):
6827 (InjectedScript.executeSql.queryTransaction):
7012 (WebInspector.Database.prototype.executeSql):
8222 (WebInspector.Database.prototype.executeSql):
8247 (InjectedScript.executeSql):
8248 (InjectedScript.executeSql.errorCallback):
8249 (InjectedScript.executeSql.queryTransaction):
[all …]
DChangeLog-2009-06-1614057 (WebCore::JSSQLTransaction::executeSql):
15534 (WebCore::JSSQLTransaction::executeSql):
52346 (WebCore::JSSQLTransaction::executeSql):
55264 (WebCore::JSSQLTransaction::executeSql):
57688 (WebCore::JSSQLTransaction::executeSql):