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

  /external/webkit/WebKit/qt/Api/
qwebdatabase.h 34 class QWEBKIT_EXPORT QWebDatabase {
36 QWebDatabase(const QWebDatabase& other);
37 QWebDatabase &operator=(const QWebDatabase& other);
38 ~QWebDatabase();
47 static void removeDatabase(const QWebDatabase&);
51 QWebDatabase(QWebDatabasePrivate* priv);
qwebdatabase.cpp 21 #include "qwebdatabase.h"
32 \class QWebDatabase
34 \brief The QWebDatabase class provides access to HTML 5 databases created with JavaScript.
39 access on a local computer through JavaScript. QWebDatabase is the C++ interface to these
60 QWebDatabase::QWebDatabase(const QWebDatabase& other)
68 QWebDatabase& QWebDatabase::operator=(const QWebDatabase& other
    [all...]

Completed in 1928 milliseconds