OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:executeSQL
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionBackendSync.cpp
72
PassRefPtr<SQLResultSet> SQLTransactionBackendSync::
executeSQL
(const String& sqlStatement, const Vector<SQLValue>& arguments, ExceptionState& exceptionState)
79
m_database->setLastErrorMessage("cannot
executeSQL
because the database is not open");
85
m_database->setLastErrorMessage("cannot
executeSQL
because there is a version mismatch");
SQLTransaction.cpp
254
void SQLTransaction::
executeSQL
(const String& sqlStatement, const Vector<SQLValue>& arguments, PassOwnPtr<SQLStatementCallback> callback, PassOwnPtr<SQLStatementErrorCallback> callbackError, ExceptionState& exceptionState)
268
m_backend->
executeSQL
(statement.release(), sqlStatement, arguments, permissions);
SQLTransactionBackend.cpp
515
void SQLTransactionBackend::
executeSQL
(PassOwnPtr<AbstractSQLStatement> statement,
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDatabaseAgent.cpp
147
transaction->
executeSQL
(m_sqlStatement, sqlValues, callback.release(), errorCallback.release(), IGNORE_EXCEPTION);
287
void InspectorDatabaseAgent::
executeSQL
(ErrorString*, const String& databaseId, const String& query, PassRefPtr<ExecuteSQLCallback> prpRequestCallback)
Completed in 309 milliseconds