OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QWebHistoryInterface
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit/qt/Api/
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)
75
QWebHistoryInterface
*
QWebHistoryInterface
::defaultInterface()
81
\class
QWebHistoryInterface
83
\brief The
QWebHistoryInterface
class provides an interface to implement link history.
87
The
QWebHistoryInterface
is an interface that can be used t
[
all
...]
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();
/external/webkit/Source/WebKit/qt/tests/qwebhistoryinterface/
tst_qwebhistoryinterface.cpp
27
#include <
qwebhistoryinterface
.h>
72
class FakeHistoryImplementation : public
QWebHistoryInterface
{
88
QWebHistoryInterface
::setDefaultInterface(new FakeHistoryImplementation);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp
79
#include "
qwebhistoryinterface
.h"
797
QWebHistoryInterface
* history =
QWebHistoryInterface
::defaultInterface();
821
// offer through
QWebHistoryInterface
in the future. For now, we're just
[
all
...]
/external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp
123
#include <
qwebhistoryinterface
.h>
[
all
...]
Completed in 4933 milliseconds