HomeSort by relevance Sort by last modified time
    Searched defs:executeSQL (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionBackendSync.cpp 86 PassRefPtrWillBeRawPtr<SQLResultSet> SQLTransactionBackendSync::executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, ExceptionState& exceptionState)
93 m_database->setLastErrorMessage("cannot executeSQL because the database is not open");
99 m_database->setLastErrorMessage("cannot executeSQL because there is a version mismatch");
SQLTransaction.cpp 266 void SQLTransaction::executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, PassOwnPtr<SQLStatementCallback> callback, PassOwnPtr<SQLStatementErrorCallback> callbackError, ExceptionState& exceptionState)
285 m_backend->executeSQL(statement.release(), sqlStatement, arguments, permissions);
SQLTransactionBackend.cpp 529 void SQLTransactionBackend::executeSQL(PassOwnPtrWillBeRawPtr<AbstractSQLStatement> statement,
    [all...]
InspectorDatabaseAgent.cpp 146 transaction->executeSQL(m_sqlStatement, sqlValues, callback.release(), errorCallback.release(), IGNORE_EXCEPTION);
278 void InspectorDatabaseAgent::executeSQL(ErrorString*, const String& databaseId, const String& query, PassRefPtr<ExecuteSQLCallback> prpRequestCallback)

Completed in 5682 milliseconds