Searched refs:DumpAsText (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.h351 void DumpAsText();
368 // dump all frames as plain text if the DumpAsText flag is set.
642 // If true, the test_shell will generate pixel results in DumpAsText mode
H A Dtest_runner.cc223 void DumpAsText();
434 .SetMethod("dumpAsText", &TestRunnerBindings::DumpAsText)
1032 void TestRunnerBindings::DumpAsText() { function in class:content::TestRunnerBindings
1034 runner_->DumpAsText();
2535 void TestRunner::DumpAsText() { function in class:content::TestRunner

Completed in 86 milliseconds