Home
last modified time | relevance | path

Searched refs:dumpVisitedLinksCallbacks (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DChromeClientQt.h209 static bool dumpVisitedLinksCallbacks; variable
DChromeClientQt.cpp90 bool ChromeClientQt::dumpVisitedLinksCallbacks = false; member in WebCore::ChromeClientQt
742 if (dumpVisitedLinksCallbacks) { in populateVisitedLinks()
DDumpRenderTreeSupportQt.h167 static void dumpVisitedLinksCallbacks(bool b); in Q_DECLARE_METATYPE()
DDumpRenderTreeSupportQt.cpp712 void DumpRenderTreeSupportQt::dumpVisitedLinksCallbacks(bool b) in dumpVisitedLinksCallbacks() function in DumpRenderTreeSupportQt
714 ChromeClientQt::dumpVisitedLinksCallbacks = b; in dumpVisitedLinksCallbacks()
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.cpp88 DumpRenderTreeSupportQt::dumpVisitedLinksCallbacks(false); in reset()
850 DumpRenderTreeSupportQt::dumpVisitedLinksCallbacks(true); in removeAllVisitedLinks()
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-163948 (DumpRenderTreeSupportQt::dumpVisitedLinksCallbacks):