Searched refs:dumpResourceLoadCallbacksPath (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.h162 static void dumpResourceLoadCallbacksPath(const QString& path);
H A DFrameLoaderClientQt.h248 static QString dumpResourceLoadCallbacksPath; member in class:WebCore::FrameLoaderClientQt
H A DDumpRenderTreeSupportQt.cpp671 void DumpRenderTreeSupportQt::dumpResourceLoadCallbacksPath(const QString& path) function in class:DumpRenderTreeSupportQt
673 FrameLoaderClientQt::dumpResourceLoadCallbacksPath = path; member in class:FrameLoaderClientQt
H A DFrameLoaderClientQt.cpp125 return QString(kurl.string()).remove(WebCore::FrameLoaderClientQt::dumpResourceLoadCallbacksPath).mid(1);
181 QString FrameLoaderClientQt::dumpResourceLoadCallbacksPath; member in class:WebCore::FrameLoaderClientQt
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp617 DumpRenderTreeSupportQt::dumpResourceLoadCallbacksPath(QFileInfo(url.toString()).path());

Completed in 56 milliseconds