OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:executeSQL
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransaction.cpp
264
void SQLTransaction::
executeSQL
(const String& sqlStatement, const Vector<SQLValue>& arguments, SQLStatementCallback* callback, SQLStatementErrorCallback* callbackError, ExceptionState& exceptionState)
283
m_backend->
executeSQL
(statement.release(), sqlStatement, arguments, permissions);
SQLTransactionBackend.cpp
527
void SQLTransactionBackend::
executeSQL
(PassOwnPtrWillBeRawPtr<SQLStatement> statement,
[
all
...]
InspectorDatabaseAgent.cpp
164
transaction->
executeSQL
(m_sqlStatement, sqlValues, callback, errorCallback, IGNORE_EXCEPTION);
302
void InspectorDatabaseAgent::
executeSQL
(ErrorString*, const String& databaseId, const String& query, PassRefPtrWillBeRawPtr<ExecuteSQLCallback> prpRequestCallback)
Completed in 542 milliseconds