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

  /external/webkit/Source/WebCore/storage/
SQLTransactionSync.cpp 74 PassRefPtr<SQLResultSet> SQLTransactionSync::executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, ExceptionCode& ec)
SQLTransaction.cpp 90 void SQLTransaction::executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, PassRefPtr<SQLStatementCallback> callback, PassRefPtr<SQLStatementErrorCallback> callbackError, ExceptionCode& e)
  /external/webkit/Source/WebCore/inspector/
InspectorDatabaseAgent.cpp 174 transaction->executeSQL(m_sqlStatement, sqlValues, callback.release(), errorCallback.release(), ec);
311 void InspectorDatabaseAgent::executeSQL(ErrorString* error, int databaseId, const String& query, bool* success, int* transactionId)

Completed in 162 milliseconds