OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SQLStatementSync
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementSync.h
46
class
SQLStatementSync
{
48
SQLStatementSync
(const String& statement, const Vector<SQLValue>& arguments, int permissions);
SQLStatementSync.cpp
31
#include "modules/webdatabase/
SQLStatementSync
.h"
45
SQLStatementSync
::
SQLStatementSync
(const String& statement, const Vector<SQLValue>& arguments, int permissions)
53
PassRefPtr<SQLResultSet>
SQLStatementSync
::execute(DatabaseSync* db, ExceptionState& exceptionState)
Completed in 58 milliseconds