Home
last modified time | relevance | path

Searched refs:executeSQL (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/storage/
DSQLTransactionSync.h57 …PassRefPtr<SQLResultSet> executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments,…
DSQLTransaction.h69 void executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments,
DSQLTransactionSync.cpp74 PassRefPtr<SQLResultSet> SQLTransactionSync::executeSQL(const String& sqlStatement, const Vector<SQ… in executeSQL() function in WebCore::SQLTransactionSync
DSQLTransaction.cpp90 void SQLTransaction::executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, Pass… in executeSQL() function in WebCore::SQLTransaction
/external/webkit/Source/WebCore/inspector/
DInspectorDatabaseAgent.h67 …void executeSQL(ErrorString*, int databaseId, const String& query, bool* success, int* transaction…
DInspectorDatabaseAgent.cpp174 …transaction->executeSQL(m_sqlStatement, sqlValues, callback.release(), errorCallback.release(), ec… in handleEvent()
311 void InspectorDatabaseAgent::executeSQL(ErrorString* error, int databaseId, const String& query, bo… in executeSQL() function in WebCore::InspectorDatabaseAgent
/external/webkit/Source/WebCore/bindings/js/
DJSSQLTransactionSyncCustom.cpp90 …JSValue result = toJS(exec, globalObject(), WTF::getPtr(m_impl->executeSQL(sqlStatement, sqlValues… in executeSql()
DJSSQLTransactionCustom.cpp113 m_impl->executeSQL(sqlStatement, sqlValues, callback.release(), errorCallback.release(), ec); in executeSql()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8SQLTransactionSyncCustom.cpp94 v8::Handle<v8::Value> result = toV8(transaction->executeSQL(statement, sqlValues, ec)); in executeSqlCallback()
DV8SQLTransactionCustom.cpp112 transaction->executeSQL(statement, sqlValues, callback, errorCallback, ec); in executeSqlCallback()
/external/webkit/Source/WebCore/inspector/front-end/
DDatabase.js102 DatabaseAgent.executeSQL(this._id, query, callback);
/external/webkit/Source/WebCore/
DChangeLog-2011-02-163329 (WebCore::InspectorDatabaseAgent::executeSQL):
35200 (WebCore::InspectorDatabaseAgent::executeSQL):
35514 (WebCore::InspectorDatabaseAgent::executeSQL):
41154 (WebCore::SQLTransaction::executeSQL):
41156 (WebCore::SQLTransactionSync::executeSQL):
DChangeLog18732 (WebCore::InspectorDatabaseAgent::executeSQL):
21204 (WebCore::InspectorDatabaseAgent::executeSQL):
21314 (WebCore::InspectorDatabaseAgent::executeSQL):
41399 (WebCore::InspectorDatabaseAgent::executeSQL):
47272 (WebCore::SQLTransaction::executeSQL):
DChangeLog-2008-08-1030436 (WebCore::SQLTransaction::executeSQL):
49167 …(WebCore::SQLTransaction::executeSQL): Throw an exception if a new executeSQL comes in after a dat…
51653 … (WebCore::SQLTransaction::executeSQL): If the Database is deleted, call setDatabaseDeletedError.
73745 (WebCore::SQLTransaction::executeSQL): Entry point for the API from JS
80564 Update to match the latest version of the spec. Now, executeSQL takes an array
DChangeLog-2010-12-0679097 (WebCore::InspectorStorageAgent::executeSQL):
81827 (WebCore::InspectorBackend::executeSQL):
81838 (WebCore::InspectorStorageAgent::executeSQL):
100771 (WebCore::SQLTransactionSync::executeSQL):
108275 (WebCore::SQLTransaction::executeSQL):
108919 (WebCore::SQLTransaction::executeSQL):
109001 (WebCore::SQLTransaction::executeSQL):
DChangeLog-2009-06-164951 Bug 26074: SQLTransaction::executeSQL does an unnecessary call to String::copy.
4957 (WebCore::SQLTransaction::executeSQL):
19601 (WebCore::SQLTransaction::executeSQL): Flag the statement as read-only if the Page is
DChangeLog-2010-01-296190 (WebCore::SQLTransaction::executeSQL):
60570 (WebCore::SQLTransaction::executeSQL):
DChangeLog-2010-05-2415112 (WebCore::SQLTransactionSync::executeSQL):