Searched defs:isLinkVisited (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebPlatformStrategies.cpp118 bool WebPlatformStrategies::isLinkVisited(Page* page, LinkHash linkHash) function in class:WebKit::WebPlatformStrategies
120 return WebProcess::shared().isLinkVisited(linkHash);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebPlatformStrategies.cpp102 bool WebPlatformStrategies::isLinkVisited(Page* page, LinkHash hash) function in class:WebPlatformStrategies
104 return page->group().isLinkVisited(hash);
/external/webkit/Source/WebKit2/Shared/
H A DVisitedLinkTable.cpp107 bool VisitedLinkTable::isLinkVisited(LinkHash linkHash) const function in class:WebKit::VisitedLinkTable
/external/webkit/Source/WebCore/page/
H A DPageGroup.cpp266 bool PageGroup::isLinkVisited(LinkHash visitedLinkHash) function in class:WebCore::PageGroup
270 return PlatformBridge::isLinkVisited(visitedLinkHash);
/external/webkit/Source/WebKit/chromium/public/
H A DWebKitClient.h117 virtual bool isLinkVisited(unsigned long long linkHash) { return false; } function in class:WebKit::WebKitClient
/external/webkit/Source/WebKit2/WebProcess/
H A DWebProcess.cpp302 bool WebProcess::isLinkVisited(LinkHash linkHash) const function in class:WebKit::WebProcess
304 return m_visitedLinkTable.isLinkVisited(linkHash);
309 if (isLinkVisited(linkHash))
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DWebPlatformStrategies.cpp741 bool WebPlatformStrategies::isLinkVisited(Page* page, LinkHash hash) function in class:WebPlatformStrategies
743 return page->group().isLinkVisited(hash);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DPlatformStrategiesWinCE.cpp669 bool PlatformStrategiesWinCE::isLinkVisited(Page* page, LinkHash hash) function in class:PlatformStrategiesWinCE
671 return page->group().isLinkVisited(hash);
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp971 bool PlatformBridge::isLinkVisited(LinkHash visitedLinkHash) function in class:WebCore::PlatformBridge
973 return webKitClient()->isLinkVisited(visitedLinkHash);

Completed in 150 milliseconds