Searched defs:dumpVisitedLinksCallbacks (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.h209 static bool dumpVisitedLinksCallbacks; member in class:WebCore::ChromeClientQt
H A DChromeClientQt.cpp90 bool ChromeClientQt::dumpVisitedLinksCallbacks = false; member in class:WebCore::ChromeClientQt
742 if (dumpVisitedLinksCallbacks) {
H A DDumpRenderTreeSupportQt.cpp712 void DumpRenderTreeSupportQt::dumpVisitedLinksCallbacks(bool b) function in class:DumpRenderTreeSupportQt
714 ChromeClientQt::dumpVisitedLinksCallbacks = b; member in class:ChromeClientQt

Completed in 115 milliseconds