Home | History | Annotate | Download | only in chromium

Lines Matching defs:TestShell

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)
186 void TestShell::runFileTest(const TestParams& params)
223 void TestShell::resizeWindowForTest(WebViewHost* window, const WebURL& url)
236 void TestShell::resetTestController()
250 void TestShell::loadURL(const WebURL& url)
255 void TestShell::reload()
260 void TestShell::goToOffset(int offset)
265 int TestShell::navigationEntryCount() const
270 void TestShell::callJSGC()
275 void TestShell::setFocus(WebWidget* widget, bool enable)
296 void TestShell::testFinished()
306 void TestShell::testTimedOut()
438 string TestShell::dumpAllBackForwardLists()
446 void TestShell::dump()
533 void TestShell::dumpImage(SkCanvas* canvas) const
576 void TestShell::bindJSObjectsToWindow(WebFrame* frame)
585 WebViewHost* TestShell::createNewWindow(const WebKit::WebURL& url)
590 WebViewHost* TestShell::createNewWindow(const WebKit::WebURL& url, DRTDevToolsAgent* devToolsAgent)
603 void TestShell::closeWindow(WebViewHost* window)
625 void TestShell::closeRemainingWindows()
644 int TestShell::windowCount()