Searched refs:dumpHistoryCallbacks (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.h166 static void dumpHistoryCallbacks(bool b);
H A DFrameLoaderClientQt.cpp178 bool FrameLoaderClientQt::dumpHistoryCallbacks = false; member in class:WebCore::FrameLoaderClientQt
719 if (dumpHistoryCallbacks) {
802 if (dumpHistoryCallbacks) {
826 if (dumpHistoryCallbacks) {
834 if (dumpHistoryCallbacks) {
H A DFrameLoaderClientQt.h255 static bool dumpHistoryCallbacks; member in class:WebCore::FrameLoaderClientQt
H A DDumpRenderTreeSupportQt.cpp707 void DumpRenderTreeSupportQt::dumpHistoryCallbacks(bool b) function in class:DumpRenderTreeSupportQt
709 FrameLoaderClientQt::dumpHistoryCallbacks = b; member in class:FrameLoaderClientQt
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h116 void dumpHistoryCallbacks();
H A DLayoutTestControllerQt.cpp87 DumpRenderTreeSupportQt::dumpHistoryCallbacks(false);
271 void LayoutTestController::dumpHistoryCallbacks() function in class:LayoutTestController
273 DumpRenderTreeSupportQt::dumpHistoryCallbacks(true);
H A DDumpRenderTreeQt.cpp632 layoutTestController()->dumpHistoryCallbacks();

Completed in 145 milliseconds