Home
last modified time | relevance | path

Searched refs:historyContains (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
Dqwebhistoryinterface.h38 virtual bool historyContains(const QString &url) const = 0;
/external/webkit/Source/WebKit/qt/tests/qwebhistoryinterface/
Dtst_qwebhistoryinterface.cpp75 bool historyContains(const QString& url) const { in historyContains() function in FakeHistoryImplementation
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1617584 (FakeHistoryImplementation::historyContains):
20421 Revert revision 34348 which removed the global historyContains() function.
20427 (WebCore::historyContains):
21196 * Api/qwebhistoryinterface.cpp: Remove WebCore::historyContains(). This
21199 QWebHistoryInterface::historyContains();
24639 (WebCore::historyContains): There's a WebCore function here in WebKit! Needs to
26101 (WebCore::historyContains):
27014 (WebCore::historyContains):
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp906 …return iface->historyContains(QString(reinterpret_cast<QChar*>(url.data()), url.size())) ? InsideV… in determineLinkStateSlowCase()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1043793 * platform/gtk/TemporaryLinkStubs.cpp: Removed historyContains.
43795 * platform/wx/TemporaryLinkStubs.cpp: Removed historyContains.
67479 (WebCore::historyContains): Missed a rename.
67527 * bridge/GlobalHistory.h: Change historyContains to take a character pointer plus length
67530 * bridge/mac/GlobalHistoryMac.mm: (WebCore::historyContains): Updated for above change.
67532 * bridge/win/GlobalHistoryWin.cpp: (WebCore::historyContains): Ditto.
67533 * platform/gtk/TemporaryLinkStubs.cpp: (WebCore::historyContains): Ditto.
67534 * platform/wx/TemporaryLinkStubs.cpp: (WebCore::historyContains): Ditto.
75957 (WebCore::historyContains):
DChangeLog-2006-12-3110479 (WebCore::historyContains):
21012 (WebCore::historyContains):
35692 (WebCore::historyContains):
37679 (WebCore::historyContains):
DChangeLog-2007-10-1432305 Implement historyContains() on Windows (rdar://4733770)
32311 (WebCore::historyContains):
32313 WebCore::historyContains()
33253 (WebCore::historyContains):
DChangeLog-2006-05-1018222 (WebCore::historyContains):
DChangeLog-2010-01-2975059 (WebCore::historyContains):
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-1621766 Implement historyContains() on Windows (rdar://4733770)