Searched refs:dumpVisitedLinksCallbacks (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.h149 static void dumpVisitedLinksCallbacks(bool);
H A DChromeClientQt.h222 static bool dumpVisitedLinksCallbacks; member in class:WebCore::ChromeClientQt
H A DChromeClientQt.cpp125 bool ChromeClientQt::dumpVisitedLinksCallbacks = false; member in class:WebCore::ChromeClientQt
774 if (dumpVisitedLinksCallbacks) {
H A DDumpRenderTreeSupportQt.cpp462 void DumpRenderTreeSupportQt::dumpVisitedLinksCallbacks(bool b) function in class:DumpRenderTreeSupportQt
464 ChromeClientQt::dumpVisitedLinksCallbacks = b; member in class:ChromeClientQt

Completed in 156 milliseconds