Searched refs:DumpRenderTree (Results 1 - 9 of 9) sorted by relevance

/external/webkit/WebKitTools/
H A DMakefile1 MODULES = DumpRenderTree
/external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
H A DMakefile27 WRAPPER_DIR=$(OUTPUT_DIR)/DerivedSources/DumpRenderTree
31 DUMPRENDERTREE=$(OUTPUT_DIR)/DumpRenderTree
/external/webkit/WebKitTools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.h64 class DumpRenderTree : public QObject { class in namespace:WebCore
68 DumpRenderTree();
69 virtual ~DumpRenderTree();
158 WebPage(QObject* parent, DumpRenderTree*);
192 DumpRenderTree *m_drt;
H A DDumpRenderTreeQt.cpp119 WebPage::WebPage(QObject* parent, DumpRenderTree* drt)
313 DumpRenderTree::DumpRenderTree() function in class:WebCore::DumpRenderTree
365 DumpRenderTree::~DumpRenderTree()
384 void DumpRenderTree::resetToConsistentStateBeforeTesting()
415 void DumpRenderTree::open(const QUrl& url)
441 void DumpRenderTree::readLine()
463 void DumpRenderTree::processLine(const QString &input)
510 void DumpRenderTree
[all...]
H A DLayoutTestControllerQt.h50 class DumpRenderTree;
58 LayoutTestController(WebCore::DumpRenderTree* drt);
175 WebCore::DumpRenderTree* m_drt;
H A Dmain.cpp116 WebCore::DumpRenderTree::initializeFonts();
151 qDebug() << "Usage: DumpRenderTree [-v|--pixel-tests] filename";
159 WebCore::DumpRenderTree dumper;
H A DLayoutTestControllerQt.cpp55 LayoutTestController::LayoutTestController(WebCore::DumpRenderTree* drt)
/external/webkit/WebKitTools/Scripts/
H A Drun-webkit-tests151 # DumpRenderTree has an internal timeout of 15 seconds, so this must be > 15.
229 -c|--configuration config Set DumpRenderTree build configuration
240 --nthly n Restart DumpRenderTree every n tests (default: $testsPerDumpTool)
263 --valgrind Run DumpRenderTree inside valgrind (Qt/Linux only)
367 print STDERR "Compiling DumpRenderTree failed!\n";
372 my $dumpToolName = "DumpRenderTree";
573 # Throw away output from DumpRenderTree.
672 # DumpRenderTree is expected to dump two "blocks" to stdout for each test.
1030 print HTML htmlForResultsSection(@{$tests{crash}}, "Tests that caused the DumpRenderTree tool to crash", \&linksForErrorTest);
2019 my $outputDirectory = "$ENV{HOME}/Library/Logs/DumpRenderTree";
[all...]
/external/webkit/WebKit/android/jni/
H A DWebViewCore.cpp2973 static void DumpRenderTree(JNIEnv *env, jobject obj, jboolean useFile) function in namespace:android
3249 (void*) DumpRenderTree },

Completed in 58 milliseconds