Searched defs:SQLStatement (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DSQLStatement.h48 class SQLStatement : public AbstractSQLStatement { class in namespace:WebCore
50 static PassOwnPtr<SQLStatement> create(Database*,
61 SQLStatement(Database*, PassRefPtr<SQLStatementCallback>, PassRefPtr<SQLStatementErrorCallback>);
63 // The AbstractSQLStatementBackend owns the SQLStatement. Hence, the backend is
64 // guaranteed to be outlive the SQLStatement, and it is safe for us to refer
H A DSQLStatement.cpp29 #include "modules/webdatabase/SQLStatement.h"
46 PassOwnPtr<SQLStatement> SQLStatement::create(Database* database,
49 return adoptPtr(new SQLStatement(database, callback, errorCallback));
52 SQLStatement::SQLStatement(Database* database, PassRefPtr<SQLStatementCallback> callback, function in class:WebCore::SQLStatement
59 void SQLStatement::setBackend(AbstractSQLStatementBackend* backend)
64 bool SQLStatement::hasCallback()
69 bool SQLStatement::hasErrorCallback()
74 bool SQLStatement
[all...]
/external/chromium/chrome/common/
H A Dsqlite_utils.h24 class SQLStatement;
229 class SQLStatement : public scoped_sqlite3_stmt_ptr { class in inherits:scoped_sqlite3_stmt_ptr
231 SQLStatement() {} function in class:SQLStatement
342 DISALLOW_COPY_AND_ASSIGN(SQLStatement);

Completed in 52 milliseconds