Home
last modified time | relevance | path

Searched refs:addHistoryEntry (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebKit/qt/Api/
Dqwebhistoryinterface.h39 virtual void addHistoryEntry(const QString &url) = 0;
/external/webkit/WebKit/qt/tests/qwebhistoryinterface/
Dtst_qwebhistoryinterface.cpp73 void addHistoryEntry(const QString&) {} in addHistoryEntry() function in FakeHistoryImplementation
/external/webkit/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp649 history->addHistoryEntry(m_frame->loader()->documentLoader()->urlForHistory().prettyURL()); in updateGlobalHistory()
/external/webkit/WebKit/qt/
DChangeLog3278 progresses, addHistoryEntry, etc);
7083 (FakeHistoryImplementation::addHistoryEntry):
12987 Change QWebHistoryInterface::addHistoryEntry() from const to non-const