HomeSort by relevance Sort by last modified time
    Searched defs:TestShell (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/DumpRenderTree/chromium/
TestShell.cpp 32 #include "TestShell.h"
94 TestShell::TestShell(bool testShellMode)
130 void TestShell::createMainWindow()
138 TestShell::~TestShell()
147 void TestShell::createDRTDevToolsClient(DRTDevToolsAgent* agent)
152 void TestShell::showDevTools()
167 void TestShell::closeDevTools()
177 void TestShell::resetWebSettings(WebView& webView
    [all...]
TestShell.h 47 // TestShell is a container of global variables and has bridge functions between
81 class TestShell {
83 TestShell(bool testShellMode);
84 ~TestShell();
121 // cause a hang. We can avoid killing TestShell in this case and still dump

Completed in 34 milliseconds