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

  /external/webkit/WebKit/qt/Api/
qwebhistoryinterface.h 29 class QWEBKIT_EXPORT QWebHistoryInterface : public QObject {
32 QWebHistoryInterface(QObject *parent = 0);
33 ~QWebHistoryInterface();
35 static void setDefaultInterface(QWebHistoryInterface *defaultInterface);
36 static QWebHistoryInterface *defaultInterface();
qwebhistoryinterface.cpp 23 #include "qwebhistoryinterface.h"
31 static QWebHistoryInterface* default_interface;
47 When the application exists QWebHistoryInterface will automatically delete the
50 void QWebHistoryInterface::setDefaultInterface(QWebHistoryInterface* defaultInterface)
74 QWebHistoryInterface* QWebHistoryInterface::defaultInterface()
80 \class QWebHistoryInterface
82 \brief The QWebHistoryInterface class provides an interface to implement link history.
86 The QWebHistoryInterface is an interface that can be used t
    [all...]

Completed in 13 milliseconds